Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp4675 struct remove_extent struct
4676 { typedef _Tp type; };
4679 struct remove_extent<_Tp[_Size]> struct
4680 { typedef _Tp type; };
4683 struct remove_extent<_Tp[]> struct
4684 { typedef _Tp type; };