Searched defs:error_stream (Results 1 – 3 of 3) sorted by relevance
50 inline ostream& error_stream() in error_stream() function74 inline ostream& error_stream() in error_stream() function
39 def __init__(self, output_stream, error_stream, message_log, test_output_log): argument161 output_stream = sys.stdout, error_stream = sys.stderr): argument
145 std::ostringstream error_stream; in GetFullMethodName() local