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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 50 typedef void pointer; typedef in class:raw_storage_iterator
  /external/clang/include/clang/AST/
DeclLookups.h 31 typedef lookup_result pointer; typedef in class:clang::DeclContext::all_lookups_iterator
41 pointer operator->() const { return It->second.getLookupResult(); }
  /external/clang/test/SemaTemplate/
class-template-spec.cpp 61 typedef void* pointer; typedef in struct:N::A0
68 void foo(A0<void>::pointer p = 0);
  /external/llvm/include/llvm/Support/
PathV2.h 63 typedef value_type *pointer; typedef in class:llvm::sys::path::const_iterator
67 pointer operator->() const { return &Component; }
  /external/srtp/crypto/hash/
hmac.c 59 uint8_t *pointer; local
76 pointer = (uint8_t*)crypto_alloc(sizeof(hmac_ctx_t) + sizeof(auth_t));
77 if (pointer == NULL)
81 *a = (auth_t *)pointer;
83 (*a)->state = pointer + sizeof(auth_t);
243 NULL /* pointer to next testcase */
  /external/stlport/stlport/stl/
_ostreambuf_iterator.h 53 typedef void pointer; typedef in class:ostreambuf_iterator
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatAttributes.java 37 * Gets the pointer to the parser. We need this so we can get to the
43 * Gets the pointer to the underlying attribute array. Can be 0 if the
84 long pointer = getPointer(); local
85 if (pointer == 0) {
88 return getIndex(pointer, uri, localName);
95 long pointer = getPointer(); local
96 if (pointer == 0) {
99 return getIndexForQName(pointer, qName);
123 long pointer = getPointer(); local
124 if (pointer == 0)
134 long pointer = getPointer(); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/
stack_allocator.h 14 typedef value_type* pointer; typedef in class:stack_allocator
30 pointer allocate(size_type n, const void* = 0)
34 pointer r = (T*)ptr_;
38 void deallocate(pointer p, size_type n)
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star/
op_star.pass.cpp 41 typedef It* pointer; typedef in class:weird_iterator
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 53 typedef void pointer; typedef in class:ostreambuf_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
allocator.h 69 typedef void* pointer; typedef in class:allocator
91 typedef _Tp* pointer; typedef in class:allocator
stl_tempbuf.h 129 typedef value_type* pointer; typedef in class:_Temporary_buffer
130 typedef pointer iterator;
136 pointer _M_buffer;
187 std::pair<pointer, size_type> __p(std::get_temporary_buffer<
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
debug_allocator.h 66 typedef typename _Alloc::pointer pointer; typedef in class:debug_allocator
86 pointer
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
95 pointer
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
105 deallocate(pointer __p, size_type __n)
109 pointer __real_p = __p - _M_extra;
118 throw std::runtime_error("debug_allocator::deallocate null pointer");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/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_/
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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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");

Completed in 1946 milliseconds

1 2 34 5 6 7 8 91011>>