Searched refs:kSwitchPrefixes (Results 1 – 1 of 1) sorted by relevance
42 const CommandLine::CharType* const kSwitchPrefixes[] = {u"--", u"-", u"/"}; variable45 const CommandLine::CharType* const kSwitchPrefixes[] = {"--", "-"}; variable47 size_t switch_prefix_count = std::size(kSwitchPrefixes);51 CommandLine::StringType prefix(kSwitchPrefixes[i]); in GetSwitchPrefixLength()190 DCHECK(std::u16string_view(kSwitchPrefixes[std::size(kSwitchPrefixes) - 1]) == in set_slash_is_not_a_switch()192 switch_prefix_count = std::size(kSwitchPrefixes) - 1; in set_slash_is_not_a_switch()345 combined_switch_string = kSwitchPrefixes[0] + combined_switch_string; in AppendSwitchNative()