Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface.h327 MODE_DECODE, // --decode: read binary from stdin, write text to stdout. enumerator
Dcommand_line_interface.cc853 if (mode_ == MODE_ENCODE || mode_ == MODE_DECODE) { in Run()
998 bool decoding_raw = (mode_ == MODE_DECODE) && codec_type_.empty(); in ParseArguments()
1229 mode_ = (name == "--encode") ? MODE_ENCODE : MODE_DECODE; in InterpretArgument()