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 D | json_common.h | 29 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 D | check_common.cpp | 127 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 D | result_set.cpp | 78 ValueObject idValue = JsonCommon::GetValueInSameLevel(filterObjChild, KEY_ID); in GetNextWithField()
|
H A D | document_store.cpp | 360 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 D | json_common.cpp | 24 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
|