Home
last modified time | relevance | path

Searched refs:HandleCommandLineCompletions (Results 1 – 8 of 8) sorted by relevance

/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
Dgflags_completions.h117 extern void HandleCommandLineCompletions(void);
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags_completions.h117 extern void HandleCommandLineCompletions(void);
/external/gflags/android/gflags/
Dgflags_completions.h117 extern void HandleCommandLineCompletions(void);
/external/google-breakpad/src/third_party/linux/include/gflags/
Dgflags_completions.h117 void HandleCommandLineCompletions(void);
/external/gflags/src/
Dgflags_completions.h.in36 // HandleCommandLineCompletions() should be called early during
41 // however, then HandleCommandLineCompletions() will hijack the
117 extern void HandleCommandLineCompletions(void);
Dgflags_reporting.cc375 HandleCommandLineCompletions(); in HandleCommandLineHelpFlags()
Dgflags_completions.cc765 void HandleCommandLineCompletions(void) { in HandleCommandLineCompletions() function
/external/gflags/test/
Dgflags_unittest.cc58 void (*unused_fn)() = &GFLAGS_NAMESPACE::HandleCommandLineCompletions;