HomeSort by relevance Sort by last modified time
    Searched defs:pointer (Results 326 - 350 of 1508) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 56 Pointer, \
67 Pointer, \
78 Pointer, \
89 Pointer, \
99 typename Pointer,
116 typedef Pointer pointer; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_
286 typename Pointer,
325 inline typename PB_DS_TREE_CONST_IT_C_DEC::pointer
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 81 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::binomial_heap_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 105 value_type>::other::pointer
106 pointer; typedef in class:__gnu_pbds::detail::binomial_heap_base_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 80 // Iterator's pointer type.
81 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
83 // Iterator's const pointer type.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 104 value_type>::other::pointer
105 pointer; typedef in class:__gnu_pbds::detail::pairing_heap_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 91 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::rc_binomial_heap_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
priority_queue.hpp 72 typedef typename value_rebind::pointer pointer; typedef in class:__gnu_pbds::priority_queue
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring_util.h 57 typedef typename _CharT_alloc_type::pointer pointer; typedef in struct:__vstring_utility
62 __normal_iterator<pointer, __gnu_cxx::
74 __normal_iterator<pointer, __gnu_cxx::
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 75 typedef void* pointer; typedef in class:allocator
97 typedef _Tp* pointer; typedef in class:allocator
stl_tempbuf.h 130 typedef value_type* pointer; typedef in class:_Temporary_buffer
131 typedef pointer iterator;
137 pointer _M_buffer;
252 std::pair<pointer, size_type> __p(std::get_temporary_buffer<
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 53 typedef _Tp* pointer; typedef in class:array_allocator_base
59 pointer
66 deallocate(pointer, size_type)
78 construct(pointer __p, const _Tp& __val)
84 construct(pointer __p, _Args&&... __args)
89 destroy(pointer __p) { __p->~_Tp(); }
103 typedef _Tp* pointer; typedef in class:array_allocator
131 pointer
136 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
88 pointer address(reference __x) cons
157 typedef _Pointer_adapter<_Relative_pointer_impl<void> > pointer; typedef in class:_ExtPtr_allocator
    [all...]
malloc_allocator.h 59 typedef _Tp* pointer; typedef in class:malloc_allocator
78 pointer
86 pointer
92 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
98 // __p is not permitted to be a null pointer.
100 deallocate(pointer __p, size_type)
110 construct(pointer __p, const _Tp& __val)
116 construct(pointer __p, _Args&&... __args)
121 destroy(pointer __p) { __p->~_Tp(); }
new_allocator.h 59 typedef _Tp* pointer; typedef in class:new_allocator
78 pointer
86 pointer
95 // __p is not permitted to be a null pointer.
97 deallocate(pointer __p, size_type)
107 construct(pointer __p, const _Tp& __val)
113 construct(pointer __p, _Args&&... __args)
118 destroy(pointer __p) { __p->~_Tp(); }
vstring_util.h 60 typedef typename _CharT_alloc_type::pointer pointer; typedef in struct:__vstring_utility
65 __normal_iterator<pointer, __gnu_cxx::
77 __normal_iterator<pointer, __gnu_cxx::
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
basic_types.hpp 65 typedef typename mapped_type_allocator::pointer mapped_pointer;
72 typedef typename value_type_allocator::pointer pointer; typedef in struct:__gnu_pbds::detail::value_type_base
92 typedef typename mapped_type_allocator::pointer mapped_pointer;
99 typedef typename value_type_allocator::pointer pointer; typedef in struct:__gnu_pbds::detail::value_type_base
126 typedef typename mapped_type_allocator::pointer mapped_pointer;
134 typedef typename value_type_allocator::pointer pointer; typedef in struct:__gnu_pbds::detail::value_type_base
168 typedef typename mapped_type_allocator::pointer mapped_pointer
176 typedef typename value_type_allocator::pointer pointer; typedef in struct:__gnu_pbds::detail::value_type_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 56 Pointer, \
67 Pointer, \
78 Pointer, \
89 Pointer, \
99 typename Pointer,
116 typedef Pointer pointer; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_
286 typename Pointer,
325 inline typename PB_DS_TREE_CONST_IT_C_DEC::pointer
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 81 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::binomial_heap_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 105 value_type>::other::pointer
106 pointer; typedef in class:__gnu_pbds::detail::binomial_heap_base_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 80 // Iterator's pointer type.
81 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
83 // Iterator's const pointer type.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 104 value_type>::other::pointer
105 pointer; typedef in class:__gnu_pbds::detail::pairing_heap_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 91 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::rc_binomial_heap_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
priority_queue.hpp 76 typedef typename value_rebind::pointer pointer; typedef in class:__gnu_pbds::priority_queue
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
allocator.h 73 typedef void* pointer; typedef in class:allocator
94 typedef _Tp* pointer; typedef in class:allocator
stl_tempbuf.h 131 typedef value_type* pointer; typedef in class:_Temporary_buffer
132 typedef pointer iterator;
138 pointer _M_buffer;
253 std::pair<pointer, size_type> __p(std::get_temporary_buffer<

Completed in 857 milliseconds

<<11121314151617181920>>