Lines Matching refs:Record
69 std::vector<DnsQueryLog::Record> records = { in TEST_F()
70 DnsQueryLog::Record(30, 1000, 1000, "example.com", serversV4, 10), in TEST_F()
71 DnsQueryLog::Record(31, 1000, 1000, "", serversV4, 10), // Empty hostname. in TEST_F()
72 DnsQueryLog::Record(32, 1000, 1000, "example.com", {}, 10), // No answer. in TEST_F()
73 DnsQueryLog::Record(33, 1000, 1000, "example.com", serversV4V6, 10), in TEST_F()
95 DnsQueryLog::Record record(30, 1000, 1000, "www.example.com", serversV4, 10); in TEST_F()
111 DnsQueryLog::Record r1(30, 1000, 1000, "www.example1.com", serversV4V6, 10); in TEST_F()
112 DnsQueryLog::Record r2(31, 1000, 1000, "www.example2.com", serversV4V6, 10); in TEST_F()
113 DnsQueryLog::Record r3(32, 1000, 1000, "www.example3.com", serversV4V6, 10); in TEST_F()
126 DnsQueryLog::Record r1(30, 1000, 1000, "www.example1.com", serversV4V6, 10); in TEST_F()
127 DnsQueryLog::Record r2(31, 1000, 1000, "www.example2.com", serversV4V6, 10); in TEST_F()
128 DnsQueryLog::Record r3(32, 1000, 1000, "www.example3.com", serversV4V6, 10); in TEST_F()
129 DnsQueryLog::Record r4(33, 1000, 1000, "www.example4.com", serversV4V6, 10); in TEST_F()
143 DnsQueryLog::Record r1(30, 1000, 1000, "www.example.com", serversV4, 10); in TEST_F()
158 DnsQueryLog::Record r2(31, 1000, 1000, "example.com", serversV4V6, 10); in TEST_F()