Home
last modified time | relevance | path

Searched defs:CommandLineFlagInfo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/gflags/android/gflags/
H A Dgflags.h155 struct CommandLineFlagInfo { struct
174 extern GFLAGS_DLL_DECL void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT); argument
/aosp_15_r20/external/gflags/src/
H A Dgflags.h.in155 struct CommandLineFlagInfo { struct
174 extern GFLAGS_DLL_DECL void GetAllFlags(std::vector<CommandLineFlagInfo>* OUTPUT); argument
/aosp_15_r20/external/gflags/test/
H A Dgflags_unittest.cc1490 TEST(FlagsValidator, CommandLineFlagInfo) { in TEST() argument