Home
last modified time | relevance | path

Searched refs:alloc1 (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/interprocess/test/
Dallocator_v1.hpp144 friend void swap(self_t &alloc1, self_t &alloc2) in swap() argument
145 { ::boost::adl_move_swap(alloc1.mp_mngr, alloc2.mp_mngr); } in swap()
150 bool operator==(const allocator_v1<T , SegmentManager> &alloc1, in operator ==() argument
152 { return alloc1.get_segment_manager() == alloc2.get_segment_manager(); } in operator ==()
156 bool operator!=(const allocator_v1<T, SegmentManager> &alloc1, in operator !=() argument
158 { return alloc1.get_segment_manager() != alloc2.get_segment_manager(); } in operator !=()
Dheap_allocator_v1.hpp143 friend void swap(self_t &alloc1, self_t &alloc2) in swap() argument
144 { ::boost::adl_move_swap(alloc1.mp_mngr, alloc2.mp_mngr); } in swap()
149 bool operator==(const heap_allocator_v1<T , SegmentManager> &alloc1, in operator ==() argument
151 { return alloc1.get_segment_manager() == alloc2.get_segment_manager(); } in operator ==()
155 bool operator!=(const heap_allocator_v1<T, SegmentManager> &alloc1, in operator !=() argument
157 { return alloc1.get_segment_manager() != alloc2.get_segment_manager(); } in operator !=()
Dexpand_bwd_test_allocator.hpp114 friend void swap(self_t &alloc1, self_t &alloc2) in swap() argument
116 ::boost::adl_move_swap(alloc1.mp_buffer, alloc2.mp_buffer); in swap()
117 ::boost::adl_move_swap(alloc1.m_size, alloc2.m_size); in swap()
118 ::boost::adl_move_swap(alloc1.m_offset, alloc2.m_offset); in swap()
/third_party/boost/boost/interprocess/allocators/
Dprivate_node_allocator.hpp166 friend void swap(self_t &alloc1,self_t &alloc2) in swap() argument
167 { boost::adl_move_swap(alloc1.m_node_pool, alloc2.m_node_pool); } in swap()
177 bool operator==(const private_node_allocator_base<V, T, S, NPC> &alloc1, in operator ==() argument
179 { return &alloc1 == &alloc2; } in operator ==()
183 bool operator!=(const private_node_allocator_base<V, T, S, NPC> &alloc1, in operator !=() argument
185 { return &alloc1 != &alloc2; } in operator !=()
349 friend void swap(self_t &alloc1, self_t &alloc2);
429 bool operator==(const private_node_allocator<T, S, NodesPerBlock, F, OP> &alloc1,
435 bool operator!=(const private_node_allocator<T, S, NodesPerBlock, F, OP> &alloc1,
Dnode_allocator.hpp172 friend void swap(self_t &alloc1, self_t &alloc2) in swap() argument
173 { boost::adl_move_swap(alloc1.mp_node_pool, alloc2.mp_node_pool); } in swap()
184 bool operator==(const node_allocator_base<V, T, S, NPC> &alloc1, in operator ==() argument
186 { return alloc1.get_node_pool() == alloc2.get_node_pool(); } in operator ==()
191 bool operator!=(const node_allocator_base<V, T, S, NPC> &alloc1, in operator !=() argument
193 { return alloc1.get_node_pool() != alloc2.get_node_pool(); } in operator !=()
357 friend void swap(self_t &alloc1, self_t &alloc2);
437 bool operator==(const node_allocator<T, S, NPC> &alloc1,
443 bool operator!=(const node_allocator<T, S, NPC> &alloc1,
Dadaptive_pool.hpp173 friend void swap(self_t &alloc1, self_t &alloc2) in swap() argument
174 { boost::adl_move_swap(alloc1.mp_node_pool, alloc2.mp_node_pool); } in swap()
185 bool operator==(const adaptive_pool_base<V, T, S, NPC, F, OP> &alloc1, in operator ==() argument
187 { return alloc1.get_node_pool() == alloc2.get_node_pool(); } in operator ==()
192 bool operator!=(const adaptive_pool_base<V, T, S, NPC, F, OP> &alloc1, in operator !=() argument
194 { return alloc1.get_node_pool() != alloc2.get_node_pool(); } in operator !=()
372 friend void swap(self_t &alloc1, self_t &alloc2);
452 bool operator==(const adaptive_pool<T, S, NodesPerBlock, F, OP> &alloc1,
458 bool operator!=(const adaptive_pool<T, S, NodesPerBlock, F, OP> &alloc1,
Dprivate_adaptive_pool.hpp174 friend void swap(self_t &alloc1,self_t &alloc2) in swap() argument
175 { boost::adl_move_swap(alloc1.m_node_pool, alloc2.m_node_pool); } in swap()
185 bool operator==(const private_adaptive_pool_base<V, T, S, NodesPerBlock, F, OP> &alloc1, in operator ==() argument
187 { return &alloc1 == &alloc2; } in operator ==()
191 bool operator!=(const private_adaptive_pool_base<V, T, S, NodesPerBlock, F, OP> &alloc1, in operator !=() argument
193 { return &alloc1 != &alloc2; } in operator !=()
372 friend void swap(self_t &alloc1, self_t &alloc2);
452 bool operator==(const private_adaptive_pool<T, S, NodesPerBlock, F, OP> &alloc1,
458 bool operator!=(const private_adaptive_pool<T, S, NodesPerBlock, F, OP> &alloc1,
Dallocator.hpp168 friend void swap(self_t &alloc1, self_t &alloc2) in swap() argument
169 { boost::adl_move_swap(alloc1.mp_mngr, alloc2.mp_mngr); } in swap()
276 bool operator==(const allocator<T , SegmentManager> &alloc1, in operator ==() argument
278 { return alloc1.get_segment_manager() == alloc2.get_segment_manager(); } in operator ==()
283 bool operator!=(const allocator<T, SegmentManager> &alloc1, in operator !=() argument
285 { return alloc1.get_segment_manager() != alloc2.get_segment_manager(); } in operator !=()
Dcached_node_allocator.hpp224 friend void swap(self_t &alloc1, self_t &alloc2);
311 bool operator==(const cached_node_allocator<T, S, NPC> &alloc1,
317 bool operator!=(const cached_node_allocator<T, S, NPC> &alloc1,
Dcached_adaptive_pool.hpp252 friend void swap(self_t &alloc1, self_t &alloc2);
339 bool operator==(const cached_adaptive_pool<T, S, NodesPerBlock, F, OP> &alloc1,
345 bool operator!=(const cached_adaptive_pool<T, S, NodesPerBlock, F, OP> &alloc1,
/third_party/boost/libs/container/test/
Dexpand_bwd_test_allocator.hpp119 friend void swap(self_t &alloc1, self_t &alloc2) in swap() argument
121 boost::adl_move_swap(alloc1.mp_buffer, alloc2.mp_buffer); in swap()
122 boost::adl_move_swap(alloc1.m_size, alloc2.m_size); in swap()
123 boost::adl_move_swap(alloc1.m_offset, alloc2.m_offset); in swap()
/third_party/boost/boost/interprocess/allocators/detail/
Dallocator_common.hpp676 friend void swap(cached_allocator_impl &alloc1, cached_allocator_impl &alloc2) in swap() argument
677 { ::boost::adl_move_swap(alloc1.m_cache, alloc2.m_cache); } in swap()
695 bool operator==(const cached_allocator_impl<T, N, V> &alloc1, in operator ==() argument
697 { return alloc1.get_node_pool() == alloc2.get_node_pool(); } in operator ==()
702 bool operator!=(const cached_allocator_impl<T, N, V> &alloc1, in operator !=() argument
704 { return alloc1.get_node_pool() != alloc2.get_node_pool(); } in operator !=()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3612 int alloc1 = 0 ; in _wrap_WebPGetInfo() local
3623 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1); in _wrap_WebPGetInfo()
3643 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1); in _wrap_WebPGetInfo()
3646 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1); in _wrap_WebPGetInfo()
3660 int alloc1 = 0 ; in _wrap_WebPDecodeRGB() local
3671 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1); in _wrap_WebPDecodeRGB()
3695 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1); in _wrap_WebPDecodeRGB()
3699 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1); in _wrap_WebPDecodeRGB()
3713 int alloc1 = 0 ; in _wrap_WebPDecodeRGBA() local
3724 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1); in _wrap_WebPDecodeRGBA()
[all …]
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3649 int alloc1 = 0 ; in _wrap_WebPGetInfo() local
3660 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1); in _wrap_WebPGetInfo()
3680 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1); in _wrap_WebPGetInfo()
3683 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1); in _wrap_WebPGetInfo()
3697 int alloc1 = 0 ; in _wrap_WebPDecodeRGB() local
3708 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1); in _wrap_WebPDecodeRGB()
3732 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1); in _wrap_WebPDecodeRGB()
3736 if (alloc1 == SWIG_NEWOBJ) free((char*)buf1); in _wrap_WebPDecodeRGB()
3750 int alloc1 = 0 ; in _wrap_WebPDecodeRGBA() local
3761 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1); in _wrap_WebPDecodeRGBA()
[all …]
/third_party/boost/libs/asio/doc/requirements/
Dasynchronous_operations.qbk10 This section uses the names `Alloc1`, `Alloc2`, `alloc1`, `alloc2`, `Args`,
208 Let `alloc1` be a value of type `Alloc1`.
215 `get_associated_allocator(completion_handler, alloc1)`.
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_test.cc2856 Alloc alloc1(&bytes_used1); in TEST() local
2857 Set set1(alloc1); in TEST()
2893 Alloc alloc1(&bytes_used1); in TEST() local
2894 Set set1(alloc1); in TEST()