Home | History | Annotate | Download | only in src

Lines Matching refs:flags

41 // Define all of our flags.
45 // Define all of our flags default values.
61 const char* cmt_; // A comment about the flags purpose.
173 Flag flags[] = {
178 const size_t num_flags = sizeof(flags) / sizeof(*flags);
234 Flag* f = &flags[i];
268 // Helper function to parse flags: Takes an argument arg and splits it into
335 if (EqualNames(name, flags[i].name()))
336 return &flags[i];
364 // the flags we recognize we assume that the remaining flags
453 // parsed all flags successfully
490 // split the flags string into arguments
499 // set the flags
513 flags[i].Reset();
534 Flag* f = &flags[i];