Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/
Dpointer_to_other.hpp28 struct pointer_to_other< Sp<T>, U > struct
30 typedef Sp<U> type;
35 struct pointer_to_other< Sp<T, T2>, U > struct
37 typedef Sp<U, T2> type;
42 struct pointer_to_other< Sp<T, T2, T3>, U > struct
44 typedef Sp<U, T2, T3> type;
48 struct pointer_to_other< T*, U > struct
50 typedef U* type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/doc/smart_ptr/
Dpointer_to_other.adoc11 [#pointer_to_other] anchor
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp1244 struct pointer_to_other : boost::pointer_to_other<pointer, T> struct