Searched refs:GetCommandLineOption (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/gflags/test/ |
H A D | gflags_unittest.cc | 954 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 D | gflags_google.h | 64 using GFLAGS_NAMESPACE::GetCommandLineOption;
|
H A D | gflags.h | 215 extern GFLAGS_DLL_DECL bool GetCommandLineOption(const char* name, std::string* OUTPUT);
|
/aosp_15_r20/external/gflags/src/ |
H A D | gflags_ns.h.in | 64 using GFLAGS_NAMESPACE::GetCommandLineOption;
|
H A D | gflags.cc | 1600 bool GetCommandLineOption(const char* name, string* value) { in GetCommandLineOption() function
|
H A D | gflags.h.in | 215 extern GFLAGS_DLL_DECL bool GetCommandLineOption(const char* name, std::string* OUTPUT);
|