Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h206 bool InterpretArgument(const string& name, const string& value);
Dcommand_line_interface.cc761 if (!InterpretArgument(name, value)) return false; in ParseArguments()
850 bool CommandLineInterface::InterpretArgument(const string& name, in InterpretArgument() function in google::protobuf::compiler::CommandLineInterface