Searched refs:CanBeProcessed (Results 1 – 4 of 4) sorted by relevance
790 TEST(MdnsRecordOperations, CanBeProcessed) { in TEST() argument791 EXPECT_FALSE(CanBeProcessed(static_cast<DnsType>(1234))); in TEST()792 EXPECT_FALSE(CanBeProcessed(static_cast<DnsType>(222))); in TEST()793 EXPECT_FALSE(CanBeProcessed(static_cast<DnsType>(8973))); in TEST()
652 bool CanBeProcessed(DnsType type);
633 if (!CanBeProcessed(record.dns_type())) { in ProcessRecord()
918 bool CanBeProcessed(DnsType type) { in CanBeProcessed() function