Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/utils/json/
H A Djson_node.h123 inline JsonNode &GetNodeByIdx(T &innerObj, int size, int idx) in GetNodeByIdx() argument
125 auto optVec = std::get_if<std::optional<NodeVec>>(&innerObj); in GetNodeByIdx()
137 inline JsonNode &GetNodeByKey(T &innerObj, const std::string &key) in GetNodeByKey() argument
139 auto optMap = std::get_if<std::optional<NodeMap>>(&innerObj); in GetNodeByKey()