Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp64 const SelectTrieNode* find(const std::string& jsonKey) const in find()
66 auto it = children.find(jsonKey); in find()
76 SelectTrieNode* emplace(std::string_view jsonKey) in emplace() argument
78 auto [it, _] = children.emplace(jsonKey, SelectTrieNode{}); in emplace()