Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp12861 struct pointer_traits struct
12865 using __element_type = typename _Tp::element_type;
12868 using __difference_type = typename _Tp::difference_type;
12871 using __rebind = typename _Tp::template rebind<_Up>;
12875 using pointer = _Ptr;
12878 using element_type
12882 using difference_type
12887 using rebind
12891 pointer_to(__make_not_void<element_type>& __e) in pointer_to()
12905 struct pointer_traits<_Tp*> struct
[all …]