OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSwitchTerminator
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/
command_line.cc
28
const CommandLine::CharType
kSwitchTerminator
[] = FILE_PATH_LITERAL("--");
81
parse_switches &= (arg !=
kSwitchTerminator
);
269
parse_switches &= arg !=
kSwitchTerminator
;
376
// Gather all arguments after the last switch (may include
kSwitchTerminator
).
378
// Erase only the first
kSwitchTerminator
(maybe "--" is a legitimate page?)
380
std::find(args.begin(), args.end(),
kSwitchTerminator
);
/external/chromium/base/
command_line.cc
28
const CharType
kSwitchTerminator
[] = FILE_PATH_LITERAL("--");
213
if (arg ==
kSwitchTerminator
) {
463
if (arg ==
kSwitchTerminator
) {
Completed in 28 milliseconds