Searched defs:SearchedType (Results 1 – 1 of 1) sorted by relevance
48 struct SearchedType { struct49 explicit SearchedType(T value, int *counter) : value_(value), conversions_(counter) { } in SearchedType() function76 // If we're being passed a SearchedType<T> object, avoid the conversion argument