Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp76256 struct CastToCheckedIntImpl struct
76258 typedef CheckedInt<T> ReturnType;
76259 static CheckedInt<T> run(U aU) { return aU; } in run()
76263 struct CastToCheckedIntImpl<T, CheckedInt<T> > struct
76265 typedef const CheckedInt<T>& ReturnType;
76266 static const CheckedInt<T>& run(const CheckedInt<T>& aU) { return aU; } in run()