Searched refs:InterpretArgument (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h202 // Return status for ParseArguments() and InterpretArgument().
226 ParseArgumentStatus InterpretArgument(const string& name,
H A Dcommand_line_interface.cc804 ParseArgumentStatus status = InterpretArgument(name, value);
904 CommandLineInterface::InterpretArgument(const string& name, function in class:google::protobuf::compiler::CommandLineInterface
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h206 bool InterpretArgument(const string& name, const string& value);
H A Dcommand_line_interface.cc761 if (!InterpretArgument(name, value)) return false;
850 bool CommandLineInterface::InterpretArgument(const string& name, function in class:google::protobuf::compiler::CommandLineInterface

Completed in 340 milliseconds