Home
last modified time | relevance | path

Searched refs:kT0Qtype (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/dns/
Ddns_transaction_unittest.cc477 AddAsyncQueryAndResponse(0 /* id */, kT0HostName, kT0Qtype, in TEST_F()
480 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount); in TEST_F()
487 AddAsyncQueryAndResponse(0 /* id */, kT0HostName, kT0Qtype, in TEST_F()
492 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount); in TEST_F()
504 AddAsyncQueryAndResponse(0 /* id */, kT0HostName, kT0Qtype, in TEST_F()
509 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount); in TEST_F()
523 AddAsyncQueryAndResponse(0 /* id */, kT0HostName, kT0Qtype, in TEST_F()
526 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount); in TEST_F()
538 AddAsyncQueryAndResponse(0 /* id */, kT0HostName, kT0Qtype, in TEST_F()
541 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount); in TEST_F()
[all …]
Ddns_test_util.h22 static const uint16 kT0Qtype = dns_protocol::kTypeA; variable
Ddns_response_unittest.cc263 EXPECT_EQ(kT0Qtype, resp.qtype()); in TEST()