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

  /external/chromium_org/net/quic/crypto/
crypto_server_config.h 245 // ConfigPrimaryTimeLessThan returns true if a->primary_time <
247 static bool ConfigPrimaryTimeLessThan(const scoped_refptr<Config>& a,
crypto_server_config.cc 517 // ConfigPrimaryTimeLessThan is a comparator that implements "less than" for
520 bool QuicCryptoServerConfig::ConfigPrimaryTimeLessThan(
554 std::sort(configs.begin(), configs.end(), ConfigPrimaryTimeLessThan);
    [all...]

Completed in 26 milliseconds