Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dstring.bench.cpp196 struct StringCopy { struct
198 StringCopyAndDestroy<Length, true, false>(state); in run() argument
201 static std::string name() { return "BM_StringCopy" + Length::name(); } in name() argument