Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp43995 struct __array_traits struct
43997 typedef _Tp _Type[_Nm];
44000 _S_ref(const _Type& __t, std::size_t __n) noexcept in _S_ref()
44004 _S_ptr(const _Type& __t) noexcept in _S_ptr()
44009 struct __array_traits<_Tp, 0> struct
44011 struct _Type { };
44014 _S_ref(const _Type&, std::size_t) noexcept in _S_ref()
44038 typedef std::__array_traits<_Tp, _Nm> _AT_Type;