Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp4688 struct remove_all_extents struct
4689 { typedef _Tp type; };
4692 struct remove_all_extents<_Tp[_Size]> struct
4693 { typedef typename remove_all_extents<_Tp>::type type; };
4696 struct remove_all_extents<_Tp[]> struct
4697 { typedef typename remove_all_extents<_Tp>::type type; };