Searched refs:kSwitchPrefixes (Results 1 – 1 of 1) sorted by relevance
40 const CommandLine::CharType* const kSwitchPrefixes[] = {L"--", L"-", L"/"}; variable43 const CommandLine::CharType* const kSwitchPrefixes[] = {"--", "-"}; variable45 size_t switch_prefix_count = arraysize(kSwitchPrefixes);49 CommandLine::StringType prefix(kSwitchPrefixes[i]); in GetSwitchPrefixLength()189 DCHECK_EQ(wcscmp(kSwitchPrefixes[arraysize(kSwitchPrefixes) - 1], L"/"), 0); in set_slash_is_not_a_switch()190 switch_prefix_count = arraysize(kSwitchPrefixes) - 1; in set_slash_is_not_a_switch()343 combined_switch_string = kSwitchPrefixes[0] + combined_switch_string; in AppendSwitchNative()