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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 105 typename value_allocator::pointer>::__type
113 typedef typename entry_allocator::pointer entry_pointer;
135 value_type>::other::pointer
136 pointer; typedef in class:__gnu_pbds::detail::binary_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 127 typedef typename node_allocator::pointer node_pointer;
155 value_type>::other::pointer
156 pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 64 Value_Type>::other::pointer
65 pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
121 ov_tree_node_const_it_(const_pointer p_nd = 0, const_pointer p_begin_nd = 0, const_pointer p_end_nd = 0, const_metadata_pointer p_metadata = 0) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata)
191 pointer m_p_value;
192 pointer m_p_begin_value;
193 pointer m_p_end_value;
211 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 106 Node>::other::pointer
116 Leaf>::other::pointer
121 Head>::other::pointer
126 Internal_Node>::other::pointer
137 typedef typename Type_Traits::pointer pointer; typedef in class:__gnu_pbds::detail::pat_trie_const_it_
365 Node>::other::pointer
375 Leaf>::other::pointer
380 Head>::other::pointer
385 Internal_Node>::other::pointer
393 typedef typename Type_Traits::pointer pointer; typedef in class:__gnu_pbds::detail::pat_trie_it_
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 104 value_type>::other::pointer
105 pointer; typedef in class:__gnu_pbds::detail::thin_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 132 typedef _Tp* pointer; typedef in class:__pool_alloc
151 pointer
164 construct(pointer __p, const _Tp& __val)
170 construct(pointer __p, _Args&&... __args)
175 destroy(pointer __p) { __p->~_Tp(); }
177 pointer
181 deallocate(pointer __p, size_type __n);
202 pointer __ret = 0;
244 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
iterator_tracker.h 57 typedef typename _Traits::pointer pointer; typedef in class:__profile::__iterator_tracker
85 pointer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unique_ptr.h 62 "can't delete pointer to incomplete type");
79 "can't delete pointer to incomplete type");
90 // use SFINAE to determine whether _Del::pointer exists
94 static typename _Up::pointer __test(typename _Up::pointer*);
109 typedef typename _Pointer::type pointer; typedef in class:unique_ptr
117 "constructed with null function pointer deleter"); }
120 unique_ptr(pointer __p)
123 "constructed with null function pointer deleter"); }
125 unique_ptr(pointer __p
271 typedef _Tp* pointer; typedef in class:unique_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 105 typename value_allocator::pointer>::__type
113 typedef typename entry_allocator::pointer entry_pointer;
135 value_type>::other::pointer
136 pointer; typedef in class:__gnu_pbds::detail::binary_heap_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 127 typedef typename node_allocator::pointer node_pointer;
155 value_type>::other::pointer
156 pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 64 Value_Type>::other::pointer
65 pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
121 ov_tree_node_const_it_(const_pointer p_nd = 0, const_pointer p_begin_nd = 0, const_pointer p_end_nd = 0, const_metadata_pointer p_metadata = 0) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata)
191 pointer m_p_value;
192 pointer m_p_begin_value;
193 pointer m_p_end_value;
211 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 106 Node>::other::pointer
116 Leaf>::other::pointer
121 Head>::other::pointer
126 Internal_Node>::other::pointer
137 typedef typename Type_Traits::pointer pointer; typedef in class:__gnu_pbds::detail::pat_trie_const_it_
365 Node>::other::pointer
375 Leaf>::other::pointer
380 Head>::other::pointer
385 Internal_Node>::other::pointer
393 typedef typename Type_Traits::pointer pointer; typedef in class:__gnu_pbds::detail::pat_trie_it_
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 104 value_type>::other::pointer
105 pointer; typedef in class:__gnu_pbds::detail::thin_heap_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 132 typedef _Tp* pointer; typedef in class:__pool_alloc
151 pointer
164 construct(pointer __p, const _Tp& __val)
170 construct(pointer __p, _Args&&... __args)
175 destroy(pointer __p) { __p->~_Tp(); }
177 pointer
181 deallocate(pointer __p, size_type __n);
202 pointer __ret = 0;
244 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
iterator_tracker.h 57 typedef typename _Traits::pointer pointer; typedef in class:__profile::__iterator_tracker
85 pointer
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 63 "can't delete pointer to incomplete type");
78 "can't delete pointer to incomplete type");
92 typedef _Tp* pointer; typedef in class:unique_ptr
98 : _M_t(pointer(), deleter_type())
100 "constructed with null function pointer deleter"); }
103 unique_ptr(pointer __p)
106 "constructed with null function pointer deleter"); }
108 unique_ptr(pointer __p,
113 unique_ptr(pointer __p,
163 pointer
240 typedef _Tp* pointer; typedef in class:unique_ptr
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 105 typename value_allocator::pointer>::__type
113 typedef typename entry_allocator::pointer entry_pointer;
135 value_type>::other::pointer
136 pointer; typedef in class:__gnu_pbds::detail::binary_heap_
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 127 typedef typename node_allocator::pointer node_pointer;
155 value_type>::other::pointer
156 pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 64 Value_Type>::other::pointer
65 pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
121 ov_tree_node_const_it_(const_pointer p_nd = NULL, const_pointer p_begin_nd = NULL, const_pointer p_end_nd = NULL, const_metadata_pointer p_metadata = NULL) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata)
191 pointer m_p_value;
192 pointer m_p_begin_value;
193 pointer m_p_end_value;
211 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 106 Node>::other::pointer
116 Leaf>::other::pointer
121 Head>::other::pointer
126 Internal_Node>::other::pointer
137 typedef typename Type_Traits::pointer pointer; typedef in class:__gnu_pbds::detail::pat_trie_const_it_
365 Node>::other::pointer
375 Leaf>::other::pointer
380 Head>::other::pointer
385 Internal_Node>::other::pointer
393 typedef typename Type_Traits::pointer pointer; typedef in class:__gnu_pbds::detail::pat_trie_it_
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 104 value_type>::other::pointer
105 pointer; typedef in class:__gnu_pbds::detail::thin_heap_
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 130 typedef _Tp* pointer; typedef in class:__pool_alloc
149 pointer
162 construct(pointer __p, const _Tp& __val)
168 construct(pointer __p, _Args&&... __args)
173 destroy(pointer __p) { __p->~_Tp(); }
175 pointer
179 deallocate(pointer __p, size_type __n);
200 pointer __ret = 0;
242 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 51 typename iterator_traits<_Iterator>::pointer,
58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR:
59 typedef typename iterator_traits<_Iterator>::pointer pointer; typedef in class:reverse_iterator
_iterator_old.h 75 typedef _Pointer pointer; typedef in class:reverse_bidirectional_iterator
77 typedef _Tp* pointer; typedef in class:reverse_bidirectional_iterator
169 typedef _Pointer pointer; typedef in class:reverse_iterator
171 typedef _Tp* pointer; typedef in class:reverse_iterator
_stream_iterator.h 105 typedef const _Tp* pointer; typedef in class:istream_iterator

Completed in 1567 milliseconds

<<11121314151617181920>>