Searched refs:error_stream (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/tools/quickbook/src/ |
D | stream.cpp | 50 inline ostream& error_stream() in error_stream() function 74 inline ostream& error_stream() in error_stream() function 83 ostream& outerr() { return error_stream() << "Error: "; } in outerr() 89 return error_stream() << path_to_stream(file) << "(" << line in outerr() 92 return error_stream() << path_to_stream(file) << ":" << line in outerr() 96 return error_stream() << path_to_stream(file) << ": error: "; in outerr() 109 return error_stream() << path_to_stream(file) << "(" << line in outwarn() 112 return error_stream() << path_to_stream(file) << ":" << line in outwarn() 116 return error_stream() << path_to_stream(file) << ": warning: "; in outwarn()
|
/third_party/glib/gobject/tests/ |
D | taptestrunner.py | 40 def __init__(self, output_stream, error_stream, message_log, test_output_log): argument 43 self.error_stream = error_stream 61 self.message = self.error_stream 65 self.test_output = self.error_stream 169 error_stream=sys.stderr, argument 172 self.error_stream = error_stream 179 self.error_stream,
|
/third_party/glib/gio/tests/ |
D | taptestrunner.py | 40 def __init__(self, output_stream, error_stream, message_log, test_output_log): argument 43 self.error_stream = error_stream 61 self.message = self.error_stream 65 self.test_output = self.error_stream 169 error_stream=sys.stderr, argument 172 self.error_stream = error_stream 179 self.error_stream,
|
/third_party/grpc/test/cpp/util/ |
D | proto_file_parser.cc | 145 std::ostringstream error_stream; in GetFullMethodName() local 146 error_stream << "Ambiguous method names: "; in GetFullMethodName() 147 error_stream << method_descriptor->full_name() << " "; in GetFullMethodName() 148 error_stream << method_desc->full_name(); in GetFullMethodName() 149 LogError(error_stream.str()); in GetFullMethodName()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | linker.cpp | 428 int error_stream() in error_stream() function in __anon28c7c8880111::find_emit_vertex_visitor 842 emit_vertex.error_stream(), in validate_geometry_shader_emissions()
|