Home
last modified time | relevance | path

Searched refs:ParseCheckEachIndexFromStringArray (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h128 int ParseCheckEachIndexFromStringArray(const std::vector<std::string> &inStrArray);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp725 int errCode = owner_.ParseCheckEachIndexFromStringArray(indexStrArray); in ParseCheckIndexes()
746 int errCode = owner_.ParseCheckEachIndexFromStringArray(indexStrArray); in ParseCheckIndexes()
H A Dschema_object.cpp653 errCode = ParseCheckEachIndexFromStringArray(entry); in ParseCheckSchemaIndexes()
684 int SchemaObject::ParseCheckEachIndexFromStringArray(const std::vector<std::string> &inStrArray) in ParseCheckEachIndexFromStringArray() function in DistributedDB::SchemaObject