Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp1264 struct RemoveReference struct
1266 typedef T Type;
1270 struct RemoveReference<T&> struct
1272 typedef T Type;
1276 struct RemoveReference<T&&> struct
1278 typedef T Type;