Searched refs:kT0Qtype (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/net/dns/ |
D | dns_transaction_unittest.cc | 477 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 …]
|
D | dns_test_util.h | 22 static const uint16 kT0Qtype = dns_protocol::kTypeA; variable
|
D | dns_response_unittest.cc | 263 EXPECT_EQ(kT0Qtype, resp.qtype()); in TEST()
|