OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srv_other
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/dns/
record_rdata.cc
51
const SrvRecordRdata*
srv_other
= static_cast<const SrvRecordRdata*>(other);
local
52
return weight_ ==
srv_other
->weight_ &&
53
port_ ==
srv_other
->port_ &&
54
priority_ ==
srv_other
->priority_ &&
55
target_ ==
srv_other
->target_;
Completed in 40 milliseconds