OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qtype_int
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/tools/dns_fuzz_stub/
dns_fuzz_stub.cc
95
int
qtype_int
;
local
96
if (!dict->GetInteger("qtype", &
qtype_int
)) {
100
if (!FitsUint16(
qtype_int
)) {
104
*qtype = static_cast<uint16>(
qtype_int
);
131
<< "qtype=" <<
qtype_int
<< ", "
Completed in 171 milliseconds