Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp540 std::map<FieldPath, FieldType> subPathType; in ParseCheckSchemaDefine() local
546 fieldNameCount += subPathType.size(); in ParseCheckSchemaDefine()
548 for (const auto &subField : subPathType) { in ParseCheckSchemaDefine()
1064 if (subPathType.count(schemaItem.first) == 0) { // Value do not contain this field in CheckValueBySchemaItem()
1072 return CheckValueItem(schemaItem.second, subPathType.at(schemaItem.first)); in CheckValueBySchemaItem()
1077 if (subPathType.count(inPath) == 0) { in ValueFieldType()
1080 return SchemaUtils::FieldTypeString(subPathType.at(inPath)); in ValueFieldType()
1092 std::map<FieldPath, FieldType> subPathType; in CheckValue() local
1101 …bool hasUndefined = std::any_of(subPathType.begin(), subPathType.end(), [this, depth] (const auto … in CheckValue()
1114 errCode = CheckValueBySchemaItem(schemaItem, subPathType, lackingPaths); in CheckValue()
[all …]