Home
last modified time | relevance | path

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

/third_party/gn/src/base/
Dcommand_line.h44 enum NoProgram { NO_PROGRAM }; enum
45 explicit CommandLine(NoProgram no_program);
Dcommand_line.cc162 CommandLine::CommandLine(NoProgram no_program) in CommandLine()