Searched refs:findHelper (Results 1 – 2 of 2) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | sub_route_trie.hpp | 40 FindResult findHelper(const std::string_view reqUrl, in findHelper() function in crow::SubRouteTrie 62 findHelper("", this->nodes[node.stringParamChild], params); in findHelper() 73 findHelper(reqUrl.substr(epos), in findHelper() 87 findHelper("", this->nodes[node.pathParamChild], params); in findHelper() 104 findHelper(reqUrl.substr(fragment.size()), child, params); in findHelper() 119 return findHelper(reqUrl, this->head(), start); in find()
|
| /openbmc/bmcweb/http/routing/ |
| H A D | trie.hpp | 150 FindResult findHelper(const std::string_view reqUrl, in findHelper() function in crow::Trie 173 FindResult ret = findHelper( in findHelper() 186 FindResult ret = findHelper("", nodes[node.pathParamChild], params); in findHelper() 203 findHelper(reqUrl.substr(fragment.size()), child, params); in findHelper() 218 return findHelper(reqUrl, head(), start); in find()
|