HomeSort by relevance Sort by last modified time
    Searched defs:pointer (Results 501 - 525 of 1100) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
set.h 67 typedef typename _Base::pointer pointer; typedef in class:std::__debug::set
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 106 volatile snd_pcm_uframes_t appl_ptr; /**< application pointer; read-only */
107 volatile snd_pcm_uframes_t hw_ptr; /**< hw pointer; read-only */
131 snd_pcm_sframes_t (*pointer)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_iterator.h 89 * pointer past the end of an array, there might not be a valid pointer
101 typename iterator_traits<_Iterator>::pointer,
112 typedef typename __traits_type::pointer pointer; typedef in class:reverse_iterator
117 * If it is a pointer, that means it is zero-initialized.
167 pointer
695 // not a class, e.g. a pointer, into an iterator that is a class.
715 typedef typename __traits_type::pointer pointer; typedef in class:__normal_iterator
937 typedef _Iterator pointer; typedef in class:move_iterator
    [all...]
stl_map.h 135 typedef typename _Pair_alloc_type::pointer pointer; typedef in class:map
242 * way. Managing the pointer is the user's responsibility.
608 * the element, and that if the element is itself a pointer,
610 * the pointer is the user's responsibility.
627 * the element, and that if the element is itself a pointer,
629 * the pointer is the user's responsibility.
644 * the element is itself a pointer, the pointed-to memory is not touched
645 * in any way. Managing the pointer is the user's responsibility.
663 * the element is itself a pointer, the pointed-to memory is not touche
    [all...]
stl_multimap.h 134 typedef typename _Pair_alloc_type::pointer pointer; typedef in class:multimap
239 * way. Managing the pointer is the user's responsibility.
529 * and that if the element is itself a pointer, the pointed-to memory is
530 * not touched in any way. Managing the pointer is the user's
548 * and that if the element is itself a pointer, the pointed-to memory is
549 * not touched in any way. Managing the pointer is the user's
565 * the element is itself a pointer, the pointed-to memory is not touched
566 * in any way. Managing the pointer is the user's responsibility.
585 * touched in any way. Managing the pointer is the user'
    [all...]
stl_multiset.h 113 typedef typename _Key_alloc_type::pointer pointer; typedef in class:multiset
375 * (It is only swapping a pointer, an integer, and an instance of the @c
475 * and that if the element is itself a pointer, the pointed-to memory is
476 * not touched in any way. Managing the pointer is the user's
489 * and that if the element is itself a pointer, the pointed-to memory is
490 * not touched in any way. Managing the pointer is the user's
506 * the element is itself a pointer, the pointed-to memory is not touched
507 * in any way. Managing the pointer is the user's responsibility.
526 * touched in any way. Managing the pointer is the user'
    [all...]
stl_set.h 119 typedef typename _Key_alloc_type::pointer pointer; typedef in class:set
382 * (It is only swapping a pointer, an integer, and an instance of
492 * that if the element is itself a pointer, the pointed-to memory is not
493 * touched in any way. Managing the pointer is the user's
506 * that if the element is itself a pointer, the pointed-to memory is not
507 * touched in any way. Managing the pointer is the user's
523 * the element is itself a pointer, the pointed-to memory is not touched
524 * in any way. Managing the pointer is the user's responsibility.
542 * the element is itself a pointer, the pointed-to memory is not touche
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
map.h 71 typedef typename _Base::pointer pointer; typedef in class:__debug::map
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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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

Completed in 1147 milliseconds

<<21222324252627282930>>