Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
D381-decltype-alias.hpp4 template<typename _Alloc> struct allocator_traits { struct
5 typedef decltype ( _S_size_type_helper ( ( _Alloc * ) 0 ) ) __size_type;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp20565 struct allocator_traits : __allocator_traits_base struct
20568 typedef _Alloc allocator_type;
20570 typedef typename _Alloc::value_type value_type;
20577 using pointer = __detected_or_t<value_type*, __pointer, _Alloc>;
20585 using const_pointer
20595 using void_pointer
20604 using const_void_pointer
20614 using difference_type
20624 using size_type
20634 using propagate_on_container_copy_assignment
[all …]