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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
multiset.h 63 typedef typename _Base::pointer pointer; typedef in class:__profile::multiset
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 82 * pointer past the end of an array, there might not be a valid pointer
94 typename iterator_traits<_Iterator>::pointer,
105 typedef typename iterator_traits<_Iterator>::pointer pointer; typedef in class:reverse_iterator
110 * If it is a pointer, that means it is zero-initialized.
160 pointer
661 // not a class, e.g. a pointer, into an iterator that is a class.
681 typedef typename iterator_traits<_Iterator>::pointer pointer; typedef in class:__normal_iterator
892 typedef _Iterator pointer; typedef in class:move_iterator
    [all...]
stl_map.h 133 typedef typename _Pair_alloc_type::pointer pointer; typedef in class:map
240 * way. Managing the pointer is the user's responsibility.
561 * the element, and that if the element is itself a pointer,
563 * the pointer is the user's responsibility.
577 * the element is itself a pointer, the pointed-to memory is not touched
578 * in any way. Managing the pointer is the user's responsibility.
592 * the element is itself a pointer, the pointed-to memory is not touched
593 * in any way. Managing the pointer is the user's responsibility.
604 * time. (It is only swapping a pointer, an integer, and a
    [all...]
stl_multimap.h 132 typedef typename _Pair_alloc_type::pointer pointer; typedef in class:multimap
237 * way. Managing the pointer is the user's responsibility.
497 * and that if the element is itself a pointer, the pointed-to memory is
498 * not touched in any way. Managing the pointer is the user's
513 * the element is itself a pointer, the pointed-to memory is not touched
514 * in any way. Managing the pointer is the user's responsibility.
529 * touched in any way. Managing the pointer is the user's responsibility.
540 * (It is only swapping a pointer, an integer, and an instance of
557 * the pointed-to memory is not touched in any way. Managing the pointer
    [all...]
stl_multiset.h 111 typedef typename _Key_alloc_type::pointer pointer; typedef in class:multiset
372 * (It is only swapping a pointer, an integer, and an instance of the @c
458 * and that if the element is itself a pointer, the pointed-to memory is
459 * not touched in any way. Managing the pointer is the user's
474 * the element is itself a pointer, the pointed-to memory is not touched
475 * in any way. Managing the pointer is the user's responsibility.
490 * touched in any way. Managing the pointer is the user's responsibility.
499 * the pointed-to memory is not touched in any way. Managing the pointer
stl_set.h 117 typedef typename _Key_alloc_type::pointer pointer; typedef in class:set
379 * (It is only swapping a pointer, an integer, and an instance of
471 * that if the element is itself a pointer, the pointed-to memory is not
472 * touched in any way. Managing the pointer is the user's responsibility.
486 * the element is itself a pointer, the pointed-to memory is not touched
487 * in any way. Managing the pointer is the user's responsibility.
501 * the element is itself a pointer, the pointed-to memory is not touched
502 * in any way. Managing the pointer is the user's responsibility.
511 * pointed-to memory is not touched in any way. Managing the pointer i
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
map.h 67 typedef typename _Base::pointer pointer; typedef in class:std::__debug::map
multimap.h 68 typedef typename _Base::pointer pointer; typedef in class:std::__debug::multimap
multiset.h 67 typedef typename _Base::pointer pointer; typedef in class:std::__debug::multiset
safe_iterator.h 96 typedef typename _Traits::pointer pointer; typedef in class:__gnu_debug::_Safe_iterator
185 pointer
set.h 67 typedef typename _Base::pointer pointer; typedef in class:std::__debug::set
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 147 typedef typename node_allocator::pointer node_pointer;
204 typedef typename PB_DS_TYPES_TRAITS_C_DEC::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 116 typename Allocator::template rebind<entry>::other::pointer m_p_next;
120 typedef typename entry_allocator::pointer entry_pointer;
126 typedef typename entry_pointer_allocator::pointer entry_pointer_array;
129 typedef typename traits_base::pointer pointer_;
168 typedef typename traits_base::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
rb_tree_.hpp 135 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
splay_tree_.hpp 157 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 1 // Custom pointer adapter and sample storage policies
26 * @file ext/pointer.h
30 * custom pointer types that can be used with the standard containers via
31 * the allocator::pointer and allocator::const_pointer typedefs.
46 * standard pointer.
49 * 1) A get() API for returning the stored pointer value.
50 * 2) An set() API for storing a pointer value.
52 * 4) An operator<() to support pointer comparison.
53 * 5) An operator==() to support pointer comparison.
59 // the type this pointer points to
276 typedef _Pointer_adapter pointer; typedef in class:_Pointer_adapter
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 70 typedef typename _Ht::pointer pointer; typedef in class:hash_map
261 typedef typename _Ht::pointer pointer; typedef in class:hash_multimap
450 typedef void pointer; typedef in class:insert_iterator
477 typedef void pointer; typedef in class:insert_iterator
_hash_set.h 64 typedef typename _Ht::pointer pointer; typedef in class:hash_set
250 typedef typename _Ht::pointer pointer; typedef in class:hash_multiset
445 typedef void pointer; typedef in class:insert_iterator
472 typedef void pointer; typedef in class:insert_iterator
_iterator_base.h 63 typedef _Pointer pointer; typedef in struct:iterator
72 typedef void pointer; typedef in struct:iterator
152 typedef typename _Iterator::pointer pointer; typedef in struct:iterator_traits::iterator_traits
170 typedef const _Tp* pointer; typedef in struct:iterator_traits::iterator_traits
179 typedef _Tp* pointer; typedef in struct:iterator_traits::iterator_traits
189 typedef const _Tp* pointer; typedef in struct:iterator_traits::iterator_traits
387 typedef const _Tp* pointer; typedef in struct:iterator_traits::_Const_traits
396 typedef _Tp* pointer; typedef in struct:iterator_traits::_Nonconst_traits
412 typedef const _Tp* pointer; typedef in struct:iterator_traits::_Const_Const_traits
421 typedef const _Tp* pointer; typedef in struct:iterator_traits::_Nonconst_Const_traits
    [all...]
_map.h 81 typedef typename _Rep_type::pointer pointer; typedef in class:map
274 typedef typename _Rep_type::pointer pointer; typedef in class:multimap
_pthread_alloc.h 102 typedef _Tp* pointer; typedef in class:pthread_allocator
124 pointer address(reference __x) const { return &__x; }
145 void deallocate(pointer __p, size_type __n) {
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
159 void destroy(pointer _p) { _p->~_Tp(); }
194 typedef void* pointer; typedef in class:pthread_allocator
283 typedef _Tp* pointer; typedef in class:per_thread_allocator
307 pointer address(reference __x) const { return &__x; }
328 void deallocate(pointer __p, size_type __n) {
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val);
377 typedef void* pointer; typedef in class:per_thread_allocator
    [all...]
_set.h 69 typedef typename _Rep_type::pointer pointer; typedef in class:set
240 typedef typename _Rep_type::pointer pointer; typedef in class:multiset
_unordered_map.h 62 typedef typename _Ht::pointer pointer; typedef in class:unordered_map
230 typedef typename _Ht::pointer pointer; typedef in class:unordered_multimap
392 typedef void pointer; typedef in class:insert_iterator
419 typedef void pointer; typedef in class:insert_iterator
_unordered_set.h 56 typedef typename _Ht::pointer pointer; typedef in class:unordered_set
206 typedef typename _Ht::pointer pointer; typedef in class:unordered_multiset
367 typedef void pointer; typedef in class:insert_iterator
394 typedef void pointer; typedef in class:insert_iterator
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 123 typedef typename _Container::pointer pointer; typedef in struct:_DBG_iter_base
204 typedef typename _Traits::pointer pointer; typedef in struct:_DBG_iter
373 * Helper classes to check iterator range or pointer validity

Completed in 1315 milliseconds

<<21222324252627282930>>