Home
last modified time | relevance | path

Searched defs:leafValue (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.cpp59 void JsonCommon::CheckLeafNode(const JsonObject &node, std::vector<ValueObject> &leafValue) in CheckLeafNode()
77 std::vector<ValueObject> leafValue; in GetLeafValue() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp698 std::vector<ValueObject> leafValue = JsonCommon::GetLeafValue(jsonObj); in GetViewType() local