Home
last modified time | relevance | path

Searched defs:range_matcher (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/xpressive/detail/core/matcher/
Drange_matcher.hpp30 struct range_matcher struct
33 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() function
46 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 …]
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.cc1116 const envoy_type_Int64Range* range_matcher = in RouteHeaderMatchersParse() local
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc995 const envoy_type_v3_Int64Range* range_matcher = in RouteHeaderMatchersParse() local