Home
last modified time | relevance | path

Searched refs:DebugStringInternal (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_handshake_message.cc239 return DebugStringInternal(0); in DebugString()
262 std::string CryptoHandshakeMessage::DebugStringInternal(size_t indent) const { in DebugStringInternal() function in quic::CryptoHandshakeMessage
337 ret += msg->DebugStringInternal(indent + 1); in DebugStringInternal()
H A Dcrypto_handshake_message.h145 std::string DebugStringInternal(size_t indent) const;