Searched refs:GetCommandLineOption (Results 1 – 10 of 10) sorted by relevance
/external/gflags/test/ |
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()
|
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/ |
D | gflags_gflags.h | 64 using GFLAGS_NAMESPACE::GetCommandLineOption;
|
D | gflags.h | 214 extern GFLAGS_DLL_DECL bool GetCommandLineOption(const char* name, std::string* OUTPUT);
|
/external/gflags/android/gflags/ |
D | gflags_google.h | 64 using GFLAGS_NAMESPACE::GetCommandLineOption;
|
D | gflags.h | 215 extern GFLAGS_DLL_DECL bool GetCommandLineOption(const char* name, std::string* OUTPUT);
|
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
D | gflags_gflags.h | 64 using GFLAGS_NAMESPACE::GetCommandLineOption;
|
D | gflags.h | 214 extern GFLAGS_DLL_DECL bool GetCommandLineOption(const char* name, std::string* OUTPUT);
|
/external/gflags/src/ |
D | gflags_ns.h.in | 64 using GFLAGS_NAMESPACE::GetCommandLineOption;
|
D | gflags.cc | 1600 bool GetCommandLineOption(const char* name, string* value) { in GetCommandLineOption() function
|
D | gflags.h.in | 215 extern GFLAGS_DLL_DECL bool GetCommandLineOption(const char* name, std::string* OUTPUT);
|