Searched refs:OutputToStreamWithPrefix (Results 1 – 6 of 6) sorted by relevance
/external/cronet/tot/base/debug/ |
D | stack_trace.cc | 303 OutputToStreamWithPrefix(os, {}); in OutputToStream() 306 void StackTrace::OutputToStreamWithPrefix(std::ostream* os, in OutputToStreamWithPrefix() function in base::debug::StackTrace 324 OutputToStreamWithPrefix(&stream, prefix_string); in ToStringWithPrefix()
|
D | stack_trace_unittest.cc | 147 trace.OutputToStreamWithPrefix(&os, prefix_string); in TEST_F() 159 trace.OutputToStreamWithPrefix(&os, {}); in TEST_F()
|
D | stack_trace.h | 126 void OutputToStreamWithPrefix(std::ostream* os,
|
/external/cronet/stable/base/debug/ |
D | stack_trace.cc | 303 OutputToStreamWithPrefix(os, {}); in OutputToStream() 306 void StackTrace::OutputToStreamWithPrefix(std::ostream* os, in OutputToStreamWithPrefix() function in base::debug::StackTrace 324 OutputToStreamWithPrefix(&stream, prefix_string); in ToStringWithPrefix()
|
D | stack_trace_unittest.cc | 147 trace.OutputToStreamWithPrefix(&os, prefix_string); in TEST_F() 159 trace.OutputToStreamWithPrefix(&os, {}); in TEST_F()
|
D | stack_trace.h | 126 void OutputToStreamWithPrefix(std::ostream* os,
|