Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dmap.bench.cpp152 struct ConstructorMove : Base { struct
155 void run(benchmark::State& State) const { in run()
168 std::string name() const { return "BM_ConstructorMove" + baseName(); } in name()