Searched refs:innerObj (Results 1 – 1 of 1) sorted by relevance
123 inline JsonNode &GetNodeByIdx(T &innerObj, int size, int idx) in GetNodeByIdx() argument125 auto optVec = std::get_if<std::optional<NodeVec>>(&innerObj); in GetNodeByIdx()137 inline JsonNode &GetNodeByKey(T &innerObj, const std::string &key) in GetNodeByKey() argument139 auto optMap = std::get_if<std::optional<NodeMap>>(&innerObj); in GetNodeByKey()