Home
last modified time | relevance | path

Searched refs:CongestionControlTypeToString (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dsend_algorithm_test.cc111 << CongestionControlTypeToString(p.congestion_control_type); in operator <<()
122 CongestionControlTypeToString(params.param.congestion_control_type), "_"); in TestParamToString()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_types.cc309 std::string CongestionControlTypeToString(CongestionControlType cc_type) { in CongestionControlTypeToString() function
Dquic_types.h453 QUICHE_EXPORT std::string CongestionControlTypeToString(
/external/cronet/net/quic/
Dquic_event_logger.cc62 .Set("congestion_control_type", quic::CongestionControlTypeToString( in NetLogQuicConfigProcessed()