Searched refs:srcChild (Results 1 – 1 of 1) sorted by relevance
604 JsonObject srcChild = src.GetChild(); in IsArrayMatch() local608 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()