Searched refs:perMethod (Results 1 – 1 of 1) sorted by relevance
482 for (PerMethod& perMethod : perMethods) in validate()484 perMethod.trie.validate(); in validate()501 const PerMethod& perMethod) in findRouteByPerMethod() argument505 Trie::FindResult found = perMethod.trie.find(url); in findRouteByPerMethod()506 if (found.ruleIndex >= perMethod.rules.size()) in findRouteByPerMethod()513 route.rule = perMethod.rules[found.ruleIndex]; in findRouteByPerMethod()570 PerMethod& perMethod = upgradeRoutes; in handleUpgrade() local571 Trie& trie = perMethod.trie; in handleUpgrade()572 std::vector<BaseRule*>& rules = perMethod.rules; in handleUpgrade()