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
208
unsigned
common_prefix_length
;
member in struct:net::__anon11071::DestinationInfo
254
if (dst_a->
common_prefix_length
!= dst_b->
common_prefix_length
)
255
return dst_a->
common_prefix_length
> dst_b->
common_prefix_length
;
327
info->
common_prefix_length
= std::min(
Completed in 169 milliseconds