Home
last modified time | relevance | path

Searched refs:permitPrefix (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_utils.h37 …seAndCheckFieldPath(const std::string &inPathString, FieldPath &outPath, bool permitPrefix = true);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_utils.cpp383 …ils::ParseAndCheckFieldPath(const std::string &inPathString, FieldPath &outPath, bool permitPrefix) in ParseAndCheckFieldPath() argument
394 if (!permitPrefix && hasPrefix) { in ParseAndCheckFieldPath()