Searched defs:OperatorBool (Results 1 – 3 of 3) sorted by relevance
166 struct OperatorBool { struct167 static void run(benchmark::State& state) { in run()175 static std::string name() { return "BM_OperatorBool" + FunctionType::name(); } in name()
172 struct OperatorBool { struct173 static void run(benchmark::State& state) { in run()181 static std::string name() { return "BM_OperatorBool" + FunctionType::name(); } in name()
78 TEST(ScopedTempFile, OperatorBool) { in TEST() argument