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

<<31323334353637383940>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
multimap.h 72 typedef typename _Base::pointer pointer; typedef in class:__debug::multimap
multiset.h 71 typedef typename _Base::pointer pointer; typedef in class:__debug::multiset
safe_iterator.h 110 typedef typename _Traits::pointer pointer; typedef in class:__gnu_debug::_Safe_iterator
203 pointer
set.h 71 typedef typename _Base::pointer pointer; typedef in class:__debug::set
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 1 // Custom pointer adapter and sample storage policies
26 * @file ext/pointer.h
32 * custom pointer types that can be used with the standard containers via
33 * the allocator::pointer and allocator::const_pointer typedefs.
52 * standard pointer.
55 * 1) A get() API for returning the stored pointer value.
56 * 2) An set() API for storing a pointer value.
58 * 4) An operator<() to support pointer comparison.
59 * 5) An operator==() to support pointer comparison.
65 // the type this pointer points to
294 typedef _Pointer_adapter pointer; typedef in class:_Pointer_adapter
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
map.h 66 typedef typename _Base::pointer pointer; typedef in class:__profile::map
multimap.h 63 typedef typename _Base::pointer pointer; typedef in class:__profile::multimap
multiset.h 63 typedef typename _Base::pointer pointer; typedef in class:__profile::multiset
set.h 63 typedef typename _Base::pointer pointer; typedef in class:__profile::set
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 99 _GLIBCXX_ALLOC_TR_NESTED_TYPE(pointer, value_type*)
102 * @brief The allocator's pointer type.
104 * @c Alloc::pointer if that type exists, otherwise @c value_type*
106 typedef __pointer pointer; typedef in struct:allocator_traits
109 typename pointer_traits<pointer>::template rebind<const value_type>)
112 * @brief The allocator's const pointer type.
115 * <tt> pointer_traits<pointer>::rebind<const value_type> </tt>
120 typename pointer_traits<pointer>::template rebind<void>)
123 * @brief The allocator's void pointer type.
126 * <tt> pointer_traits<pointer>::rebind<void> </tt
    [all...]
stl_bvector.h 192 typedef _Bit_reference* pointer; typedef in struct:_Bit_iterator
275 typedef const bool* pointer; typedef in struct:_Bit_const_iterator
478 * a container. This is because the reference and pointer types are not
505 typedef _Bit_reference* pointer;
stl_iterator.h 90 * pointer past the end of an array, there might not be a valid pointer
102 typename iterator_traits<_Iterator>::pointer,
113 typedef typename __traits_type::pointer pointer; typedef in class:reverse_iterator
118 * If it is a pointer, that means it is zero-initialized.
169 * @return A pointer to the value at @c --current
173 pointer
703 // not a class, e.g. a pointer, into an iterator that is a class.
723 typedef typename __traits_type::pointer pointer typedef in class:__normal_iterator
945 typedef _Iterator pointer; typedef in class:move_iterator
    [all...]
stl_map.h 137 typedef typename _Pair_alloc_type::pointer pointer; typedef in class:map
247 * way. Managing the pointer is the user's responsibility.
613 * the element, and that if the element is itself a pointer,
615 * the pointer is the user's responsibility.
632 * the element, and that if the element is itself a pointer,
634 * the pointer is the user's responsibility.
649 * the element is itself a pointer, the pointed-to memory is not touched
650 * in any way. Managing the pointer is the user's responsibility.
669 * the element is itself a pointer, the pointed-to memory is not touche
    [all...]
stl_multimap.h 136 typedef typename _Pair_alloc_type::pointer pointer; typedef in class:multimap
242 * way. Managing the pointer is the user's responsibility.
532 * and that if the element is itself a pointer, the pointed-to memory is
533 * not touched in any way. Managing the pointer is the user's
551 * and that if the element is itself a pointer, the pointed-to memory is
552 * not touched in any way. Managing the pointer is the user's
568 * the element is itself a pointer, the pointed-to memory is not touched
569 * in any way. Managing the pointer is the user's responsibility.
589 * touched in any way. Managing the pointer is the user'
    [all...]
stl_set.h 121 typedef typename _Key_alloc_type::pointer pointer; typedef in class:set
387 * time. (It is only swapping a pointer, an integer, and an
497 * that if the element is itself a pointer, the pointed-to memory is not
498 * touched in any way. Managing the pointer is the user's
511 * that if the element is itself a pointer, the pointed-to memory is not
512 * touched in any way. Managing the pointer is the user's
528 * the element is itself a pointer, the pointed-to memory is not touched
529 * in any way. Managing the pointer is the user's responsibility.
549 * the element is itself a pointer, the pointed-to memory is not touche
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
map.h 70 typedef typename _Base::pointer pointer; typedef in class:__debug::map
multimap.h 71 typedef typename _Base::pointer pointer; typedef in class:__debug::multimap
multiset.h 70 typedef typename _Base::pointer pointer; typedef in class:__debug::multiset
safe_iterator.h 141 typedef typename _Traits::pointer pointer; typedef in class:__gnu_debug::_Safe_iterator
273 pointer
set.h 70 typedef typename _Base::pointer pointer; typedef in class:__debug::set
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 120 typedef typename node_allocator::pointer node_pointer;
150 typedef typename traits_base::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_BIN_TREE_NAME

Completed in 770 milliseconds

<<31323334353637383940>>