Home
last modified time | relevance | path

Searched defs:const_pointer (Results 1 – 25 of 262) sorted by relevance

1234567891011

/third_party/boost/boost/mpi/
Dallocator.hpp36 typedef const void* const_pointer; typedef in boost::mpi::allocator
80 typedef const T* const_pointer; typedef in boost::mpi::allocator
136 pointer allocate(size_type n, allocator<void>::const_pointer /*hint*/ = 0) in allocate()
/third_party/boost/libs/core/test/
Dallocator_const_pointer_test.cpp15 typedef int* const_pointer; typedef
Dallocator_const_void_pointer_test.cpp15 typedef int* const_pointer; typedef
Dallocator_allocate_hint_test.cpp16 typedef const T* const_pointer; typedef
/third_party/boost/boost/pool/
Dpool_alloc.hpp161 typedef const value_type * const_pointer; typedef in boost::pool_allocator
289 typedef const void* const_pointer; typedef in boost::pool_allocator
358 typedef const value_type * const_pointer; typedef in boost::fast_pool_allocator
495 typedef const void* const_pointer; typedef in boost::fast_pool_allocator
/third_party/boost/libs/intrusive/test/
Dsmart_ptr.hpp42 typedef const T* const_pointer; typedef
48 typedef const void * const_pointer; typedef
57 typedef const void * const_pointer; typedef
66 typedef const volatile void * const_pointer; typedef
75 typedef const volatile void * const_pointer; typedef
/third_party/boost/tools/bcp/
Dfileview.hpp31 typedef pointer const_pointer; typedef in fileview
/third_party/boost/boost/numeric/ublas/tensor/
Dstorage_traits.hpp41 using const_pointer = typename array_type::const_pointer; typedef
67 using const_pointer = typename array_type::const_pointer; typedef
/third_party/boost/boost/numeric/ublas/traits/
Dc_array.hpp46 typedef const T *const_pointer; typedef
78 typedef const T *const_pointer; typedef
/third_party/boost/boost/container/
Dnew_allocator.hpp50 typedef const void* const_pointer; typedef in boost::container::new_allocator
112 typedef const T * const_pointer; typedef in boost::container::new_allocator
/third_party/boost/boost/intrusive/detail/
Dhook_traits.hpp48 template rebind_pointer<const T>::type const_pointer; typedef
113 template rebind_pointer<const T>::type const_pointer; typedef
166 template rebind_pointer<const value_type>::type const_pointer; typedef
Dis_stateful_value_traits.hpp58 typedef typename ValueTraits::const_pointer const_pointer; typedef
/third_party/boost/boost/intrusive/
Dtrivial_value_traits.hpp44 typedef const_node_ptr const_pointer; typedef
Dderivation_value_traits.hpp48 template rebind_pointer<const value_type>::type const_pointer; typedef
/third_party/boost/libs/smart_ptr/test/
Dshared_ptr_alloc2_test.cpp39 typedef T const * const_pointer; typedef in test_allocator
143 typedef void const * const_pointer; typedef in test_allocator
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcounting_allocator.h39 using const_pointer = typename AllocatorTraits::const_pointer; variable
/third_party/abseil-cpp/absl/container/internal/
Dcounting_allocator.h39 using const_pointer = typename AllocatorTraits::const_pointer; variable
/third_party/jsoncpp/include/json/
Dallocator.h20 using const_pointer = const T*; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktConstexprVectorUtil.hpp48 using const_pointer = const value_type*; typedef in vkt::ConstexprVector
/third_party/boost/libs/intrusive/example/
Ddoc_recursive_member.cpp30 typedef const value_type* const_pointer; typedef
/third_party/boost/libs/pool/example/
Dsys_allocator.hpp26 typedef const T * const_pointer; typedef
70 typedef const T * const_pointer; typedef
/third_party/boost/boost/sort/common/
Dstack_cnc.hpp55 typedef typename vector_t::const_pointer const_pointer; typedef in boost::sort::common::stack_cnc
/third_party/boost/libs/compute/include/boost/compute/allocator/
Dbuffer_allocator.hpp32 typedef const detail::device_ptr<T> const_pointer; typedef in boost::compute::buffer_allocator
/third_party/boost/boost/compute/allocator/
Dbuffer_allocator.hpp32 typedef const detail::device_ptr<T> const_pointer; typedef in boost::compute::buffer_allocator
/third_party/boost/libs/multi_index/test/
Dsmall_allocator.hpp23 typedef const T* const_pointer; typedef in small_allocator

1234567891011