Searched defs:range_matcher (Results 1 – 3 of 3) sorted by relevance
30 struct range_matcher struct33 typedef typename Traits::char_type char_type;34 typedef ICase icase_type;35 char_type ch_min_;36 char_type ch_max_;37 bool not_;39 range_matcher(char_type ch_min, char_type ch_max, bool no, Traits const &) in range_matcher() function46 void inverse() in inverse()51 bool in_range(Traits const &tr, char_type ch, mpl::false_) const // case-sensitive in in_range()56 bool in_range(Traits const &tr, char_type ch, mpl::true_) const // case-insensitive in in_range()[all …]
1116 const envoy_type_Int64Range* range_matcher = in RouteHeaderMatchersParse() local
995 const envoy_type_v3_Int64Range* range_matcher = in RouteHeaderMatchersParse() local