Home
last modified time | relevance | path

Searched defs:ReportWarning (Results 1 – 6 of 6) sorted by relevance

/external/dng_sdk/source/
Ddng_exceptions.cpp30 void ReportWarning (const char *message, in ReportWarning() function
/external/skia/tools/copyright/
Dmain.py80 def ReportWarning(text): function
/external/skqp/tools/copyright/
Dmain.py75 def ReportWarning(text): function
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp211 std::function<void(const Twine &, const DWARFDie &)> ReportWarning) { in analyzeImportedModule()
319 std::function<void(const Twine &, const DWARFDie &)> ReportWarning, in analyzeContextInfo()
/external/protobuf/src/google/protobuf/
Dtext_format.cc336 void ReportWarning(int line, int col, const std::string& message) { in ReportWarning() function in google::protobuf::TextFormat::Parser::ParserImpl
363 void ReportWarning(const std::string& message) { in ReportWarning() function in google::protobuf::TextFormat::Parser::ParserImpl
/external/llvm-project/lldb/source/Core/
DModule.cpp1166 void Module::ReportWarning(const char *format, ...) { in ReportWarning() function in Module