Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h227 bool ParseArgument(const char* arg, string* name, string* value);
Dcommand_line_interface.cc966 if (ParseArgument(arguments[i].c_str(), &name, &value)) { in ParseArguments()
1032 bool CommandLineInterface::ParseArgument(const char* arg, in ParseArgument() function in google::protobuf::compiler::CommandLineInterface