Searched refs:PerMethod (Results 1 – 2 of 2) sorted by relevance
108 struct PerMethod struct in crow::Router114 PerMethod() : rules(1) {} in PerMethod() function176 for (PerMethod& perMethod : perMethods) in validate()195 const PerMethod& perMethod) in findRouteByPerMethod()264 PerMethod& perMethod = upgradeRoutes; in handleUpgrade()374 for (const PerMethod& pm : perMethods) in getRoutes()387 std::array<PerMethod, static_cast<size_t>(HttpVerb::Max)> perMethods;389 PerMethod notFoundRoutes;390 PerMethod upgradeRoutes;391 PerMethod methodNotAllowedRoutes;
117 struct PerMethod struct in redfish::OemRouter123 PerMethod() : rules(1) {} in PerMethod() function155 const PerMethod& perMethod) in findRouteByPerMethod()206 for (PerMethod& perMethod : perMethods) in validate()253 std::array<PerMethod, static_cast<size_t>(HttpVerb::Max)> perMethods;