Searched defs:matcher (Results 1 – 8 of 8) sorted by relevance
127 const auto matcher = [](usb_ifc_info* info) -> int { in SetUp() local211 const auto matcher = [](usb_ifc_info* info) -> int { in ReconnectFastbootDevice() local
168 const auto matcher = [](usb_ifc_info* info) -> int { in TEST() local1137 auto matcher = [&](const std::tuple<std::string, uint32_t>& tup) { in TEST_P() local1143 auto matcher = [&](const std::tuple<std::string, uint32_t>& tup) { in TEST_P() local1891 const auto matcher = [](usb_ifc_info* info) -> int { in main() local
52 Matcher matcher = offsetPattern.matcher(utcOffsetString); in parseUtcOffsetToMillis() local
111 KeyInfo matcher = {static_cast<CoseKeyCurve>(*curve), in validateAndExtractEekPubAndId() local
270 static void AssertIterationOrderWithMatcher(std::function<bool(std::string_view)> matcher, in AssertIterationOrderWithMatcher()309 auto matcher = [](std::string_view name) { return name == "a.txt"; }; in TEST() local316 auto matcher = [](std::string_view name) { in TEST() local324 auto matcher = [](std::string_view name) { in TEST() local
1044 std::function<bool(std::string_view)> matcher; member1065 auto matcher = [prefix = std::string(optional_prefix), in StartIteration() local1073 std::function<bool(std::string_view)> matcher) { in StartIteration()
197 const Matcher<MetadataBuilder*>& matcher) { in UpdatePartitionMetadata()
564 void expectFileNotExist(const Matcher& matcher) { in expectFileNotExist()