Searched refs:switch_key (Results 1 – 2 of 2) sorted by relevance
10 const std::string switch_key = ToLowerASCII(switch_string);12 StringType combined_switch_string(UTF8ToWide(switch_key));14 - StringPiece switch_key = switch_string;15 StringType combined_switch_string(switch_key);
332 const std::string switch_key = ToLowerASCII(switch_string); in AppendSwitchNative() local333 StringType combined_switch_string(ASCIIToUTF16(switch_key)); in AppendSwitchNative()335 const std::string& switch_key = switch_string; in AppendSwitchNative()336 StringType combined_switch_string(switch_key); in AppendSwitchNative()340 switches_.insert(make_pair(switch_key.substr(prefix_length), value)); in AppendSwitchNative()