Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
Dhpack_decoder_string_buffer.cc219 void HpackDecoderStringBuffer::OutputDebugStringTo(std::ostream& out) const { in OutputDebugStringTo() function in http2::HpackDecoderStringBuffer
235 v.OutputDebugStringTo(out); in operator <<()
Dhpack_decoder_string_buffer.h68 void OutputDebugStringTo(std::ostream& out) const;
Dhpack_decoder_string_buffer_test.cc38 buf_.OutputDebugStringTo(ss); in VerifyLogHasSubstrs()