Searched refs:JSON_LEAF (Results 1 – 3 of 3) sorted by relevance
101 JSON_LEAF, // Corresponds to nodes of type null, number, string, true false in CJSON enumerator
108 return JsonObject::Type::JSON_LEAF; in GetType()745 return JsonObject::Type::JSON_LEAF;
632 …if (srcItem.GetType() == JsonObject::Type::JSON_LEAF && item.GetType() == JsonObject::Type::JSON_L… in IsObjectItemMatch()