Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dmap.bench.cpp127 struct ConstructorCopy : Base { struct
130 void run(benchmark::State& State) const { in run()
145 std::string name() const { return "BM_ConstructorCopy" + baseName(); } in name()