Home
last modified time | relevance | path

Searched defs:error_stream (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dstream.cpp50 inline ostream& error_stream() in error_stream() function
74 inline ostream& error_stream() in error_stream() function
/third_party/glib/gobject/tests/
Dtaptestrunner.py39 def __init__(self, output_stream, error_stream, message_log, test_output_log): argument
161 output_stream = sys.stdout, error_stream = sys.stderr): argument
/third_party/grpc/test/cpp/util/
Dproto_file_parser.cc145 std::ostringstream error_stream; in GetFullMethodName() local