Searched refs:Matches (Results 1 – 5 of 5) sorted by relevance
26 bool Prune::Matches(LogBufferElement* element) const { in Matches() function in Prune187 if (rule.Matches(element)) { in IsHighPriority()196 if (rule.Matches(element)) { in IsLowPriority()
33 bool Matches(LogBufferElement* element) const;
76 bool Matches(const uint8_t* response);93 bool Header::Matches(const uint8_t* response) { in Matches() function in udp::Header280 } while (!header->Matches(rx_packet_.data())); in SendSinglePacketHelper()
324 - `first`: Matches the primary ABI of the device. This is the default for326 - `lib32`: Matches the 32-bit ABI of the device, if supported.327 - `lib64`: Matches the 64-bit ABI of the device, it supported.328 - `prefer32`: Matches the 32-bit ABI of the device, if supported. If the330 - `both`: Matches both ABIs. This is the default for
35 using ::testing::Matches;