Home
last modified time | relevance | path

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

/third_party/gn/src/base/
Dcommand_line.cc163 : argv_(1), begin_args_(1), parse_switches_(true) {} in CommandLine()
166 : argv_(1), begin_args_(1), parse_switches_(true) { in CommandLine()
171 : argv_(1), begin_args_(1), parse_switches_(true) { in CommandLine()
176 : argv_(1), begin_args_(1), parse_switches_(true) { in CommandLine()
269 AppendSwitchesAndArguments(this, argv, parse_switches_); in InitFromArgv()
406 AppendSwitchesAndArguments(this, other.argv(), parse_switches_); in AppendArguments()
463 bool parse_switches = parse_switches_; in GetArgumentsStringInternal()
Dcommand_line.h159 parse_switches_ = parse_switches; in SetParseSwitches()
249 bool parse_switches_; variable