Searched refs:skipDepth (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | query_param.hpp | 549 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, 554 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, 565 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesRecursive() argument 579 skipDepth, inLinks, out); in findNavigationReferencesRecursive() 588 skipDepth, inLinks, out); in findNavigationReferencesRecursive() 593 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInArrayRecursive() argument 603 skipDepth, inLinks, out); in findNavigationReferencesInArrayRecursive() 610 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInObjectRecursive() argument 623 if (skipDepth == 0) in findNavigationReferencesInObjectRecursive() 647 if (skipDepth > 0) in findNavigationReferencesInObjectRecursive() [all …]
|