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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator_base_types.h 127 /// This type represents a pointer-to-value_type.
128 typedef _Pointer pointer; typedef in struct:iterator
155 typedef typename _Iterator::pointer pointer; typedef in struct:__iterator_traits
169 typedef typename _Iterator::pointer pointer; typedef in struct:iterator_traits
174 /// Partial specialization for pointer types.
181 typedef _Tp* pointer; typedef in struct:iterator_traits
185 /// Partial specialization for const pointer types.
192 typedef const _Tp* pointer; typedef in struct:iterator_traits
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
debug_allocator.h 68 typedef typename _Alloc::pointer pointer; typedef in class:debug_allocator
88 pointer
91 pointer __res = _M_allocator.allocate(__n + _M_extra);
97 pointer
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
107 deallocate(pointer __p, size_type __n)
111 pointer __real_p = __p - _M_extra;
120 throw std::runtime_error("debug_allocator::deallocate null pointer");
malloc_allocator.h 60 typedef _Tp* pointer; typedef in class:malloc_allocator
80 pointer
90 pointer
96 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
102 // __p is not permitted to be a null pointer.
104 deallocate(pointer __p, size_type)
124 construct(pointer __p, const _Tp& __val)
128 destroy(pointer __p) { __p->~_Tp(); }
new_allocator.h 59 typedef _Tp* pointer; typedef in class:new_allocator
78 pointer
88 pointer
97 // __p is not permitted to be a null pointer.
99 deallocate(pointer __p, size_type)
119 construct(pointer __p, const _Tp& __val)
123 destroy(pointer __p) { __p->~_Tp(); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 76 /// Iterator's pointer type.
77 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
79 /// Iterator's const pointer type.
point_const_iterator.hpp 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
70 /// Iterator's pointer type.
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
72 pointer; typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
74 /// Iterator's const pointer type.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer;
76 /// Iterator's pointer type.
79 value_type>::other::pointer
80 pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
82 /// Iterator's const pointer type.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 56 /// Iterator's pointer type.
57 typedef pointer_ pointer; typedef in class:iterator_
59 /// Iterator's const pointer type.
76 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
81 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
84 pointer
88 return (const_cast<pointer>(base_type::m_p_value));
121 * pointer and position (e.g., this is called from within a find()
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 53 typedef void pointer; typedef in class:ostreambuf_iterator
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ostreambuf_iterator.h 53 typedef void pointer; typedef in class:ostreambuf_iterator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_iterator_base_types.h 127 /// This type represents a pointer-to-value_type.
128 typedef _Pointer pointer; typedef in struct:iterator
155 typedef typename _Iterator::pointer pointer; typedef in struct:__iterator_traits
169 typedef typename _Iterator::pointer pointer; typedef in struct:iterator_traits
174 /// Partial specialization for pointer types.
181 typedef _Tp* pointer; typedef in struct:iterator_traits
185 /// Partial specialization for const pointer types.
192 typedef const _Tp* pointer; typedef in struct:iterator_traits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
debug_allocator.h 68 typedef typename _Alloc::pointer pointer; typedef in class:debug_allocator
88 pointer
91 pointer __res = _M_allocator.allocate(__n + _M_extra);
97 pointer
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
107 deallocate(pointer __p, size_type __n)
111 pointer __real_p = __p - _M_extra;
120 throw std::runtime_error("debug_allocator::deallocate null pointer");
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 83 // Iterator's pointer type.
84 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
86 // Iterator's const pointer type.
const_point_iterator.hpp 58 typedef typename Allocator::template rebind<Entry>::other::pointer entry_pointer;
70 // Iterator's pointer type.
71 typedef typename Allocator::template rebind<value_type>::other::pointer
72 pointer; typedef in class:__gnu_pbds::detail::binary_heap_const_point_iterator_
74 // Iterator's const pointer type.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_point_iterator.hpp 65 typedef typename Allocator::template rebind<Node>::other::pointer node_pointer;
78 // Iterator's pointer type.
81 value_type>::other::pointer
82 pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_const_point_iterator_
84 // Iterator's const pointer type.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 59 // Iterator's pointer type.
60 typedef pointer_ pointer; typedef in class:iterator_
62 // Iterator's const pointer type.
85 const_cast<pointer>(const_iterator_::m_p_value)));
93 const_cast<pointer>(const_iterator_::m_p_value)));
97 inline pointer
102 return (const_cast<pointer>(base_type::m_p_value));
141 * pointer and position (e.g., this is called from within a find()
145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ptr_traits.h 0 // Pointer Traits -*- C++ -*-
133 * @brief Uniform interface to all pointer-like types
139 /// The pointer type
140 typedef _Ptr pointer; typedef in struct:pointer_traits
157 /// The pointer type
158 typedef _Tp* pointer; typedef in struct:pointer_traits
168 * @brief Obtain a pointer to an object
172 static pointer
stl_iterator_base_types.h 127 /// This type represents a pointer-to-value_type.
128 typedef _Pointer pointer; typedef in struct:iterator
155 typedef typename _Iterator::pointer pointer; typedef in struct:__iterator_traits
169 typedef typename _Iterator::pointer pointer; typedef in struct:iterator_traits
174 /// Partial specialization for pointer types.
181 typedef _Tp* pointer; typedef in struct:iterator_traits
185 /// Partial specialization for const pointer types.
192 typedef const _Tp* pointer; typedef in struct:iterator_traits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
debug_allocator.h 68 typedef typename _Alloc::pointer pointer; typedef in class:debug_allocator
88 pointer
91 pointer __res = _M_allocator.allocate(__n + _M_extra);
97 pointer
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
107 deallocate(pointer __p, size_type __n)
111 pointer __real_p = __p - _M_extra;
120 throw std::runtime_error("debug_allocator::deallocate null pointer");
malloc_allocator.h 60 typedef _Tp* pointer; typedef in class:malloc_allocator
80 pointer
90 pointer
96 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
102 // __p is not permitted to be a null pointer.
104 deallocate(pointer __p, size_type)
124 construct(pointer __p, const _Tp& __val)
128 destroy(pointer __p) { __p->~_Tp(); }
new_allocator.h 59 typedef _Tp* pointer; typedef in class:new_allocator
78 pointer
88 pointer
97 // __p is not permitted to be a null pointer.
99 deallocate(pointer __p, size_type)
119 construct(pointer __p, const _Tp& __val)
123 destroy(pointer __p) { __p->~_Tp(); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 76 /// Iterator's pointer type.
77 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
79 /// Iterator's const pointer type.
point_const_iterator.hpp 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
70 /// Iterator's pointer type.
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
72 pointer; typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
74 /// Iterator's const pointer type.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer;
76 /// Iterator's pointer type.
79 value_type>::other::pointer
80 pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
82 /// Iterator's const pointer type.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 56 /// Iterator's pointer type.
57 typedef pointer_ pointer; typedef in class:iterator_
59 /// Iterator's const pointer type.
76 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
81 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
84 pointer
88 return (const_cast<pointer>(base_type::m_p_value));
121 * pointer and position (e.g., this is called from within a find()
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl)

Completed in 1170 milliseconds

1 2 3 4 5 6 78 91011>>