Searched refs:perMethod (Results 1 – 1 of 1) sorted by relevance
483 for (PerMethod& perMethod : perMethods) in validate()485 perMethod.trie.validate(); in validate()502 const PerMethod& perMethod) in findRouteByPerMethod() argument506 Trie::FindResult found = perMethod.trie.find(url); in findRouteByPerMethod()507 if (found.ruleIndex >= perMethod.rules.size()) in findRouteByPerMethod()514 route.rule = perMethod.rules[found.ruleIndex]; in findRouteByPerMethod()571 PerMethod& perMethod = upgradeRoutes; in handleUpgrade() local572 Trie& trie = perMethod.trie; in handleUpgrade()573 std::vector<BaseRule*>& rules = perMethod.rules; in handleUpgrade()