Home
last modified time | relevance | path

Searched refs:const_void_pointer (Results 1 – 25 of 112) sorted by relevance

12345

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Dconst_void_pointer.pass.cpp48 typedef CPtr<const void> const_void_pointer; typedef
57 typedef int const_void_pointer; typedef
62 …static_assert((std::is_same<std::allocator_traits<A<char> >::const_void_pointer, Ptr<const void> >… in main()
63 …static_assert((std::is_same<std::allocator_traits<B<char> >::const_void_pointer, const void*>::val… in main()
64 …static_assert((std::is_same<std::allocator_traits<C<char> >::const_void_pointer, CPtr<const void> … in main()
66 …static_assert((std::is_same<std::allocator_traits<D<char> >::const_void_pointer, const void*>::val… in main()
/aosp_15_r20/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Dconst_void_pointer.pass.cpp49 typedef CPtr<const void> const_void_pointer; typedef
58 typedef int const_void_pointer; typedef
63 …static_assert((std::is_same<std::allocator_traits<A<char> >::const_void_pointer, Ptr<const void> >… in main()
64 …static_assert((std::is_same<std::allocator_traits<B<char> >::const_void_pointer, const void*>::val… in main()
65 …static_assert((std::is_same<std::allocator_traits<C<char> >::const_void_pointer, CPtr<const void> … in main()
67 …static_assert((std::is_same<std::allocator_traits<D<char> >::const_void_pointer, const void*>::val… in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dallocator_traits.hpp124 BOOST_INTRUSIVE_INSTANTIATE_EVAL_DEFAULT_TYPE_TMPLT(const_void_pointer)
165 typedef see_documentation const_void_pointer; typedef
231 const_void_pointer, typename boost::intrusive::pointer_traits<pointer>::template
233 const_void_pointer; typedef
312 …OOST_CONTAINER_FORCEINLINE static pointer allocate(Allocator &a, size_type n, const_void_pointer p) in allocate()
316 <Allocator, const size_type, const const_void_pointer>::value; in allocate()
391 …NLINE static pointer priv_allocate(dtl::true_type, Allocator &a, size_type n, const_void_pointer p) in priv_allocate()
394 …INLINE static pointer priv_allocate(dtl::false_type, Allocator &a, size_type n, const_void_pointer) in priv_allocate()
Dsmall_vector.hpp153 typedef typename allocator_traits<allocator_type>::const_void_pointer const_void_pointer; typedef in boost::container::small_vector_allocator
246 …NTAINER_FORCEINLINE pointer allocate(size_type count, const_void_pointer hint = const_void_pointer in allocate()
385 typedef typename allocator_traits<secondary_allocator_t>::const_void_pointer const_void_pointer; typedef in boost::container::small_vector_base
398 const_void_pointer void_p = boost::intrusive::pointer_traits<const_char_pointer>:: in internal_storage()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dallocator_traits_test.cpp112 typedef SimpleSmartPtr<const void> const_void_pointer; typedef in ComplexAllocator
144 pointer allocate(size_type n, const const_void_pointer &) in allocate() argument
262 < SimpleAllocator<int> >::const_void_pointer, const void*>::value )); in main()
294 … < ComplexAllocator<int> >::const_void_pointer, SimpleSmartPtr<const void> >::value )); in main()
338 CAllocTraits::allocate(c_alloc, 1, CAllocTraits::const_void_pointer()); in main()
342 SAllocTraits::allocate(s_alloc, 1, SAllocTraits::const_void_pointer()); in main()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__memory/
Dallocator_traits.h88 _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_const_void_pointer, const_void_pointer);
91 using type _LIBCPP_NODEBUG = typename _Alloc::const_void_pointer;
253 using const_void_pointer = typename __const_void_pointer<pointer, allocator_type>::type;
284 …ss _Ap = _Alloc, __enable_if_t<__has_allocate_hint<_Ap, size_type, const_void_pointer>::value, int…
286 allocate(allocator_type& __a, size_type __n, const_void_pointer __hint) {
293 __enable_if_t<!__has_allocate_hint<_Ap, size_type, const_void_pointer>::value, int> = 0>
295 allocate(allocator_type& __a, size_type __n, const_void_pointer) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__memory/
Dallocator_traits.h87 _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_const_void_pointer, const_void_pointer);
90 using type _LIBCPP_NODEBUG = typename _Alloc::const_void_pointer;
252 using const_void_pointer = typename __const_void_pointer<pointer, allocator_type>::type;
283 …ss _Ap = _Alloc, __enable_if_t<__has_allocate_hint<_Ap, size_type, const_void_pointer>::value, int…
285 allocate(allocator_type& __a, size_type __n, const_void_pointer __hint) {
292 __enable_if_t<!__has_allocate_hint<_Ap, size_type, const_void_pointer>::value, int> = 0>
294 allocate(allocator_type& __a, size_type __n, const_void_pointer) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__memory/
Dallocator_traits.h88 _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_const_void_pointer, const_void_pointer);
91 using type _LIBCPP_NODEBUG = typename _Alloc::const_void_pointer;
253 using const_void_pointer = typename __const_void_pointer<pointer, allocator_type>::type;
284 …ss _Ap = _Alloc, __enable_if_t<__has_allocate_hint<_Ap, size_type, const_void_pointer>::value, int…
286 allocate(allocator_type& __a, size_type __n, const_void_pointer __hint) {
293 __enable_if_t<!__has_allocate_hint<_Ap, size_type, const_void_pointer>::value, int> = 0>
295 allocate(allocator_type& __a, size_type __n, const_void_pointer) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__memory/
Dallocator_traits.h87 _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_const_void_pointer, const_void_pointer);
90 using type _LIBCPP_NODEBUG = typename _Alloc::const_void_pointer;
241 using const_void_pointer = typename __const_void_pointer<pointer, allocator_type>::type;
272 …p = _Alloc, class = __enable_if_t<__has_allocate_hint<_Ap, size_type, const_void_pointer>::value> >
274 allocate(allocator_type& __a, size_type __n, const_void_pointer __hint) {
281 … class = __enable_if_t<!__has_allocate_hint<_Ap, size_type, const_void_pointer>::value> >
283 allocate(allocator_type& __a, size_type __n, const_void_pointer) {
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__memory/
H A Dallocator_traits.h87 _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_const_void_pointer, const_void_pointer);
90 using type _LIBCPP_NODEBUG = typename _Alloc::const_void_pointer;
252 using const_void_pointer = typename __const_void_pointer<pointer, allocator_type>::type;
283 …ss _Ap = _Alloc, __enable_if_t<__has_allocate_hint<_Ap, size_type, const_void_pointer>::value, int…
285 allocate(allocator_type& __a, size_type __n, const_void_pointer __hint) {
292 __enable_if_t<!__has_allocate_hint<_Ap, size_type, const_void_pointer>::value, int> = 0>
294 allocate(allocator_type& __a, size_type __n, const_void_pointer) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__memory/
Dallocator_traits.h88 _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_const_void_pointer, const_void_pointer);
91 using type _LIBCPP_NODEBUG = typename _Alloc::const_void_pointer;
253 using const_void_pointer = typename __const_void_pointer<pointer, allocator_type>::type;
284 …ss _Ap = _Alloc, __enable_if_t<__has_allocate_hint<_Ap, size_type, const_void_pointer>::value, int…
286 allocate(allocator_type& __a, size_type __n, const_void_pointer __hint) {
293 __enable_if_t<!__has_allocate_hint<_Ap, size_type, const_void_pointer>::value, int> = 0>
295 allocate(allocator_type& __a, size_type __n, const_void_pointer) {
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dalloc_traits.h131 _GLIBCXX_ALLOC_TR_NESTED_TYPE(const_void_pointer, in _GLIBCXX_VISIBILITY()
140 typedef __const_void_pointer const_void_pointer; in _GLIBCXX_VISIBILITY()
213 std::declval<const_void_pointer>()))> in _GLIBCXX_VISIBILITY()
226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint) in _GLIBCXX_VISIBILITY()
365 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint) in _GLIBCXX_VISIBILITY()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dalloc_traits.h131 _GLIBCXX_ALLOC_TR_NESTED_TYPE(const_void_pointer, in _GLIBCXX_VISIBILITY()
140 typedef __const_void_pointer const_void_pointer; in _GLIBCXX_VISIBILITY()
213 std::declval<const_void_pointer>()))> in _GLIBCXX_VISIBILITY()
226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint) in _GLIBCXX_VISIBILITY()
365 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint) in _GLIBCXX_VISIBILITY()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/memory/
H A Dmemory.h279 using GetConstVoidPointer = typename T::const_void_pointer;
457 using const_void_pointer = memory_internal::ExtractOrT<
523 const_void_pointer hint) {
566 size_type n, const_void_pointer hint)
571 size_type n, const_void_pointer) {
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/memory/
H A Dmemory.h279 using GetConstVoidPointer = typename T::const_void_pointer;
457 using const_void_pointer = memory_internal::ExtractOrT<
523 const_void_pointer hint) {
566 size_type n, const_void_pointer hint)
571 size_type n, const_void_pointer) {
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libcxx/include/
Dscoped_allocator36 typedef typename OuterTraits::const_void_pointer const_void_pointer;
72 pointer allocate(size_type n, const_void_pointer hint); // [[nodiscard]] in C++20
401 typedef typename _OuterTraits::const_void_pointer const_void_pointer;
486 pointer allocate(size_type __n, const_void_pointer __hint)
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libcxx/include/
Dscoped_allocator36 typedef typename OuterTraits::const_void_pointer const_void_pointer;
72 pointer allocate(size_type n, const_void_pointer hint); // [[nodiscard]] in C++20
401 typedef typename _OuterTraits::const_void_pointer const_void_pointer;
486 pointer allocate(size_type __n, const_void_pointer __hint)
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libcxx/include/
Dscoped_allocator36 typedef typename OuterTraits::const_void_pointer const_void_pointer;
72 pointer allocate(size_type n, const_void_pointer hint); // [[nodiscard]] in C++20
401 typedef typename _OuterTraits::const_void_pointer const_void_pointer;
486 pointer allocate(size_type __n, const_void_pointer __hint)
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxx/include/
Dscoped_allocator36 typedef typename OuterTraits::const_void_pointer const_void_pointer;
72 pointer allocate(size_type n, const_void_pointer hint); // [[nodiscard]] in C++20
401 typedef typename _OuterTraits::const_void_pointer const_void_pointer;
486 pointer allocate(size_type __n, const_void_pointer __hint)
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libcxx/include/
Dscoped_allocator36 typedef typename OuterTraits::const_void_pointer const_void_pointer;
72 pointer allocate(size_type n, const_void_pointer hint); // [[nodiscard]] in C++20
401 typedef typename _OuterTraits::const_void_pointer const_void_pointer;
486 pointer allocate(size_type __n, const_void_pointer __hint)
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/
Dscoped_allocator36 typedef typename OuterTraits::const_void_pointer const_void_pointer;
72 pointer allocate(size_type n, const_void_pointer hint); // [[nodiscard]] in C++20
401 typedef typename _OuterTraits::const_void_pointer const_void_pointer;
486 pointer allocate(size_type __n, const_void_pointer __hint)
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libcxx/include/
Dscoped_allocator36 typedef typename OuterTraits::const_void_pointer const_void_pointer;
72 pointer allocate(size_type n, const_void_pointer hint); // [[nodiscard]] in C++20
401 typedef typename _OuterTraits::const_void_pointer const_void_pointer;
486 pointer allocate(size_type __n, const_void_pointer __hint)
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libcxx/include/
Dscoped_allocator36 typedef typename OuterTraits::const_void_pointer const_void_pointer;
72 pointer allocate(size_type n, const_void_pointer hint); // [[nodiscard]] in C++20
401 typedef typename _OuterTraits::const_void_pointer const_void_pointer;
486 pointer allocate(size_type __n, const_void_pointer __hint)
/aosp_15_r20/external/libcxx/include/
H A Dscoped_allocator36 typedef typename OuterTraits::const_void_pointer const_void_pointer;
72 pointer allocate(size_type n, const_void_pointer hint); // [[nodiscard]] in C++20
401 typedef typename _OuterTraits::const_void_pointer const_void_pointer;
486 pointer allocate(size_type __n, const_void_pointer __hint)
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libcxx/include/
Dscoped_allocator36 typedef typename OuterTraits::const_void_pointer const_void_pointer;
72 pointer allocate(size_type n, const_void_pointer hint); // [[nodiscard]] in C++20
401 typedef typename _OuterTraits::const_void_pointer const_void_pointer;
486 pointer allocate(size_type __n, const_void_pointer __hint)

12345