Home
last modified time | relevance | path

Searched refs:GetCommandLineOption (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/gflags/test/
H A Dgflags_unittest.cc954 bool r = GetCommandLineOption("test_bool", &value); in TEST()
958 r = GetCommandLineOption("test_int32", &value); in TEST()
966 const bool r = GetCommandLineOption("test_int32", &value); in TEST()
974 const bool r = GetCommandLineOption("test_int32", &value); in TEST()
984 const bool r = GetCommandLineOption("test_int32", &value); in TEST()
993 const bool r = GetCommandLineOption("test_int32", &value); in TEST()
1000 const bool r = GetCommandLineOption("test_int3210", &value); in TEST()
/aosp_15_r20/external/gflags/android/gflags/
H A Dgflags_google.h64 using GFLAGS_NAMESPACE::GetCommandLineOption;
H A Dgflags.h215 extern GFLAGS_DLL_DECL bool GetCommandLineOption(const char* name, std::string* OUTPUT);
/aosp_15_r20/external/gflags/src/
H A Dgflags_ns.h.in64 using GFLAGS_NAMESPACE::GetCommandLineOption;
H A Dgflags.cc1600 bool GetCommandLineOption(const char* name, string* value) { in GetCommandLineOption() function
H A Dgflags.h.in215 extern GFLAGS_DLL_DECL bool GetCommandLineOption(const char* name, std::string* OUTPUT);