Home
last modified time | relevance | path

Searched defs:PrintMessage (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.cpp78 void PrintMessage(CONSOLE_COLOR color, const char* msg) in PrintMessage() function
89 void PrintMessage(CONSOLE_COLOR color, const wchar_t* msg) in PrintMessage() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSourceMgr.cpp225 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage() function in SourceMgr
242 void SourceMgr::PrintMessage(raw_ostream &OS, SMLoc Loc, in PrintMessage() function in SourceMgr
249 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in PrintMessage() function in SourceMgr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DError.cpp26 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, in PrintMessage() function
/third_party/protobuf/python/google/protobuf/
Dtext_format.py221 def PrintMessage(message, function
430 def PrintMessage(self, message): member in _Printer
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc855 void Generator::PrintMessage(const Descriptor& message_descriptor, in PrintMessage() function in google::protobuf::compiler::python::Generator