Home
last modified time | relevance | path

Searched refs:const_pointer (Results 1 – 12 of 12) sorted by relevance

/art/libartbase/base/
Dallocator.h108 typedef typename std::allocator<T>::const_pointer const_pointer; typedef
129 pointer allocate(size_type n, const_pointer hint ATTRIBUTE_UNUSED = 0) {
Dtransform_array_ref_test.cc51 static_assert(std::is_same<ConstTarefIter, decltype(taref)::const_pointer>::value, in TEST()
92 static_assert(std::is_same<void, decltype(taref)::const_pointer>::value, "const_pointer"); in TEST()
126 static_assert(std::is_same<const int*, decltype(taref)::const_pointer>::value, "const_pointer"); in TEST()
170 static_assert(std::is_same<const int*, decltype(ctaref)::const_pointer>::value, "const_pointer"); in TEST()
Darray_slice.h36 using const_pointer = const T*; variable
Darray_ref.h47 using const_pointer = const T*; variable
Dtransform_array_ref.h51 using const_pointer = typename ConstIter::pointer; variable
Ddchecked_vector.h49 using typename Base::const_pointer;
Dhash_set.h128 using const_pointer = const T*; variable
/art/openjdkjvmti/
Djvmti_allocator.h51 typedef const void* const_pointer; typedef
85 typedef const T* const_pointer; typedef
111 const_pointer address(const_reference x) const { return &x; } in address()
/art/compiler/utils/
Dswap_space.h118 typedef const void* const_pointer; typedef
151 typedef const T* const_pointer; typedef
176 const_pointer address(const_reference x) const { return &x; } in address()
Dintrusive_forward_list.h142 typedef const T* const_pointer; typedef
/art/runtime/base/
Darena_containers.h133 typedef const void* const_pointer; typedef
167 typedef const T* const_pointer; typedef
195 const_pointer address(const_reference x) const { return &x; } in address()
Dscoped_arena_containers.h98 typedef const void* const_pointer; typedef
138 typedef const T* const_pointer; typedef
171 const_pointer address(const_reference x) const { return &x; } in address()