OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BestMatch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/crypto/
strike_register.h
135
//
BestMatch
returns either kNil, or an external node index which could
137
uint32
BestMatch
(const uint8 v[24]) const;
strike_register.cc
142
uint32 best_match_index =
BestMatch
(value);
166
best_match_index =
BestMatch
(value);
287
uint32 StrikeRegister::
BestMatch
(const uint8 v[24]) const {
Completed in 334 milliseconds