Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/allocation/
Dserver.cpp72 class handler_allocator class
77 explicit handler_allocator(handler_memory& mem) in handler_allocator() function in handler_allocator
83 handler_allocator(const handler_allocator<U>& other) noexcept in handler_allocator() function in handler_allocator
88 bool operator==(const handler_allocator& other) const noexcept in operator ==()
93 bool operator!=(const handler_allocator& other) const noexcept in operator !=()
109 template <typename> friend class handler_allocator;
123 using allocator_type = handler_allocator<Handler>;
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/allocation/
Dserver.cpp73 class handler_allocator class
78 explicit handler_allocator(handler_memory& mem) in handler_allocator() function in handler_allocator
84 handler_allocator(const handler_allocator<U>& other) in handler_allocator() function in handler_allocator
92 typedef handler_allocator<U> other;
95 bool operator==(const handler_allocator& other) const in operator ==()
100 bool operator!=(const handler_allocator& other) const in operator !=()
128 typedef handler_allocator<Handler> allocator_type;