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.h342 ERROR_FORMAT_MSVS // Visual Studio output (--error_format=msvs). enumerator
Dcommand_line_interface.cc303 if (format_ == CommandLineInterface::ERROR_FORMAT_MSVS && in AddErrorOrWarning()
319 case CommandLineInterface::ERROR_FORMAT_MSVS: in AddErrorOrWarning()
1241 error_format_ = ERROR_FORMAT_MSVS; in InterpretArgument()