Searched refs:JSON_ARRAY (Results 1 – 4 of 4) sorted by relevance
475 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()
200 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()
103 JSON_ARRAY enumerator
106 return JsonObject::Type::JSON_ARRAY; in GetType()429 if (this->GetType() == JsonObject::Type::JSON_ARRAY) { in ReplaceItemInArray()