Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Drd_json_object.h101 JSON_LEAF, // Corresponds to nodes of type null, number, string, true false in CJSON enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp108 return JsonObject::Type::JSON_LEAF; in GetType()
745 return JsonObject::Type::JSON_LEAF;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp632 …if (srcItem.GetType() == JsonObject::Type::JSON_LEAF && item.GetType() == JsonObject::Type::JSON_L… in IsObjectItemMatch()