Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dmap.bench.cpp148 struct ConstructorMove : Base { struct
151 void run(benchmark::State& State) const { in run()
164 std::string name() const { return "BM_ConstructorMove" + baseName(); } in name()