Searched defs:CastToCheckedIntImpl (Results 1 – 1 of 1) sorted by relevance
76256 struct CastToCheckedIntImpl struct76258 typedef CheckedInt<T> ReturnType;76259 static CheckedInt<T> run(U aU) { return aU; } in run()76263 struct CastToCheckedIntImpl<T, CheckedInt<T> > struct76265 typedef const CheckedInt<T>& ReturnType;76266 static const CheckedInt<T>& run(const CheckedInt<T>& aU) { return aU; } in run()