HomeSort by relevance Sort by last modified time
    Searched defs:pointer (Results 226 - 250 of 1126) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 52 typedef typename _Base::pointer pointer; typedef in class:__iostring_allocator
69 void deallocate(pointer __p, size_type __n) {
_istreambuf_iterator.h 58 typedef const _CharT* pointer; typedef in class:istreambuf_iterator
  /prebuilts/ndk/r11/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/r11/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...]

Completed in 609 milliseconds

1 2 3 4 5 6 7 8 91011>>