Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp357 if (hitItem.GetType() != JsonObject::Type::JSON_OBJECT) { in AddSpliteHitField()
399 if (hitItem.GetType() != JsonObject::Type::JSON_OBJECT) { in AddSpliteField()
609 …if (srcChild.GetType() == JsonObject::Type::JSON_OBJECT && target.GetType() == JsonObject::Type::J… in IsArrayMatch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Drd_json_object.h102 JSON_OBJECT, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp104 return JsonObject::Type::JSON_OBJECT; in GetType()
414 if (this->GetType() == JsonObject::Type::JSON_OBJECT) { in ReplaceItemInObject()