Home | History | Annotate | Download | only in src

Lines Matching defs:module

35 // This module implements bash-style completions.  It achieves this
119 const string &module,
125 string *module,
187 // reason. For example, flags that are defined in the binary's module
195 FlagSet module_flags; // Found in module file
196 FlagSet package_flags; // Found in same directory as module file
244 string module;
246 TryFindModuleAndPackageDir(all_flags, &module, &package_dir);
247 //VLOG(1) << "Identified module: '" << module << "'";
254 module,
259 //VLOG(2) << " module: " << notable_flags.module_flags.size();
416 const string &module, // empty if we couldn't find any
444 } else if (!module.empty() && (*it)->filename == module) {
445 // Exact match on module filename
447 //VLOG(3) << "Result: module match";
477 string *module,
479 module->clear();
504 *module = it->filename;
565 "-* Matching module flags *-",
723 // the module definition location.