Searched refs:matching_flags (Results 1 - 1 of 1) sorted by relevance

/external/gflags/src/
H A Dgflags_completions.cc129 const set<const CommandLineFlagInfo *> &matching_flags,
135 const set<const CommandLineFlagInfo *> &matching_flags,
214 set<const CommandLineFlagInfo *> matching_flags; local
223 &matching_flags,
225 DVLOG(1) << "Identified " << matching_flags.size() << " matching flags";
237 if (matching_flags.empty()) {
250 matching_flags,
264 matching_flags,
529 const set<const CommandLineFlagInfo *> &matching_flags,
597 RetrieveUnusedFlags(matching_flags, *notable_flag
528 FinalizeCompletionOutput( const set<const CommandLineFlagInfo *> &matching_flags, CompletionOptions *options, NotableFlags *notable_flags, vector<string> *completions) argument
637 RetrieveUnusedFlags( const set<const CommandLineFlagInfo *> &matching_flags, const NotableFlags &notable_flags, set<const CommandLineFlagInfo *> *unused_flags) argument
[all...]

Completed in 111 milliseconds