Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp139 bool insertNode(std::string_view nestedProperty) in insertNode() function
375 if (!query.selectTrie.insertNode(property)) in getSelectParam()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp245 EXPECT_TRUE(trie.insertNode(property)); in getTrie()