Searched refs:has_higher_priority_than (Results 1 – 3 of 3) sorted by relevance
49 if (entry->has_higher_priority_than(current_priority)) { in RemapProxyPolicies()55 if (!entry->has_higher_priority_than(current_priority) && in RemapProxyPolicies()56 !current_priority.has_higher_priority_than(*entry)) { in RemapProxyPolicies()66 (!existing || current_priority.has_higher_priority_than(*existing))) { in RemapProxyPolicies()
36 bool PolicyMap::Entry::has_higher_priority_than( in has_higher_priority_than() function in policy::PolicyMap::Entry147 if (!entry || it.second.has_higher_priority_than(*entry)) in MergeFrom()
50 bool has_higher_priority_than(const Entry& other) const;