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.h370 MODE_DECODE, // --decode: read binary from stdin, write text to stdout. enumerator
Dcommand_line_interface.cc951 if (mode_ == MODE_ENCODE || mode_ == MODE_DECODE) { in Run()
1331 bool decoding_raw = (mode_ == MODE_DECODE) && codec_type_.empty(); in ParseArguments()
1614 mode_ = (name == "--encode") ? MODE_ENCODE : MODE_DECODE; in InterpretArgument()