HomeSort by relevance Sort by last modified time
    Searched refs:gflags_exitfunc (Results 1 - 4 of 4) sorted by null

  /external/gflags/src/
gflags_reporting.cc 64 // The 'reporting' flags. They all call gflags_exitfunc().
384 gflags_exitfunc(1);
389 gflags_exitfunc(1);
394 gflags_exitfunc(1);
398 gflags_exitfunc(1);
427 gflags_exitfunc(1);
431 gflags_exitfunc(1);
436 gflags_exitfunc(0);
util.h 58 extern GFLAGS_DLL_DECL void (*gflags_exitfunc)(int);
220 gflags_exitfunc = &CalledExit; \
222 gflags_exitfunc = &exit; /* set back to its default */ \
gflags.cc 139 void GFLAGS_DLL_DECL (*gflags_exitfunc)(int) = &exit; // from stdlib.h member in namespace:GFLAGS_NAMESPACE
179 if (should_die == DIE) gflags_exitfunc(1);
    [all...]
gflags_completions.cc 764 gflags_exitfunc(0);

Completed in 85 milliseconds