Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h125 int ParseCheckSchemaSkipSize(const JsonObject &inJsonObject);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp415 return ParseCheckSchemaSkipSize(inJsonObject); in ParseJsonSchema()
661 int SchemaObject::ParseCheckSchemaSkipSize(const JsonObject& inJsonObject) in ParseCheckSchemaSkipSize() function in DistributedDB::SchemaObject