| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc_binomial_heap_.hpp | 80 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::rc_binomial_heap
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/ |
| priority_queue.hpp | 104 typedef typename __rebind_va::pointer pointer; typedef in class:__gnu_pbds::priority_queue
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
| vstring_util.h | 59 typedef typename _CharT_alloc_type::pointer pointer; typedef in struct:__vstring_utility 64 __normal_iterator<pointer, __gnu_cxx:: 76 __normal_iterator<pointer, __gnu_cxx::
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
| iterator.h | 56 typedef _IteratorPair* pointer; typedef in class:__gnu_parallel::_IteratorPair 127 typedef _IteratorTriple* pointer; typedef in class:__gnu_parallel::_IteratorTriple
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
| allocator.h | 68 typedef void* pointer; typedef in class:allocator 97 typedef _Tp* pointer; typedef in class:allocator
|
| forward_list.h | 126 typedef _Tp* pointer; typedef in struct:_Fwd_list_iterator 142 pointer 194 typedef const _Tp* pointer; typedef in struct:_Fwd_list_const_iterator 213 pointer 374 typedef typename _Node_alloc_traits::pointer _Ptr; 428 typedef typename _Alloc_traits::pointer pointer; 942 * is itself a pointer, the pointed-to memory is not touched in 943 * any way. Managing the pointer is the user's responsibility. [all...] |
| stl_list.h | 133 typedef _Tp* pointer; typedef in struct:_List_iterator 152 pointer 213 typedef const _Tp* pointer; typedef in struct:_List_const_iterator 237 pointer 460 typedef typename _Tp_alloc_type::pointer pointer; 657 * memory is not touched in any way. Managing the pointer is [all...] |
| stl_tempbuf.h | 129 typedef value_type* pointer; typedef in class:_Temporary_buffer 130 typedef pointer iterator; 136 pointer _M_buffer; 250 std::pair<pointer, size_type> __p(std::get_temporary_buffer<
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
| alloc_traits.h | 104 typedef typename _Base_type::pointer pointer; typedef in struct:__alloc_traits 120 = std::__and_<std::is_same<pointer, _Ptr>, 124 // overload construct for non-standard pointer types 133 // overload destroy for non-standard pointer types 172 typedef typename _Alloc::pointer pointer; typedef in struct:__alloc_traits 180 static pointer 184 static void deallocate(_Alloc& __a, pointer __p, size_type __n) 188 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg [all...] |
| array_allocator.h | 55 typedef _Tp* pointer; typedef in class:array_allocator_base 61 pointer 70 deallocate(pointer, size_type) 92 construct(pointer __p, const _Tp& __val) 96 destroy(pointer __p) { __p->~_Tp(); } 111 typedef _Tp* pointer; typedef in class:array_allocator 148 pointer 153 pointer __ret = _M_array->begin() + _M_used;
|
| extptr_allocator.h | 31 * An example allocator which uses an alternative pointer type from 32 * bits/pointer.h. Supports test cases which confirm container support 41 #include <ext/pointer.h> 48 * @brief An example allocator which uses a non-standard pointer type. 51 * This allocator specifies that containers use a 'relative pointer' as it's 52 * pointer type. (See ext/pointer.h) Memory allocation in this example 62 // Note the non-standard pointer types. 63 typedef _Pointer_adapter<_Relative_pointer_impl<_Tp> > pointer; typedef in class:_ExtPtr_allocator 89 pointer address(reference __x) const _GLIBCXX_NOEXCEP 173 typedef _Pointer_adapter<_Relative_pointer_impl<void> > pointer; typedef in class:_ExtPtr_allocator [all...] |
| vstring_util.h | 59 typedef typename _CharT_alloc_type::pointer pointer; typedef in struct:__vstring_utility 64 __normal_iterator<pointer, __gnu_cxx:: 76 __normal_iterator<pointer, __gnu_cxx::
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/ |
| point_iterators.hpp | 56 Pointer, \ 67 Pointer, \ 78 Pointer, \ 89 Pointer, \ 99 typename Pointer, 111 typedef Pointer pointer; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_ 276 typename Pointer, 311 inline typename PB_DS_TREE_CONST_IT_C_DEC::pointer
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_/ |
| binomial_heap_.hpp | 80 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::binomial_heap
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/ |
| binomial_heap_base_.hpp | 96 typedef typename __rebind_v::pointer pointer; typedef in class:__gnu_pbds::detail::binomial_heap_base
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
| const_iterator.hpp | 77 /// Iterator's pointer type. 78 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_ 80 /// Iterator's const pointer type.
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/ |
| pairing_heap_.hpp | 92 typedef typename __rebind_a::pointer pointer; typedef in class:__gnu_pbds::detail::pairing_heap
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc_binomial_heap_.hpp | 80 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::rc_binomial_heap
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/ |
| priority_queue.hpp | 104 typedef typename __rebind_va::pointer pointer; typedef in class:__gnu_pbds::priority_queue
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
| iterator.h | 56 typedef _IteratorPair* pointer; typedef in class:__gnu_parallel::_IteratorPair 127 typedef _IteratorTriple* pointer; typedef in class:__gnu_parallel::_IteratorTriple
|
| /art/compiler/utils/ |
| array_ref.h | 49 typedef T* pointer; typedef in class:art::ArrayRef
|
| swap_space.h | 107 typedef void* pointer; typedef in class:art::SwapAllocator 135 typedef T* pointer; typedef in class:art::SwapAllocator 160 pointer address(reference x) const { return &x; } 163 pointer allocate(size_type n, SwapAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) { 171 void deallocate(pointer p, size_type n) { 179 void construct(pointer p, const_reference val) { 186 void destroy(pointer p) {
|
| /art/runtime/ |
| memory_region.h | 41 void* pointer() const { return pointer_; } function in class:art::FINAL 159 pointer_ = region.pointer(); 171 // Locate the bit with the given offset. Returns a pointer to the byte
|
| /bionic/linker/ |
| linker_allocator.h | 69 typedef T* pointer; typedef in class:linker_vector_allocator
|
| /external/ceres-solver/include/ceres/internal/ |
| fixed_array.h | 87 typedef T* pointer; typedef in class:ceres::internal::FixedArray 109 // Returns a pointer to the underlying element array.
|