Home
last modified time | relevance | path

Searched defs:FieldPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dvalue_object.cpp139 int ValueObject::GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &ou… in GetSubFieldPathAndType()
148 std::map<FieldPath, FieldType> &outSubPathType) const in GetSubFieldPathAndType()
H A Dschema_object.cpp419 int CheckOptionalMetaFieldCountAndType(const std::map<FieldPath, FieldType> &metaFieldPathType) in CheckOptionalMetaFieldCountAndType()
1061 int CheckValueBySchemaItem(const std::pair<FieldPath, SchemaAttribute> &schemaItem, in CheckValueBySchemaItem()
1062 const std::map<FieldPath, FieldType> &subPathType, std::set<FieldPath> &lackingPaths) in CheckValueBySchemaItem()
1075 inline std::string ValueFieldType(const std::map<FieldPath, FieldType> &subPathType, const FieldPat… in ValueFieldType()
H A Djson_object.cpp348 int JsonObject::GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &out… in GetSubFieldPathAndType()
378 std::map<FieldPath, FieldType> &outSubPathType) const in GetSubFieldPathAndType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_types.h98 using FieldPath = std::vector<std::string>; variable