Searched refs:nestPathCurDepth (Results 1 – 1 of 1) sorted by relevance
537 std::set<FieldPath> nestPathCurDepth{FieldPath{SchemaConstant::KEYWORD_SCHEMA_DEFINE}}; in ParseCheckSchemaDefine() local541 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() local1093 …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()