Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Djson_common.h31 static bool CheckJsonField(JsonObject &node);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp151 if (!JsonCommon::CheckJsonField(documentObjChild)) { in CheckDocument()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp127 bool JsonCommon::CheckJsonField(JsonObject &jsonObj) in CheckJsonField() function in DocumentDB::JsonCommon