Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp36 template<typename T> struct ptr_traits { struct
37 typedef T *type;
57 template<> struct ptr_traits<bool> { struct
58 typedef bool &type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dstable_vector.hpp298 typedef boost::intrusive::pointer_traits<pointer> ptr_traits; typedef in boost::container::stable_vector_iterator
509 <typename allocator_traits_type::pointer> ptr_traits; typedef in boost::container::stable_vector
Dvector.hpp93 typedef typename boost::intrusive::pointer_traits<pointer> ptr_traits; typedef in boost::container::vec_iterator