HomeSort by relevance Sort by last modified time
    Searched defs:ErrorStream (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceBrowserCompileServer.h 79 StringStream &getErrorStream() { return *ErrorStream; }
103 std::unique_ptr<StringStream> ErrorStream;
  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 200 class MagickPPExport ErrorStream: public Error
203 explicit ErrorStream(const std::string& what_);
204 explicit ErrorStream(const std::string& what_,Exception *nested_);
205 ~ErrorStream() throw();
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 40 std::stringstream ErrorStream;
50 ErrorStream << It->getName() << ": " << DatabaseErrorMessage << "\n";
52 ErrorMessage = ErrorStream.str();
59 std::stringstream ErrorStream;
69 ErrorStream << "No compilation database found in " << Directory.str()
76 ErrorMessage = ErrorStream.str();
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDDisassembler.h 132 llvm::raw_ostream &ErrorStream;
  /external/ImageMagick/Magick++/lib/
Exception.cpp 318 Magick::ErrorStream::ErrorStream(const std::string& what_)
323 Magick::ErrorStream::ErrorStream(const std::string& what_,Exception *nested_)
328 Magick::ErrorStream::~ErrorStream() throw()
787 return new ErrorStream(message);
970 throw ErrorStream(message,nestedException);

Completed in 6310 milliseconds