Home
last modified time | relevance | path

Searched refs:GetCommandLineFlagInfo (Results 1 – 11 of 11) sorted by relevance

/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags_gflags.h65 using GFLAGS_NAMESPACE::GetCommandLineFlagInfo;
Dgflags.h218 extern GFLAGS_DLL_DECL bool GetCommandLineFlagInfo(const char* name, CommandLineFlagInfo* OUTPUT);
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
Dgflags_gflags.h65 using GFLAGS_NAMESPACE::GetCommandLineFlagInfo;
Dgflags.h218 extern GFLAGS_DLL_DECL bool GetCommandLineFlagInfo(const char* name, CommandLineFlagInfo* OUTPUT);
/external/gflags/android/gflags/
Dgflags_google.h65 using GFLAGS_NAMESPACE::GetCommandLineFlagInfo;
Dgflags.h219 extern GFLAGS_DLL_DECL bool GetCommandLineFlagInfo(const char* name, CommandLineFlagInfo* OUTPUT);
/external/gflags/test/
Dgflags_unittest.cc1007 bool r = GetCommandLineFlagInfo("test_int32", &info); in TEST()
1019 r = GetCommandLineFlagInfo("test_bool", &info); in TEST()
1031 r = GetCommandLineFlagInfo("test_bool", &info); in TEST()
1054 bool r = GetCommandLineFlagInfo("test_int3210", &info); in TEST()
1374 EXPECT_TRUE(GetCommandLineFlagInfo("flag_name", &fi)); in TEST()
/external/gflags/src/
Dgflags_ns.h.in65 using GFLAGS_NAMESPACE::GetCommandLineFlagInfo;
Dgflags.cc1616 bool GetCommandLineFlagInfo(const char* name, CommandLineFlagInfo* OUTPUT) { in GetCommandLineFlagInfo() function
1632 if (!GetCommandLineFlagInfo(name, &info)) { in GetCommandLineFlagInfoOrDie()
Dgflags.h.in219 extern GFLAGS_DLL_DECL bool GetCommandLineFlagInfo(const char* name, CommandLineFlagInfo* OUTPUT);
/external/gflags/
DChangeLog.txt256 - Remove is_default from GetCommandLineFlagInfo (csilvers)