Home
last modified time | relevance | path

Searched refs:match_flags (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/regex/v4/
Dmatch_flags.hpp90 } match_flags; typedef
95 typedef match_flags match_flag_type;
99 inline match_flags operator&(match_flags m1, match_flags m2) in operator &()
100 { return static_cast<match_flags>(static_cast<boost::int32_t>(m1) & static_cast<boost::int32_t>(m2)… in operator &()
101 inline match_flags operator|(match_flags m1, match_flags m2) in operator |()
102 { return static_cast<match_flags>(static_cast<boost::int32_t>(m1) | static_cast<boost::int32_t>(m2)… in operator |()
103 inline match_flags operator^(match_flags m1, match_flags m2) in operator ^()
104 { return static_cast<match_flags>(static_cast<boost::int32_t>(m1) ^ static_cast<boost::int32_t>(m2)… in operator ^()
105 inline match_flags operator~(match_flags m1) in operator ~()
106 { return static_cast<match_flags>(~static_cast<boost::int32_t>(m1)); } in operator ~()
[all …]
/third_party/iptables/extensions/
Dlibxt_conntrack.c409 info->match_flags |= XT_CONNTRACK_STATE; in conntrack_mt_parse()
419 info->match_flags |= XT_CONNTRACK_PROTO; in conntrack_mt_parse()
426 info->match_flags |= XT_CONNTRACK_ORIGSRC; in conntrack_mt_parse()
433 info->match_flags |= XT_CONNTRACK_ORIGDST; in conntrack_mt_parse()
440 info->match_flags |= XT_CONNTRACK_REPLSRC; in conntrack_mt_parse()
447 info->match_flags |= XT_CONNTRACK_REPLDST; in conntrack_mt_parse()
453 info->match_flags |= XT_CONNTRACK_STATUS; in conntrack_mt_parse()
462 info->match_flags |= XT_CONNTRACK_EXPIRES; in conntrack_mt_parse()
469 info->match_flags |= XT_CONNTRACK_ORIGSRC_PORT; in conntrack_mt_parse()
476 info->match_flags |= XT_CONNTRACK_ORIGDST_PORT; in conntrack_mt_parse()
[all …]
/third_party/boost/libs/xpressive/test/
Dregress.ipp58 regex_constants::match_flag_type match_flags;
75 this->match_flags = regex_constants::match_default | regex_constants::format_first_only;
126 wtest.match_flags = test.match_flags;
233 test.match_flags = test.match_flags & ~regex_constants::format_first_only;
237 test.match_flags = test.match_flags | regex_constants::format_all;
241 test.match_flags = test.match_flags | regex_constants::format_perl;
245 test.match_flags = test.match_flags | regex_constants::format_sed;
286 std::basic_string<Char> res = regex_replace(test.str, rx, test.sub, test.match_flags);
290 … std::basic_string<Char> res2 = regex_replace(test.str, rx, test.sub.c_str(), test.match_flags);
294 … std::basic_string<Char> res3 = regex_replace(test.str.c_str(), c_rx, test.sub, test.match_flags);
[all …]
/third_party/googletest/googlemock/src/
Dgmock-matchers.cc282 switch (match_flags()) { in DescribeToImpl()
307 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
313 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
323 switch (match_flags()) { in DescribeNegationToImpl()
348 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
354 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
382 if (match_flags() & UnorderedMatcherRequire::Superset) { in VerifyMatchMatrix()
396 if (match_flags() & UnorderedMatcherRequire::Subset) { in VerifyMatchMatrix()
422 if ((match_flags() & UnorderedMatcherRequire::Superset) && in FindPairing()
433 if ((match_flags() & UnorderedMatcherRequire::Subset) && in FindPairing()
/third_party/iptables/include/linux/netfilter/
Dxt_conntrack.h45 __u16 match_flags, invert_flags; member
58 __u16 match_flags, invert_flags; member
71 __u16 match_flags, invert_flags; member
/third_party/boost/boost/iostreams/filter/
Dgrep.hpp55 match_flag_type match_flags =
102 (const regex_type& re, match_flag_type match_flags, int options) in basic_grep_filter() argument
103 : base_type(true), re_(re), match_flags_(match_flags), in basic_grep_filter()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c134 for (; id->match_flags; id++) { in usb_linux_lookup_id()
136 if ((id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) && in usb_linux_lookup_id()
140 if ((id->match_flags & USB_DEVICE_ID_MATCH_PRODUCT) && in usb_linux_lookup_id()
144 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in usb_linux_lookup_id()
148 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_HI) && in usb_linux_lookup_id()
152 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) && in usb_linux_lookup_id()
156 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_SUBCLASS) && in usb_linux_lookup_id()
160 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_PROTOCOL) && in usb_linux_lookup_id()
165 !(id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) && in usb_linux_lookup_id()
166 (id->match_flags & (USB_DEVICE_ID_MATCH_INT_CLASS | in usb_linux_lookup_id()
[all …]
/third_party/boost/libs/spirit/example/lex/static_lexer/
Dword_count_tokens.hpp30 boost::spirit::lex::match_flags::match_not_dot_newline) in word_count_tokens()
/third_party/boost/boost/xpressive/detail/core/
Dstate.hpp72 struct match_flags struct
84 explicit match_flags(regex_constants::match_flag_type flags) in match_flags() argument
121 match_flags flags_;
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Dlexer.hpp87 if (flags & match_flags::match_not_dot_newline) in map_flags()
89 if (flags & match_flags::match_icase) in map_flags()
/third_party/boost/libs/spirit/example/lex/
Dprint_number_tokenids.cpp45 : print_numbers_tokenids::base_type(lex::match_flags::match_not_dot_newline) in print_numbers_tokenids()
Dprint_numbers.cpp45 : print_numbers_tokens::base_type(lex::match_flags::match_not_dot_newline) in print_numbers_tokens()
Dstrip_comments.cpp62 : strip_comments_tokens::base_type(lex::match_flags::match_default) in strip_comments_tokens()
Dstrip_comments_lexer.cpp112 : strip_comments_tokens::base_type(lex::match_flags::match_default) in strip_comments_tokens()
/third_party/boost/boost/spirit/home/lex/lexer/
Dlexer.hpp337 struct match_flags struct
381 lexer(unsigned int flags = match_flags::match_default) in lexer()
/third_party/boost/libs/regex/doc/
Dicu_strings.qbk272 of expression /e/, in text /s/, using match_flags /m/.
372 match_flags /m/.
415 for each submatch in regular expression /e/, found in text /s/, using match_flags /m/.
454 each submatch in regular expression /e/, found in text /s/, using match_flags /m/.
Dregex_grep.qbk56 flags: The flags that determine how matching is carried out, one of the match_flags enumerators.
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dusb.h55 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \
/third_party/boost/libs/spirit/doc/
Dwhat_s_new.qbk773 specifying the `match_flags` to be used for table generation. Currently, there
776 match_flags::match_default, // no flags
777 match_flags::match_not_dot_newline, // the regex '.' doesn't match newlines
778 match_flags::match_icase // all matching operations are case insensitive
780 If no parameter is passed to the constructor, `match_flags::match_default` is
/third_party/libinput/src/
Dquirks.c85 enum match_flags { enum
282 matchflagname(enum match_flags f) in matchflagname()
/third_party/FreeBSD/sys/dev/usb/
Dusbdi.h301 uint16_t match_flags; member
/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h3413 UnorderedMatcherRequire::Flags match_flags() const { return match_flags_; }
3468 if (match_flags() == UnorderedMatcherRequire::ExactMatch) {
3588 UnorderedElementsAreArrayMatcher(UnorderedMatcherRequire::Flags match_flags,
3590 : match_flags_(match_flags), matchers_(first, last) {}
/third_party/pulseaudio/vala/
Dlibpulse.vapi938 public bool match_flags(SubscriptionEventType t);