Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Djson_common.h29 static ValueObject GetValueInSameLevel(JsonObject &node, const std::string &field);
30 …static ValueObject GetValueInSameLevel(JsonObject &node, const std::string &field, bool &isFieldEx…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp127 ValueObject idValue = JsonCommon::GetValueInSameLevel(idObjChild, KEY_ID, isIdExisit); in CheckIdFormat()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set.cpp78 ValueObject idValue = JsonCommon::GetValueInSameLevel(filterObjChild, KEY_ID); in GetNextWithField()
H A Ddocument_store.cpp360 ValueObject idValue = JsonCommon::GetValueInSameLevel(filterObjChild, KEY_ID, isIdExist); in InsertIdToDocument()
509 ValueObject idValue = JsonCommon::GetValueInSameLevel(documentObjChild, KEY_ID); in InsertDataIntoDB()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp24 ValueObject JsonCommon::GetValueInSameLevel(JsonObject &node, const std::string &field) in GetValueInSameLevel() function in DocumentDB::JsonCommon
40 ValueObject JsonCommon::GetValueInSameLevel(JsonObject &node, const std::string &field, bool &isFie… in GetValueInSameLevel() function in DocumentDB::JsonCommon