Searched refs:kSwitchPrefixes (Results 1 – 1 of 1) sorted by relevance
33 const CharType* const kSwitchPrefixes[] = {L"--", L"-", L"/"}; variable36 const CharType* const kSwitchPrefixes[] = {"--", "-"}; variable99 for (size_t i = 0; i < arraysize(kSwitchPrefixes); ++i) { in IsSwitch()100 CommandLine::StringType prefix(kSwitchPrefixes[i]); in IsSwitch()296 command_line_string_.append(kSwitchPrefixes[0] + ASCIIToWide(switch_string)); in AppendSwitch()299 argv_.push_back(kSwitchPrefixes[0] + switch_string); in AppendSwitch()313 kSwitchPrefixes[0] + ASCIIToWide(switch_string); in AppendSwitchNative()322 StringType combined_switch_string = kSwitchPrefixes[0] + switch_string; in AppendSwitchNative()