Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dmap.bench.cpp131 struct ConstructorCopy : Base { struct
134 void run(benchmark::State& State) const { in run()
149 std::string name() const { return "BM_ConstructorCopy" + baseName(); } in name()