OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:common_prefix_length
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/dns/
address_sorter_posix.cc
183
unsigned
common_prefix_length
;
member in struct:net::__anon9029::DestinationInfo
229
if (dst_a->
common_prefix_length
!= dst_b->
common_prefix_length
)
230
return dst_a->
common_prefix_length
> dst_b->
common_prefix_length
;
302
info->
common_prefix_length
= std::min(
Completed in 1138 milliseconds