Home
last modified time | relevance | path

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

/external/abseil-cpp/absl/flags/internal/
Dtype_erased_test.cc49 EXPECT_TRUE(flags::GetCommandLineOption("int_flag", &value)); in TEST_F()
52 EXPECT_TRUE(flags::GetCommandLineOption("string_flag", &value)); in TEST_F()
55 EXPECT_FALSE(flags::GetCommandLineOption("bool_retired_flag", &value)); in TEST_F()
57 EXPECT_FALSE(flags::GetCommandLineOption("unknown_flag", &value)); in TEST_F()
Dtype_erased.h36 bool GetCommandLineOption(absl::string_view name, std::string* value);
Dtype_erased.cc33 bool GetCommandLineOption(absl::string_view name, std::string* value) { in GetCommandLineOption() function
/external/webrtc/third_party/abseil-cpp/absl/flags/internal/
Dtype_erased_test.cc49 EXPECT_TRUE(flags::GetCommandLineOption("int_flag", &value)); in TEST_F()
52 EXPECT_TRUE(flags::GetCommandLineOption("string_flag", &value)); in TEST_F()
55 EXPECT_FALSE(flags::GetCommandLineOption("bool_retired_flag", &value)); in TEST_F()
57 EXPECT_FALSE(flags::GetCommandLineOption("unknown_flag", &value)); in TEST_F()
Dtype_erased.h36 bool GetCommandLineOption(absl::string_view name, std::string* value);
Dtype_erased.cc33 bool GetCommandLineOption(absl::string_view name, std::string* value) { in GetCommandLineOption() function
/external/gflags/test/
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()
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags_gflags.h64 using GFLAGS_NAMESPACE::GetCommandLineOption;
Dgflags.h214 extern GFLAGS_DLL_DECL bool GetCommandLineOption(const char* name, std::string* OUTPUT);
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
Dgflags_gflags.h64 using GFLAGS_NAMESPACE::GetCommandLineOption;
Dgflags.h214 extern GFLAGS_DLL_DECL bool GetCommandLineOption(const char* name, std::string* OUTPUT);
/external/gflags/android/gflags/
Dgflags_google.h64 using GFLAGS_NAMESPACE::GetCommandLineOption;
Dgflags.h215 extern GFLAGS_DLL_DECL bool GetCommandLineOption(const char* name, std::string* OUTPUT);
/external/gflags/src/
Dgflags_ns.h.in64 using GFLAGS_NAMESPACE::GetCommandLineOption;
Dgflags.cc1600 bool GetCommandLineOption(const char* name, string* value) { in GetCommandLineOption() function
Dgflags.h.in215 extern GFLAGS_DLL_DECL bool GetCommandLineOption(const char* name, std::string* OUTPUT);