Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Djvmti_allocator.h48 typedef const void* const_pointer; typedef
81 typedef const T* const_pointer; typedef
106 const_pointer address(const_reference x) const { return &x; } in address()
/art/runtime/base/
Dallocator.h113 typedef typename std::allocator<T>::const_pointer const_pointer; typedef
134 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()
Dscoped_arena_containers.h75 typedef const void* const_pointer; typedef
115 typedef const T* const_pointer; typedef
148 const_pointer address(const_reference x) const { return &x; } in address()
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()
Darray_ref.h47 typedef const T* const_pointer; typedef
Dtransform_array_ref.h51 using const_pointer = typename ConstIter::pointer; variable
Ddchecked_vector.h49 using typename Base::const_pointer;
Dhash_set.h124 using const_pointer = const T*; variable
/art/compiler/utils/
Dswap_space.h117 typedef const void* const_pointer; typedef
150 typedef const T* const_pointer; typedef
175 const_pointer address(const_reference x) const { return &x; } in address()
Dintrusive_forward_list.h131 typedef const T* const_pointer; typedef