Home
last modified time | relevance | path

Searched refs:pointer_offset_caster (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dutilities.hpp160 class pointer_offset_caster;
163 class pointer_offset_caster<T*, OffsetType> class
166 BOOST_INTERPROCESS_FORCEINLINE explicit pointer_offset_caster(OffsetType offset) in pointer_offset_caster() function in boost::interprocess::pointer_offset_caster
170 BOOST_INTERPROCESS_FORCEINLINE explicit pointer_offset_caster(const volatile T *p) in pointer_offset_caster() function in boost::interprocess::pointer_offset_caster
/third_party/boost/boost/interprocess/
Doffset_ptr.hpp91 typedef pointer_offset_caster<void*, OffsetType> caster_t; in offset_ptr_to_raw_pointer()
117 typedef pointer_offset_caster<void*, OffsetType> caster_t; in offset_ptr_to_offset()
152 typedef pointer_offset_caster<void*, OffsetType> caster_t; in offset_ptr_to_offset_from_other()