Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp537 std::set<FieldPath> nestPathCurDepth{FieldPath{SchemaConstant::KEYWORD_SCHEMA_DEFINE}}; in ParseCheckSchemaDefine() local
541 int errCode = inJsonObject.GetSubFieldPathAndType(nestPathCurDepth, subPathType); in ParseCheckSchemaDefine()
547 nestPathCurDepth.clear(); // Clear it for collecting new nestPath in ParseCheckSchemaDefine()
566 nestPathCurDepth.insert(subField.first); in ParseCheckSchemaDefine()
569 if (nestPathCurDepth.empty()) { in ParseCheckSchemaDefine()
1086 std::set<FieldPath> nestPathCurDepth{FieldPath()}; // Empty path represent root path in CheckValue() local
1093 …int errCode = inValue.GetSubFieldPathAndType(nestPathCurDepth, subPathType); // Value field of cur… in CheckValue()
1098 nestPathCurDepth.clear(); // Clear it for collecting new nestPath in CheckValue()
1112 nestPathCurDepth.insert(schemaItem.first); // This field has subfield in schema in CheckValue()