Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp604 JsonObject srcChild = src.GetChild(); in IsArrayMatch() local
608 while (!srcChild.IsNull()) { in IsArrayMatch()
609 …if (srcChild.GetType() == JsonObject::Type::JSON_OBJECT && target.GetType() == JsonObject::Type::J… in IsArrayMatch()
610 … (IsJsonNodeMatch(srcChild, target, errCode))) { // The return value reflects the value of errCode in IsArrayMatch()
615 srcChild = srcChild.GetNext(); in IsArrayMatch()