Home | History | Annotate | Download | only in base

Lines Matching refs:switch_value

91 // Returns true and fills in |switch_string| and |switch_value| if
95 CommandLine::StringType* switch_value) {
97 switch_value->clear();
113 *switch_value = parameter_string.substr(equals_position + 1);
219 StringType switch_value;
220 if (IsSwitch(arg, &switch_string, &switch_value)) {
221 switches_[switch_string] = switch_value;
469 std::wstring switch_value;
470 if (IsSwitch(arg, &switch_string, &switch_value)) {
471 switches_[switch_string] = switch_value;