Home
last modified time | relevance | path

Searched refs:ERROR_FORMAT_MSVS (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h385 ERROR_FORMAT_MSVS // Visual Studio output (--error_format=msvs). enumerator
Dcommand_line_interface.cc328 if (format_ == CommandLineInterface::ERROR_FORMAT_MSVS && tree_ != NULL && in AddErrorOrWarning()
343 case CommandLineInterface::ERROR_FORMAT_MSVS: in AddErrorOrWarning()
1634 error_format_ = ERROR_FORMAT_MSVS; in InterpretArgument()