Searched refs:SetBool (Results 1 – 2 of 2) sorted by relevance
/system/testing/gtest_extras/ |
D | Options.cpp | 46 {"gtest_format", {FLAG_NONE, &Options::SetBool}}, 47 {"no_gtest_format", {FLAG_NONE, &Options::SetBool}}, 48 {"gtest_list_tests", {FLAG_NONE, &Options::SetBool}}, 58 {FLAG_ENVIRONMENT_VARIABLE | FLAG_CHILD, &Options::SetBool}, 140 bool Options::SetBool(const std::string& arg, const std::string&, bool) { in SetBool() function in android::gtest_extras::Options
|
D | Options.h | 83 bool SetBool(const std::string&, const std::string&, bool);
|