Home
last modified time | relevance | path

Searched refs:heap_allocation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/detail/
Diserializer.hpp209 struct heap_allocation { struct
267 explicit heap_allocation(){ in heap_allocation() function
270 ~heap_allocation(){ in ~heap_allocation() argument
292 void * heap_allocation() const BOOST_OVERRIDE { in heap_allocation() function in boost::archive::detail::pointer_iserializer
293 detail::heap_allocation<T> h; in heap_allocation()
Dbasic_pointer_iserializer.hpp51 virtual void * heap_allocation() const = 0;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/src/
Dbasic_iarchive.cpp484 t = bpis_ptr->heap_allocation(); in load_pointer()