HomeSort by relevance Sort by last modified time
    Searched refs:BestMatch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/crypto/
strike_register.h 138 // BestMatch returns either kNil, or an external node index which could
140 uint32 BestMatch(const uint8 v[24]) const;
strike_register.cc 146 uint32 best_match_index = BestMatch(value);
170 best_match_index = BestMatch(value);
291 uint32 StrikeRegister::BestMatch(const uint8 v[24]) const {

Completed in 72 milliseconds