Searched refs:subPathType (Results 1 – 1 of 1) sorted by relevance
540 std::map<FieldPath, FieldType> subPathType; in ParseCheckSchemaDefine() local546 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() local1101 …bool hasUndefined = std::any_of(subPathType.begin(), subPathType.end(), [this, depth] (const auto … in CheckValue()1114 errCode = CheckValueBySchemaItem(schemaItem, subPathType, lackingPaths); in CheckValue()[all …]