Searched refs:SetCommandLineOption (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/gflags/test/ |
H A D | gflags_unittest.cc | 560 SetCommandLineOption("test_double", "inf")); in TEST() 564 SetCommandLineOption("test_double", "INF")); in TEST() 570 SetCommandLineOption("test_double", "0.1xxx")); in TEST() 572 SetCommandLineOption("test_double", " ")); in TEST() 574 SetCommandLineOption("test_double", "")); in TEST() 577 SetCommandLineOption("test_double", "-inf")); in TEST() 584 SetCommandLineOption("test_double", "NaN")); in TEST() 592 SetCommandLineOption("test_int32", "12")); in TEST() 595 SetCommandLineOption("test_int32", "0x10")); in TEST() 598 SetCommandLineOption("test_int32", "0X22")); in TEST() [all …]
|
/aosp_15_r20/external/gflags/android/gflags/ |
H A D | gflags_google.h | 71 using GFLAGS_NAMESPACE::SetCommandLineOption;
|
H A D | gflags.h | 246 extern GFLAGS_DLL_DECL std::string SetCommandLineOption (const char* name, const char* value…
|
/aosp_15_r20/external/gflags/src/ |
H A D | gflags.h.in | 105 // SetCommandLineOption, we call the validation function. It is _not_ 165 // or via SetCommandLineOption 245 // SetCommandLineOption uses set_mode == SET_FLAGS_VALUE (the common case) 246 extern GFLAGS_DLL_DECL std::string SetCommandLineOption (const char* name, const char* value…
|
H A D | gflags_ns.h.in | 71 using GFLAGS_NAMESPACE::SetCommandLineOption;
|
H A D | gflags.cc | 1656 string SetCommandLineOption(const char* name, const char* value) { in SetCommandLineOption() function
|