Home
last modified time | relevance | path

Searched refs:OutputDebugStringTo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
H A Dhpack_decoder_string_buffer.cc206 void HpackDecoderStringBuffer::OutputDebugStringTo(std::ostream& out) const { in OutputDebugStringTo() function in http2::HpackDecoderStringBuffer
222 v.OutputDebugStringTo(out); in operator <<()
H A Dhpack_decoder_string_buffer.h67 void OutputDebugStringTo(std::ostream& out) const;
H A Dhpack_decoder_string_buffer_test.cc39 buf_.OutputDebugStringTo(ss); in VerifyLogHasSubstrs()