Lines Matching defs:flags
15 #include "flags.h"
26 namespace flags {
37 // long-form flags. Returns the name of the flag, prefixed with the hyphen(s).
163 flags::positional_arguments.clear();
169 flags::positional_arguments.emplace_back(*it);
173 // '--' alone is used to mark the end of the flags.
181 flags::positional_arguments.emplace_back(*it);
191 flags::positional_arguments.emplace_back(*it);
195 // Only case left: flags (long and shorts).
224 // Check that we parsed all required flags.
242 } // namespace flags