Home
last modified time | relevance | path

Searched defs:OperatorBool (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dfunction.bench.cpp166 struct OperatorBool { struct
167 static void run(benchmark::State& state) { in run()
175 static std::string name() { return "BM_OperatorBool" + FunctionType::name(); } in name()
/aosp_15_r20/external/libcxx/benchmarks/
H A Dfunction.bench.cpp172 struct OperatorBool { struct
173 static void run(benchmark::State& state) { in run()
181 static std::string name() { return "BM_OperatorBool" + FunctionType::name(); } in name()
/aosp_15_r20/external/cronet/base/files/
H A Dscoped_temp_file_unittest.cc78 TEST(ScopedTempFile, OperatorBool) { in TEST() argument