Lines Matching refs:argument
196 // functions, take a flag-value as an argument: ValidateFn(bool) or
198 // argument and then restore it when actually calling the function on
249 // function that takes our value as an argument (eg void
633 CommandLineFlag* SplitArgumentLocked(const char* argument,
882 // The argument is the flag-registry to register the parsed flags in
995 if (arg[0] != '-' || // must be a program argument
996 (arg[0] == '-' && arg[1] == '\0')) { // "-" is an argument, not a flag
1031 + " is missing its argument");