Home
last modified time | relevance | path

Searched refs:JSON_ARRAY (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp475 if (fatherItem.GetType() == JsonObject::Type::JSON_ARRAY && in JsonNodeReplace()
530 …ollapse && (!IsNumber(lastFieldName) || srcFatherItem.GetType() == JsonObject::Type::JSON_ARRAY)) { in JsonNodeAppend()
623 …if (srcItem.GetType() == JsonObject::Type::JSON_ARRAY && item.GetType() == JsonObject::Type::JSON_… in IsObjectItemMatch()
641 …if (srcItem.GetType() == JsonObject::Type::JSON_ARRAY) { // srcItem Type is ARRAY, item Type is no… in IsObjectItemMatch()
667 …if (errCode != -E_JSON_PATH_NOT_EXISTS && granpaItem.GetType() == JsonObject::Type::JSON_ARRAY && … in JsonEqualJudge()
702 if (srcItem.GetType() == JsonObject::Type::JSON_ARRAY) { in IsJsonNodeMatch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set.cpp200 if ((nodeInstance.GetType() == JsonObject::Type::JSON_ARRAY && isMatch && index == 0) || in CheckCutNode()
204 … if (nodeInstance.GetType() != JsonObject::Type::JSON_ARRAY && !nodeInstance.GetChild().IsNull()) { in CheckCutNode()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Drd_json_object.h103 JSON_ARRAY enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp106 return JsonObject::Type::JSON_ARRAY; in GetType()
429 if (this->GetType() == JsonObject::Type::JSON_ARRAY) { in ReplaceItemInArray()