Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dbuffer_wrapper.h28 typedef const T* const_pointer; typedef
72 const_pointer data() const { return buffer_; } in data()
76 const_pointer begin() const { return &buffer_[0]; } in begin()
77 const_pointer end() const { return &buffer_[end_]; } in end()
108 using const_pointer = typename BufferType::const_pointer; variable
125 const_pointer data() const { return buffer_.data(); } in data()
H A Darray_wrapper.h28 typedef const T* const_pointer; typedef
72 const_pointer data() const { return buffer_; } in data()
76 const_pointer begin() const { return &buffer_[0]; } in begin()
77 const_pointer end() const { return &buffer_[end_]; } in end()
H A Dstring_wrapper.h30 typedef const value_type* const_pointer; typedef
77 const_pointer data() const { return buffer_; } in data()
81 const_pointer begin() const { return &buffer_[0]; } in begin()
82 const_pointer end() const { return &buffer_[end_]; } in end()
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h95 typedef const typename ChunkType::value_type* const_pointer; typedef
112 const_pointer address(const_reference X) const { return &X; } in address()
310 typedef const DataType* const_pointer; typedef
329 const_pointer address(const_reference X) const { return &X; } in address()
355 typedef const void* const_pointer; typedef
376 const_pointer address(const_reference X) const { return X; } in address()
/aosp12/art/libartbase/base/
H A Dallocator.h112 typedef typename std::allocator<T>::const_pointer const_pointer; typedef
133 pointer allocate(size_type n, const_pointer hint ATTRIBUTE_UNUSED = 0) {
H A Dtransform_array_ref_test.cc50 static_assert(std::is_same<ConstTarefIter, decltype(taref)::const_pointer>::value, in TEST()
91 static_assert(std::is_same<void, decltype(taref)::const_pointer>::value, "const_pointer"); in TEST()
125 static_assert(std::is_same<const int*, decltype(taref)::const_pointer>::value, "const_pointer"); in TEST()
169 static_assert(std::is_same<const int*, decltype(ctaref)::const_pointer>::value, "const_pointer"); in TEST()
H A 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()
H A Dscoped_arena_containers.h108 typedef const void* const_pointer; typedef
148 typedef const T* const_pointer; typedef
181 const_pointer address(const_reference x) const { return &x; } in address()
H A Darray_slice.h38 using const_pointer = const T*; variable
H A Darray_ref.h47 using const_pointer = const T*; variable
H A Dtransform_array_ref.h51 using const_pointer = typename ConstIter::pointer; variable
H A Ddchecked_vector.h49 using typename Base::const_pointer;
H A Dintrusive_forward_list.h142 typedef const T* const_pointer; typedef
H A Dhash_set.h178 using const_pointer = const T*; variable
/aosp12/art/openjdkjvmti/
H A 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()
/aosp12/art/compiler/utils/
H A 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()
/aosp12/frameworks/native/include/ftl/
H A Darray_traits.h39 using const_pointer = const value_type*; member
41 using const_iterator = const_pointer;
H A Dsmall_vector.h94 FTL_ARRAY_TRAIT(T, const_pointer);
289 FTL_ARRAY_TRAIT(T, const_pointer);
H A Dstatic_vector.h105 FTL_ARRAY_TRAIT(T, const_pointer);
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h73 typedef const value_type* const_pointer; typedef
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h343 typedef const value_type* const_pointer; typedef