OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kT0Qtype
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/dns/
dns_transaction_unittest.cc
478
AddAsyncQueryAndResponse(0 /* id */, kT0HostName,
kT0Qtype
,
481
TransactionHelper helper0(kT0HostName,
kT0Qtype
, kT0RecordCount);
488
AddAsyncQueryAndResponse(0 /* id */, kT0HostName,
kT0Qtype
,
493
TransactionHelper helper0(kT0HostName,
kT0Qtype
, kT0RecordCount);
505
AddAsyncQueryAndResponse(0 /* id */, kT0HostName,
kT0Qtype
,
510
TransactionHelper helper0(kT0HostName,
kT0Qtype
, kT0RecordCount);
524
AddAsyncQueryAndResponse(0 /* id */, kT0HostName,
kT0Qtype
,
527
TransactionHelper helper0(kT0HostName,
kT0Qtype
, kT0RecordCount);
539
AddAsyncQueryAndResponse(0 /* id */, kT0HostName,
kT0Qtype
,
542
TransactionHelper helper0(kT0HostName,
kT0Qtype
, kT0RecordCount)
[
all
...]
dns_test_util.h
22
static const uint16
kT0Qtype
= dns_protocol::kTypeA;
dns_response_unittest.cc
263
EXPECT_EQ(
kT0Qtype
, resp.qtype());
Completed in 29 milliseconds