|
| void | AddError (const std::string &filename, const std::string &element_name, const Message *descriptor, ErrorLocation location, const std::string &message) |
| |
| void | AddError (const std::string &filename, int line, int column, const std::string &message) |
| |
| void | AddError (int line, int column, const std::string &message) |
| |
| void | AddWarning (const std::string &filename, const std::string &element_name, const Message *descriptor, ErrorLocation location, const std::string &message) |
| |
| void | AddWarning (const std::string &filename, int line, int column, const std::string &message) |
| |
| void | AddWarning (int line, int column, const std::string &message) |
| |
| | ErrorPrinter (ErrorFormat format, DiskSourceTree *tree=NULL) |
| |
| bool | FoundErrors () const |
| |
| | ~ErrorPrinter () |
| |
| | MultiFileErrorCollector () |
| |
| virtual | ~MultiFileErrorCollector () |
| |
| | ErrorCollector () |
| |
| virtual | ~ErrorCollector () |
| |
| | ErrorCollector () |
| |
| virtual | ~ErrorCollector () |
| |
|
| enum | ErrorLocation {
NAME,
NUMBER,
TYPE,
EXTENDEE,
DEFAULT_VALUE,
INPUT_TYPE,
OUTPUT_TYPE,
OPTION_NAME,
OPTION_VALUE,
IMPORT,
OTHER
} |
| |
Definition at line 277 of file command_line_interface.cc.
◆ ErrorPrinter()
◆ ~ErrorPrinter()
| google::protobuf::compiler::CommandLineInterface::ErrorPrinter::~ErrorPrinter |
( |
| ) |
|
|
inline |
◆ AddError() [1/3]
◆ AddError() [2/3]
| void google::protobuf::compiler::CommandLineInterface::ErrorPrinter::AddError |
( |
const std::string & |
filename, |
|
|
int |
line, |
|
|
int |
column, |
|
|
const std::string & |
message |
|
) |
| |
|
inlinevirtual |
◆ AddError() [3/3]
| void google::protobuf::compiler::CommandLineInterface::ErrorPrinter::AddError |
( |
int |
line, |
|
|
int |
column, |
|
|
const std::string & |
message |
|
) |
| |
|
inlinevirtual |
◆ AddErrorOrWarning()
| void google::protobuf::compiler::CommandLineInterface::ErrorPrinter::AddErrorOrWarning |
( |
const std::string & |
filename, |
|
|
int |
line, |
|
|
int |
column, |
|
|
const std::string & |
message, |
|
|
const std::string & |
type, |
|
|
std::ostream & |
out |
|
) |
| |
|
inlineprivate |
◆ AddWarning() [1/3]
◆ AddWarning() [2/3]
| void google::protobuf::compiler::CommandLineInterface::ErrorPrinter::AddWarning |
( |
const std::string & |
filename, |
|
|
int |
line, |
|
|
int |
column, |
|
|
const std::string & |
message |
|
) |
| |
|
inlinevirtual |
◆ AddWarning() [3/3]
| void google::protobuf::compiler::CommandLineInterface::ErrorPrinter::AddWarning |
( |
int |
line, |
|
|
int |
column, |
|
|
const std::string & |
message |
|
) |
| |
|
inlinevirtual |
◆ FoundErrors()
| bool google::protobuf::compiler::CommandLineInterface::ErrorPrinter::FoundErrors |
( |
| ) |
const |
|
inline |
◆ format_
| const ErrorFormat google::protobuf::compiler::CommandLineInterface::ErrorPrinter::format_ |
|
private |
◆ found_errors_
| bool google::protobuf::compiler::CommandLineInterface::ErrorPrinter::found_errors_ |
|
private |
◆ tree_
| DiskSourceTree* google::protobuf::compiler::CommandLineInterface::ErrorPrinter::tree_ |
|
private |
The documentation for this class was generated from the following file: