Searched refs:MODE_ENCODE (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h266 MODE_ENCODE, // --encode: read text from stdin, write binary to stdout. enumerator in enum:google::protobuf::compiler::CommandLineInterface::Mode
H A Dcommand_line_interface.cc664 if (mode_ == MODE_ENCODE || mode_ == MODE_DECODE) {
949 mode_ = (name == "--encode") ? MODE_ENCODE : MODE_DECODE;
1225 if (mode_ == MODE_ENCODE) {
1236 if (mode_ == MODE_ENCODE) {
1260 if (mode_ == MODE_ENCODE) {

Completed in 14 milliseconds