Home
last modified time | relevance | path

Searched refs:AddressChangeTypeToString (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_types.cc377 std::string AddressChangeTypeToString(AddressChangeType type) { in AddressChangeTypeToString() function
393 os << AddressChangeTypeToString(type); in operator <<()
Dquic_utils.h57 static std::string AddressChangeTypeToString(AddressChangeType type);
Dquic_utils.cc151 std::string QuicUtils::AddressChangeTypeToString(AddressChangeType type) { in AddressChangeTypeToString() function in quic::QuicUtils
Dquic_types.h500 QUIC_EXPORT_PRIVATE std::string AddressChangeTypeToString(
Dquic_connection.cc7262 AddressChangeTypeToString(active_effective_peer_migration_type_), in OnPathValidationSuccess()