Home
last modified time | relevance | path

Searched refs:GetLeafValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Djson_common.h36 static std::vector<ValueObject> GetLeafValue(const JsonObject &node);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp75 std::vector<ValueObject> JsonCommon::GetLeafValue(const JsonObject &node) in GetLeafValue() function in DocumentDB::JsonCommon
714 std::vector<ValueObject> ItemLeafValue = GetLeafValue(item); in IsJsonNodeMatch()
/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()