/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | buffer_wrapper.h | 28 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 D | array_wrapper.h | 28 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 D | string_wrapper.h | 30 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 D | Allocators.h | 95 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 D | allocator.h | 112 typedef typename std::allocator<T>::const_pointer const_pointer; typedef 133 pointer allocate(size_type n, const_pointer hint ATTRIBUTE_UNUSED = 0) {
|
H A D | transform_array_ref_test.cc | 50 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 D | arena_containers.h | 133 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 D | scoped_arena_containers.h | 108 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 D | array_slice.h | 38 using const_pointer = const T*; variable
|
H A D | array_ref.h | 47 using const_pointer = const T*; variable
|
H A D | transform_array_ref.h | 51 using const_pointer = typename ConstIter::pointer; variable
|
H A D | dchecked_vector.h | 49 using typename Base::const_pointer;
|
H A D | intrusive_forward_list.h | 142 typedef const T* const_pointer; typedef
|
H A D | hash_set.h | 178 using const_pointer = const T*; variable
|
/aosp12/art/openjdkjvmti/ |
H A D | jvmti_allocator.h | 51 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 D | swap_space.h | 118 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 D | array_traits.h | 39 using const_pointer = const value_type*; member 41 using const_iterator = const_pointer;
|
H A D | small_vector.h | 94 FTL_ARRAY_TRAIT(T, const_pointer); 289 FTL_ARRAY_TRAIT(T, const_pointer);
|
H A D | static_vector.h | 105 FTL_ARRAY_TRAIT(T, const_pointer);
|
/aosp12/frameworks/compile/mclinker/include/mcld/ |
H A D | InputTree.h | 73 typedef const value_type* const_pointer; typedef
|
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | BinTree.h | 343 typedef const value_type* const_pointer; typedef
|