HomeSort by relevance Sort by last modified time
    Searched defs:flag_name (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/installer/util/
chrome_frame_operations.cc 45 const char* flag_name; member in struct:installer::FlagToOption
53 if (uninstall_command.HasSwitch(scan->flag_name))
  /external/chromium_org/third_party/webrtc/tools/
simple_command_line_parser.cc 45 // --flag_name=flag_value, thus -- are at positions 0 and 1 and we should have
94 std::string flag_name = GetCommandLineFlagName(*iter); local
95 flag_iter = flags_.find(flag_name);
98 fprintf(stdout, "Flag '%s' is not recognized\n", flag_name.c_str());
102 flags_[flag_name] = "true";
104 flags_[flag_name] = GetCommandLineFlagValue(*iter);
117 void CommandLineParser::SetFlag(std::string flag_name,
119 flags_[flag_name] = default_flag_value;
122 std::string CommandLineParser::GetFlag(std::string flag_name) {
124 flag_iter = flags_.find(flag_name);
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.h 98 // * flag_name: The command-line flag used to specify an output file of
111 void RegisterGenerator(const string& flag_name,
116 // Besides flag_name you can specify another option_flag_name that could be
123 void RegisterGenerator(const string& flag_name,
272 string flag_name; member in struct:google::protobuf::compiler::CommandLineInterface::GeneratorInfo

Completed in 394 milliseconds