Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h327 MODE_DECODE, // --decode: read binary from stdin, write text to stdout. enumerator
Dcommand_line_interface.cc850 if (mode_ == MODE_ENCODE || mode_ == MODE_DECODE) { in Run()
995 bool decoding_raw = (mode_ == MODE_DECODE) && codec_type_.empty(); in ParseArguments()
1221 mode_ = (name == "--encode") ? MODE_ENCODE : MODE_DECODE; in InterpretArgument()