Searched refs:kCGST (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/net/quic/ |
D | quic_config_test.cc | 51 error = msg.GetTaglist(kCGST, &out, &out_len); in TEST_F() 65 EXPECT_EQ(QUIC_NO_ERROR, msg.GetTaglist(kCGST, &out, &out_len)); in TEST_F() 140 msg.SetVector(kCGST, QuicTagVector(1, kQBIC)); in TEST_F()
|
D | quic_config.cc | 227 congestion_control_(kCGST, QuicNegotiableValue::PRESENCE_REQUIRED), in QuicConfig()
|
/external/chromium_org/net/quic/crypto/ |
D | crypto_protocol.h | 68 const QuicTag kCGST = TAG('C', 'G', 'S', 'T'); // Congestion control variable
|
D | crypto_handshake.cc | 276 case kCGST: in DebugStringInternal()
|