Home
last modified time | relevance | path

Searched refs:range_matcher (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/xpressive/detail/core/matcher/
Drange_matcher.hpp30 struct range_matcher struct
39 range_matcher(char_type ch_min, char_type ch_max, bool no, Traits const &) in range_matcher() function
/third_party/boost/boost/xpressive/detail/static/transforms/
Das_set.hpp152 void set_(detail::range_matcher<traits_type, icase_type> const &rg) const in set_()
/third_party/boost/boost/xpressive/detail/core/
Dpeeker.hpp222 mpl::false_ accept(range_matcher<Traits, ICase> const &xpr) in accept()
/third_party/boost/boost/xpressive/detail/static/
Dtransmogrify.hpp131 typedef range_matcher<Traits, ICase> type;
/third_party/boost/boost/xpressive/
Dxpressive_typeof.hpp100 BOOST_TYPEOF_REGISTER_TEMPLATE(boost::xpressive::detail::range_matcher, (typename)(typename))
/third_party/boost/boost/xpressive/detail/
Ddetail_fwd.hpp124 struct range_matcher;
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.cc1116 const envoy_type_Int64Range* range_matcher = in RouteHeaderMatchersParse() local
1118 header_matcher.range_start = envoy_type_Int64Range_start(range_matcher); in RouteHeaderMatchersParse()
1119 header_matcher.range_end = envoy_type_Int64Range_end(range_matcher); in RouteHeaderMatchersParse()
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc995 const envoy_type_v3_Int64Range* range_matcher = in RouteHeaderMatchersParse() local
997 range_start = envoy_type_v3_Int64Range_start(range_matcher); in RouteHeaderMatchersParse()
998 range_end = envoy_type_v3_Int64Range_end(range_matcher); in RouteHeaderMatchersParse()