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

<<41424344454647484950>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
hashtable.h 120 typedef _Val* pointer; typedef in struct:_Hashtable_iterator
134 pointer
172 typedef const _Val* pointer; typedef in struct:_Hashtable_const_iterator
189 pointer
277 typedef value_type* pointer; typedef in class:hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 127 typedef _Tp* pointer; typedef in struct:_Fwd_list_iterator
143 pointer
195 typedef const _Tp* pointer; typedef in struct:_Fwd_list_const_iterator
214 pointer
422 typedef typename _Alloc_traits::pointer pointer; typedef in class:forward_list
936 * is itself a pointer, the pointed-to memory is not touched in
937 * any way. Managing the pointer is the user's responsibility.
959 * pointed-to memory is not touched in any way. Managing the pointer
    [all...]
hashtable.h 129 * node pointer in a bucket shall never be dereferenced, only its
156 * "this" pointer. _Hashtable_base is used in the base classes as a
194 typedef typename _Alloc::pointer pointer; typedef in class:_Hashtable
    [all...]
hashtable_policy.h 243 using pointer = typename std::conditional<__constant_iterators,
260 pointer
294 typedef const _Value* pointer; typedef in struct:__detail::_Node_const_iterator
312 pointer
1291 pointer; typedef in struct:__detail::_Local_iterator
1345 typedef const _Value* pointer; typedef in struct:__detail::_Local_const_iterator
    [all...]
stl_deque.h 116 typedef _Ptr pointer; typedef in struct:_Deque_iterator
143 pointer
684 * Not every pointer in the %map array will point to a node. If
699 * - i.cur is a pointer in the range [i.first, i.last). NOTE:
701 * pointer, even if i is a past-the-end iterator.
716 * - A pointer in the range [%map, %map + map_size) points to an allocated
717 * node if and only if the pointer is in the range
742 typedef typename _Tp_alloc_type::pointer pointer; typedef in class:deque
755 typedef pointer* _Map_pointer
    [all...]
stl_list.h 133 typedef _Tp* pointer; typedef in struct:_List_iterator
148 pointer
209 typedef const _Tp* pointer; typedef in struct:_List_const_iterator
228 pointer
451 typedef typename _Tp_alloc_type::pointer pointer; typedef in class:list
644 * memory is not touched in any way. Managing the pointer is
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 575 typedef _Tp* pointer; typedef in class:__mt_alloc_base
587 pointer
612 construct(pointer __p, const _Tp& __val)
616 destroy(pointer __p) { __p->~_Tp(); }
644 typedef _Tp* pointer; typedef in class:__mt_alloc
668 pointer
672 deallocate(pointer __p, size_type __n);
687 typename __mt_alloc<_Tp, _Poolp>::pointer
736 deallocate(pointer __p, size_type __n)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 124 typedef typename value_allocator::pointer value_vector;
134 typedef typename traits_base::pointer mapped_pointer_;
140 typedef typename metadata_allocator::pointer metadata_pointer;
165 typedef typename traits_base::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
172 typedef pointer point_iterator;
293 pointer it = m_a_values;
294 pointer e_it = m_a_values + m_size;
297 pointer mid_it = it + ((e_it - it) >> 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 121 typedef typename __rebind_n::other::pointer node_pointer;
126 typedef typename head_allocator::pointer head_pointer;
131 typedef typename leaf_allocator::pointer leaf_pointer;
139 typedef typename __rebind_ina::pointer inode_pointer;
254 typedef typename traits_base::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 137 typedef typename _Allocator::pointer pointer; typedef in class:tr1::_Hashtable
492 // non-null pointer. Iterator increment relies on this.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
hashtable.h 120 typedef _Val* pointer; typedef in struct:_Hashtable_iterator
134 pointer
172 typedef const _Val* pointer; typedef in struct:_Hashtable_const_iterator
189 pointer
277 typedef value_type* pointer; typedef in class:hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.h 127 typedef _Tp* pointer; typedef in struct:_Fwd_list_iterator
143 pointer
195 typedef const _Tp* pointer; typedef in struct:_Fwd_list_const_iterator
214 pointer
422 typedef typename _Alloc_traits::pointer pointer; typedef in class:forward_list
936 * is itself a pointer, the pointed-to memory is not touched in
937 * any way. Managing the pointer is the user's responsibility.
959 * pointed-to memory is not touched in any way. Managing the pointer
    [all...]
hashtable.h 129 * node pointer in a bucket shall never be dereferenced, only its
156 * "this" pointer. _Hashtable_base is used in the base classes as a
194 typedef typename _Alloc::pointer pointer; typedef in class:_Hashtable
    [all...]
hashtable_policy.h 243 using pointer = typename std::conditional<__constant_iterators,
260 pointer
294 typedef const _Value* pointer; typedef in struct:__detail::_Node_const_iterator
312 pointer
1291 pointer; typedef in struct:__detail::_Local_iterator
1345 typedef const _Value* pointer; typedef in struct:__detail::_Local_const_iterator
    [all...]
stl_deque.h 116 typedef _Ptr pointer; typedef in struct:_Deque_iterator
143 pointer
684 * Not every pointer in the %map array will point to a node. If
699 * - i.cur is a pointer in the range [i.first, i.last). NOTE:
701 * pointer, even if i is a past-the-end iterator.
716 * - A pointer in the range [%map, %map + map_size) points to an allocated
717 * node if and only if the pointer is in the range
742 typedef typename _Tp_alloc_type::pointer pointer; typedef in class:deque
755 typedef pointer* _Map_pointer
    [all...]
stl_list.h 133 typedef _Tp* pointer; typedef in struct:_List_iterator
148 pointer
209 typedef const _Tp* pointer; typedef in struct:_List_const_iterator
228 pointer
451 typedef typename _Tp_alloc_type::pointer pointer; typedef in class:list
644 * memory is not touched in any way. Managing the pointer is
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
mt_allocator.h 575 typedef _Tp* pointer; typedef in class:__mt_alloc_base
587 pointer
612 construct(pointer __p, const _Tp& __val)
616 destroy(pointer __p) { __p->~_Tp(); }
644 typedef _Tp* pointer; typedef in class:__mt_alloc
668 pointer
672 deallocate(pointer __p, size_type __n);
687 typename __mt_alloc<_Tp, _Poolp>::pointer
736 deallocate(pointer __p, size_type __n)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 124 typedef typename value_allocator::pointer value_vector;
134 typedef typename traits_base::pointer mapped_pointer_;
140 typedef typename metadata_allocator::pointer metadata_pointer;
165 typedef typename traits_base::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
172 typedef pointer point_iterator;
293 pointer it = m_a_values;
294 pointer e_it = m_a_values + m_size;
297 pointer mid_it = it + ((e_it - it) >> 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 121 typedef typename __rebind_n::other::pointer node_pointer;
126 typedef typename head_allocator::pointer head_pointer;
131 typedef typename leaf_allocator::pointer leaf_pointer;
139 typedef typename __rebind_ina::pointer inode_pointer;
254 typedef typename traits_base::pointer pointer; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 137 typedef typename _Allocator::pointer pointer; typedef in class:tr1::_Hashtable
492 // non-null pointer. Iterator increment relies on this.
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 119 typedef _Val* pointer; typedef in struct:_Hashtable_iterator
134 pointer
172 typedef const _Val* pointer; typedef in struct:_Hashtable_const_iterator
189 pointer
261 typedef value_type* pointer; typedef in class:hashtable
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 57 ::other::pointer _Pointer;
88 ::other::pointer _Pointer;
115 typedef typename _Alloc::pointer pointer; typedef in struct:_Fwd_list_iterator
130 pointer
183 typedef typename _Alloc::const_pointer pointer; typedef in struct:_Fwd_list_const_iterator
201 pointer
408 typedef typename _Tp_alloc_type::pointer pointer; typedef in class:forward_list
936 * is itself a pointer, the pointed-to memory is not touched i
    [all...]
stl_bvector.h 188 typedef _Bit_reference* pointer; typedef in struct:_Bit_iterator
271 typedef const bool* pointer; typedef in struct:_Bit_const_iterator
461 * a container. This is because the reference and pointer types are not
484 typedef _Bit_reference* pointer; typedef in class:vector
stl_list.h 121 typedef _Tp* pointer; typedef in struct:_List_iterator
136 pointer
197 typedef const _Tp* pointer; typedef in struct:_List_const_iterator
216 pointer
429 typedef typename _Tp_alloc_type::pointer pointer; typedef in class:list
584 * memory is not touched in any way. Managing the pointer is
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 571 typedef _Tp* pointer; typedef in class:__mt_alloc_base
577 pointer
592 construct(pointer __p, const _Tp& __val)
598 construct(pointer __p, _Args&&... __args)
603 destroy(pointer __p) { __p->~_Tp(); }
630 typedef _Tp* pointer; typedef in class:__mt_alloc
654 pointer
658 deallocate(pointer __p, size_type __n);
673 typename __mt_alloc<_Tp, _Poolp>::pointer
722 deallocate(pointer __p, size_type __n
    [all...]

Completed in 1331 milliseconds

<<41424344454647484950>>