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

  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.h 285 // |canonical_server_map_| for that suffix.
297 std::map<QuicServerId, QuicServerId> canonical_server_map_; member in class:net::QuicCryptoClientConfig
quic_crypto_client_config.cc 846 if (!ContainsKey(canonical_server_map_, suffix_server_id)) {
849 canonical_server_map_[suffix_server_id] = server_id;
854 canonical_server_map_[suffix_server_id];
861 canonical_server_map_[suffix_server_id] = server_id;

Completed in 46 milliseconds