Home
last modified time | relevance | path

Searched refs:match_flags (Results 1 - 6 of 6) sorted by relevance

/third_party/googletest/googlemock/src/
H A Dgmock-matchers.cc285 switch (match_flags()) { in DescribeToImpl()
310 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
316 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
326 switch (match_flags()) { in DescribeNegationToImpl()
351 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
357 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
377 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in VerifyMatchMatrix()
402 if (match_flags() & UnorderedMatcherRequire::Superset) { in VerifyMatchMatrix()
416 if (match_flags() & UnorderedMatcherRequire::Subset) { in VerifyMatchMatrix()
442 if ((match_flags() in FindPairing()
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c130 * "match_flags" equal to zero, which indicates the end of the in usb_linux_lookup_id()
133 for (; id->match_flags; id++) { in usb_linux_lookup_id()
134 if ((id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) && in usb_linux_lookup_id()
138 if ((id->match_flags & USB_DEVICE_ID_MATCH_PRODUCT) && in usb_linux_lookup_id()
142 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in usb_linux_lookup_id()
146 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_HI) && in usb_linux_lookup_id()
150 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) && in usb_linux_lookup_id()
154 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_SUBCLASS) && in usb_linux_lookup_id()
158 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_PROTOCOL) && in usb_linux_lookup_id()
163 !(id->match_flags in usb_linux_lookup_id()
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h54 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \
/third_party/libinput/src/
H A Dquirks.c97 enum match_flags { enum
299 matchflagname(enum match_flags f) in matchflagname()
/third_party/FreeBSD/sys/dev/usb/
H A Dusbdi.h298 uint16_t match_flags; member
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3598 UnorderedMatcherRequire::Flags match_flags() const { return match_flags_; } in match_flags() function in testing::internal::UnorderedElementsAreMatcherImplBase
3755 UnorderedElementsAreArrayMatcher(UnorderedMatcherRequire::Flags match_flags, in UnorderedElementsAreArrayMatcher() argument
3757 : match_flags_(match_flags), matchers_(first, last) {} in UnorderedElementsAreArrayMatcher()

Completed in 16 milliseconds