Home
last modified time | relevance | path

Searched refs:kSwitchPrefixes (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/base/
Dcommand_line.cc42 const CommandLine::CharType* const kSwitchPrefixes[] = {u"--", u"-", u"/"}; variable
45 const CommandLine::CharType* const kSwitchPrefixes[] = {"--", "-"}; variable
47 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()