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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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 126 /// This type represents a pointer-to-value_type.
127 typedef _Pointer pointer; typedef in struct:iterator
154 typedef typename _Iterator::pointer pointer; typedef in struct:__iterator_traits
168 typedef typename _Iterator::pointer pointer; typedef in struct:iterator_traits
173 /// Partial specialization for pointer types.
180 typedef _Tp* pointer; typedef in struct:iterator_traits
184 /// Partial specialization for const pointer types.
191 typedef const _Tp* pointer; typedef in struct:iterator_traits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
debug_allocator.h 67 typedef typename _Alloc::pointer pointer; typedef in class:debug_allocator
87 pointer
90 pointer __res = _M_allocator.allocate(__n + _M_extra);
96 pointer
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
106 deallocate(pointer __p, size_type __n)
110 pointer __real_p = __p - _M_extra;
119 throw std::runtime_error("debug_allocator::deallocate null pointer");
malloc_allocator.h 61 typedef _Tp* pointer; typedef in class:malloc_allocator
87 pointer
97 pointer
103 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
109 // __p is not permitted to be a null pointer.
111 deallocate(pointer __p, size_type)
131 construct(pointer __p, const _Tp& __val)
135 destroy(pointer __p) { __p->~_Tp(); }
new_allocator.h 63 typedef _Tp* pointer; typedef in class:new_allocator
88 pointer
98 pointer
107 // __p is not permitted to be a null pointer.
109 deallocate(pointer __p, size_type)
129 construct(pointer __p, const _Tp& __val)
133 destroy(pointer __p) { __p->~_Tp(); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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.8/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.8/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/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator_base_types.h 126 /// This type represents a pointer-to-value_type.
127 typedef _Pointer pointer; typedef in struct:iterator
154 typedef typename _Iterator::pointer pointer; typedef in struct:__iterator_traits
168 typedef typename _Iterator::pointer pointer; typedef in struct:iterator_traits
173 /// Partial specialization for pointer types.
180 typedef _Tp* pointer; typedef in struct:iterator_traits
184 /// Partial specialization for const pointer types.
191 typedef const _Tp* pointer; typedef in struct:iterator_traits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
malloc_allocator.h 61 typedef _Tp* pointer; typedef in class:malloc_allocator
87 pointer
97 pointer
103 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
109 // __p is not permitted to be a null pointer.
111 deallocate(pointer __p, size_type)
131 construct(pointer __p, const _Tp& __val)
135 destroy(pointer __p) { __p->~_Tp(); }
new_allocator.h 63 typedef _Tp* pointer; typedef in class:new_allocator
88 pointer
98 pointer
108 // __p is not permitted to be a null pointer.
110 deallocate(pointer __p, size_type __t)
113 // __p is not permitted to be a null pointer.
115 deallocate(pointer __p, size_type)
136 construct(pointer __p, const _Tp& __val)
140 destroy(pointer __p) { __p->~_Tp(); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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.9/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.9/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/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 32 from ctypes import cdll, c_int, pointer, Structure namespace
44 psn_p = pointer(psn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 32 from ctypes import cdll, c_int, pointer, Structure namespace
44 psn_p = pointer(psn)
  /art/runtime/base/
arena_containers.h 92 typedef void* pointer; typedef in class:art::ArenaAllocatorAdapter
125 typedef T* pointer; typedef in class:art::ArenaAllocatorAdapter
154 pointer address(reference x) const { return &x; }
157 pointer allocate(size_type n, ArenaAllocatorAdapter<void>::pointer hint = nullptr) {
162 void deallocate(pointer p, size_type n) {
166 void construct(pointer p, const_reference val) {
169 void destroy(pointer p) {
scoped_arena_containers.h 72 typedef void* pointer; typedef in class:art::ScopedArenaAllocatorAdapter
111 typedef T* pointer; typedef in class:art::ScopedArenaAllocatorAdapter
145 pointer address(reference x) const { return &x; }
148 pointer allocate(size_type n, ScopedArenaAllocatorAdapter<void>::pointer hint = nullptr) {
155 void deallocate(pointer p, size_type n) {
161 void construct(pointer p, const_reference val) {
165 void destroy(pointer p) {
  /external/clang/include/clang/AST/
AttrIterator.h 73 typedef SpecificAttr* pointer; typedef in class:clang::specific_attr_iterator
84 pointer operator->() const {
DeclLookups.h 31 typedef lookup_result pointer; typedef in class:clang::DeclContext::all_lookups_iterator
43 pointer operator->() const { return It->second.getLookupResult(); }
  /external/clang/include/clang/Serialization/
ContinuousRangeMap.h 41 typedef value_type *pointer; typedef in class:clang::ContinuousRangeMap
  /external/clang/test/CodeGenCXX/
2007-09-10-RecursiveTypeResolution.cpp 30 typedef _Tp *pointer; typedef in struct:std::allocator
54 typedef __gnu_cxx::__normal_iterator < typename _Alloc::pointer,
thunk-use-after-free.cpp 7 typedef _Tp *pointer; typedef in struct:new_allocator
17 typename _Tp_alloc_type::pointer _M_end_of_storage;

Completed in 1328 milliseconds

1 2 3 4 5 6 7 891011>>