Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Djson_common.h47 static void CheckLeafNode(const JsonObject &Node, std::vector<ValueObject> &leafValue);
/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() function in DocumentDB::JsonCommon
67 CheckLeafNode(nodeNew, leafValue); in CheckLeafNode()
71 CheckLeafNode(nodeNew, leafValue); in CheckLeafNode()
82 CheckLeafNode(node, leafValue); in GetLeafValue()