Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc549 error_format_(ERROR_FORMAT_GCC), in CommandLineInterface()
586 ErrorPrinter error_collector(error_format_); in Run()
966 error_format_ = ERROR_FORMAT_GCC; in InterpretArgument()
968 error_format_ = ERROR_FORMAT_MSVS; in InterpretArgument()
1238 ErrorPrinter error_collector(error_format_); in EncodeOrDecode()
Dcommand_line_interface.h277 ErrorFormat error_format_; variable