Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp612 isAlreadyMatched = 1; in IsArrayMatch()
624 !isAlreadyMatched) { in IsObjectItemMatch()
629 isAlreadyMatched = isMatchFlag; in IsObjectItemMatch()
633 !isAlreadyMatched) { in IsObjectItemMatch()
638 isAlreadyMatched = isMatchFlag; in IsObjectItemMatch()
642 bool isEqual = IsArrayMatch(srcItem, item, isAlreadyMatched); in IsObjectItemMatch()
679 int isAlreadyMatched = 0; // means no match anything in JsonEqualJudge() local
680 return IsObjectItemMatch(srcItem, item, isAlreadyMatched, isCollapse, isMatchFlag); in JsonEqualJudge()
688 int isAlreadyMatched = 0; in IsJsonNodeMatch() local
707 isAlreadyMatched = true; in IsJsonNodeMatch()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Djson_common.h48 … static bool IsArrayMatch(const JsonObject &src, const JsonObject &target, int &isAlreadyMatched);
49 …ic bool IsObjectItemMatch(const JsonObject &srcItem, const JsonObject &item, int &isAlreadyMatched,