Home
last modified time | relevance | path

Searched refs:match_type (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/boost/algorithm/string/
Dfind_iterator.hpp68 base_type::match_type match_type; typedef in boost::algorithm::find_iterator
127 const match_type& dereference() const in dereference()
172 match_type m_Match;
224 base_type::match_type match_type; typedef in boost::algorithm::split_iterator
302 const match_type& dereference() const in dereference()
310 match_type FindMatch=this->do_find( m_Next, m_End ); in increment()
321 m_Match=match_type( m_Next, FindMatch.begin() ); in increment()
355 match_type m_Match;
/third_party/glib/glib/
Dgpattern.c72 GMatchType match_type; member
200 switch (pspec->match_type) in g_pattern_match()
235 g_return_val_if_fail (pspec->match_type < G_MATCH_LAST, FALSE); in g_pattern_match()
322 pspec->match_type = G_MATCH_TAIL; in g_pattern_spec_new()
330 pspec->match_type = G_MATCH_HEAD; in g_pattern_spec_new()
336 pspec->match_type = G_MATCH_EXACT; in g_pattern_spec_new()
345 pspec->match_type = tw_pos > hw_pos ? G_MATCH_ALL_TAIL : G_MATCH_ALL; in g_pattern_spec_new()
347 pspec->match_type = tj_pos > hj_pos ? G_MATCH_ALL_TAIL : G_MATCH_ALL; in g_pattern_spec_new()
348 if (pspec->match_type == G_MATCH_ALL_TAIL) { in g_pattern_spec_new()
389 pspec1->match_type == pspec2->match_type && in g_pattern_spec_equal()
/third_party/boost/boost/algorithm/string/detail/
Dfind_iterator.hpp33 typedef iterator_range<IteratorT> match_type; typedef in boost::algorithm::detail::find_iterator_base
35 match_type,
57 match_type do_find( in do_find()
67 return match_type(End,End); in do_find()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dpatternspec.c40 MatchType match_type; member
155 switch (pspec->match_type) { in pattern_match()
196 g_return_val_if_fail (pspec->match_type < MATCH_LAST, FALSE); in pattern_match()
283 pspec->match_type = MATCH_TAIL; in pattern_spec_new()
290 pspec->match_type = MATCH_HEAD; in pattern_spec_new()
295 pspec->match_type = MATCH_EXACT; in pattern_spec_new()
304 pspec->match_type = tw_pos > hw_pos ? MATCH_ALL_TAIL : MATCH_ALL; in pattern_spec_new()
306 pspec->match_type = tj_pos > hj_pos ? MATCH_ALL_TAIL : MATCH_ALL; in pattern_spec_new()
307 if (pspec->match_type == MATCH_ALL_TAIL) { in pattern_spec_new()
/third_party/boost/libs/range/test/adaptor_test/
Dtokenized_example.cpp33 typedef boost::sub_match< std::string::iterator > match_type; in tokenized_example_test() typedef
38 std::ostream_iterator<match_type>(std::cout, "\n")); in tokenized_example_test()
48 std::vector<match_type> test; in tokenized_example_test()
/third_party/glib/glib/tests/
Dpattern.c37 GMatchType match_type; member
49 GMatchType match_type; member
79 g_assert_cmpint (spec->match_type, ==, test->match_type); in test_compilation()
/third_party/boost/boost/iostreams/filter/
Dregex.hpp35 typedef match_results<const Ch*> match_type; typedef in boost::iostreams::basic_regex_filter
36 typedef function1<string_type, const match_type&> formatter;
81 string_type operator() (const match_type& match) const in operator ()()
/third_party/iptables/extensions/
Dlibxt_sctp.c228 const char *match_type, in parse_sctp_chunks() argument
231 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks); in parse_sctp_chunks()
232 if (!strcasecmp(match_type, "ANY")) { in parse_sctp_chunks()
234 } else if (!strcasecmp(match_type, "ALL")) { in parse_sctp_chunks()
236 } else if (!strcasecmp(match_type, "ONLY")) { in parse_sctp_chunks()
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc213 bool DomainMatch(MatchType match_type, const std::string& domain_pattern_in, in DomainMatch() argument
224 if (match_type == EXACT_MATCH) { in DomainMatch()
226 } else if (match_type == SUFFIX_MATCH) { in DomainMatch()
234 } else if (match_type == PREFIX_MATCH) { in DomainMatch()
243 return match_type == UNIVERSE_MATCH; in DomainMatch()
278 const MatchType match_type = DomainPatternMatchType(domain_pattern); in FindVirtualHostForDomain() local
280 GPR_ASSERT(match_type != INVALID_MATCH); in FindVirtualHostForDomain()
281 if (match_type > best_match_type) continue; in FindVirtualHostForDomain()
282 if (match_type == best_match_type && in FindVirtualHostForDomain()
287 if (!DomainMatch(match_type, domain_pattern, domain)) continue; in FindVirtualHostForDomain()
[all …]
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.cc955 bool DomainMatch(MatchType match_type, std::string domain_pattern, in DomainMatch() argument
964 if (match_type == EXACT_MATCH) { in DomainMatch()
966 } else if (match_type == SUFFIX_MATCH) { in DomainMatch()
974 } else if (match_type == PREFIX_MATCH) { in DomainMatch()
983 return match_type == UNIVERSE_MATCH; in DomainMatch()
1288 const MatchType match_type = DomainPatternMatchType(domain_pattern); in RouteConfigParse() local
1289 if (match_type == INVALID_MATCH) { in RouteConfigParse()
1292 if (match_type > best_match_type) continue; in RouteConfigParse()
1293 if (match_type == best_match_type && in RouteConfigParse()
1298 if (!DomainMatch(match_type, domain_pattern, expected_server_name)) { in RouteConfigParse()
[all …]
/third_party/boost/boost/regex/
Dicu.hpp472 typedef match_results<conv_type> match_type; in do_regex_match() typedef
474 match_type what; in do_regex_match()
488 typedef match_results<conv_type> match_type; in do_regex_match() typedef
490 match_type what; in do_regex_match()
647 typedef match_results<conv_type> match_type; in do_regex_search() typedef
649 match_type what; in do_regex_search()
664 typedef match_results<conv_type> match_type; in do_regex_search() typedef
666 match_type what; in do_regex_search()
/third_party/eudev/src/udev/
Dudevd.c604 static void event_queue_cleanup(struct udev *udev, enum event_state match_type) { in event_queue_cleanup() argument
610 if (match_type != EVENT_UNDEF && match_type != event->state) in event_queue_cleanup()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_macsec_qca.c106 rx_ctl_filt.match_type = IG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()
115 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_macsec_qca.c106 rx_ctl_filt.match_type = IG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()
115 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()
/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c409 cl_device_type match_type = 0, device_type; in opencl_filter_device() local
414 match_type = opencl_device_types[i].type; in opencl_filter_device()
418 if (!match_type) { in opencl_filter_device()
432 if (!(device_type & match_type)) { in opencl_filter_device()
/third_party/flatbuffers/src/
Didl_parser.cpp2023 const auto match_type = e.type.base_type; // may differ from in_type in ParseSingleValue() local
2029 if (check_now && IsScalar(match_type) && e.constant != "null") { in ParseSingleValue()
2031 switch (match_type) { in ParseSingleValue()