Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcommand_line.cc40 const CommandLine::CharType* const kSwitchPrefixes[] = {L"--", L"-", L"/"}; variable
43 const CommandLine::CharType* const kSwitchPrefixes[] = {"--", "-"}; variable
/external/libchrome-gestures/src/
Dcommand_line.cc26 const CommandLine::CharType* const kSwitchPrefixes[] = {"--", "-"}; variable
/external/cronet/base/
Dcommand_line.cc52 constexpr CommandLine::StringPieceType kSwitchPrefixes[] = {L"--", L"-", L"/"}; variable
55 constexpr CommandLine::StringPieceType kSwitchPrefixes[] = {"--", "-"}; variable