Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dtest_transparent_unordered.h48 struct SearchedType { struct
49 explicit SearchedType(T value, int *counter) : value_(value), conversions_(counter) { } in SearchedType() function
76 // If we're being passed a SearchedType<T> object, avoid the conversion argument