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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/tools/diagtool/
DiagnosticNames.h 60 typedef const value_type * pointer; typedef in class:diagtool::GroupRecord::group_iterator
65 inline pointer operator->() const {
  /external/eigen/Eigen/src/StlSupport/
details.h 27 typedef T* pointer; typedef in class:Eigen::aligned_allocator_indirection
  /external/google-breakpad/src/common/
memory_range_unittest.cc 73 const void* const pointer; member in struct:__anon9448::__anon9450
178 const void* const element_pointer = kElements[i].pointer;
  /external/google-breakpad/src/tools/linux/md2core/
minidump_memory_range_unittest.cc 74 const void* const pointer; member in struct:__anon9672::__anon9674
207 const void* const element_pointer = kElements[i].pointer;
  /external/replicaisland/src/com/replica/replicaisland/
InputTouchScreen.java 90 final InputXY pointer = mTouchPoints[x]; local
91 if (pointer.getPressed() &&
92 getTouchedWithinRegion(pointer.getX(), pointer.getY(), regionX, regionY, regionWidth, regionHeight)) {
93 touch = pointer;
  /external/v8/src/
zone-allocator.h 18 typedef T* pointer; typedef in class:v8::internal::zone_allocator
36 pointer address(reference x) const {return &x;}
39 pointer allocate(size_type n, const void* hint = 0) {
40 return static_cast<pointer>(zone_->NewArray<value_type>(
43 void deallocate(pointer p, size_type) { /* noop for Zones */ }
48 void construct(pointer p, const T& val) {
51 void destroy(pointer p) { p->~T(); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_iterators.h 25 typedef It pointer; typedef in class:output_iterator
52 typedef It pointer; typedef in class:input_iterator
63 pointer operator->() const {return it_;}
101 typedef It pointer; typedef in class:forward_iterator
112 pointer operator->() const {return it_;}
150 typedef It pointer; typedef in class:bidirectional_iterator
161 pointer operator->() const {return it_;}
198 typedef It pointer; typedef in class:random_access_iterator
209 pointer operator->() const {return it_;}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 52 typedef typename _Base::pointer pointer; typedef in class:__iostring_allocator
69 void deallocate(pointer __p, size_type __n) {
_istreambuf_iterator.h 58 typedef const _CharT* pointer; typedef in class:istreambuf_iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xdefs.h 53 typedef void *pointer; typedef
104 typedef void (* BlockHandlerProcPtr)(pointer /* blockData */,
106 pointer /* pReadmask */);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
allocator.h 68 typedef void* pointer; typedef in class:allocator
97 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;
250 std::pair<pointer, size_type> __p(std::get_temporary_buffer<
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 55 typedef _Tp* pointer; typedef in class:array_allocator_base
61 pointer
70 deallocate(pointer, size_type)
92 construct(pointer __p, const _Tp& __val)
96 destroy(pointer __p) { __p->~_Tp(); }
111 typedef _Tp* pointer; typedef in class:array_allocator
146 pointer
151 pointer __ret = _M_array->begin() + _M_used;
extptr_allocator.h 31 * An example allocator which uses an alternative pointer type from
32 * bits/pointer.h. Supports test cases which confirm container support
41 #include <ext/pointer.h>
48 * @brief An example allocator which uses a non-standard pointer type.
51 * This allocator specifies that containers use a 'relative pointer' as it's
52 * pointer type. (See ext/pointer.h) Memory allocation in this example
62 // Note the non-standard pointer types.
63 typedef _Pointer_adapter<_Relative_pointer_impl<_Tp> > pointer; typedef in class:_ExtPtr_allocator
89 pointer address(reference __x) const _GLIBCXX_NOEXCEP
173 typedef _Pointer_adapter<_Relative_pointer_impl<void> > pointer; typedef in class:_ExtPtr_allocator
    [all...]
vstring_util.h 59 typedef typename _CharT_alloc_type::pointer pointer; typedef in struct:__vstring_utility
64 __normal_iterator<pointer, __gnu_cxx::
76 __normal_iterator<pointer, __gnu_cxx::
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 56 Pointer, \
67 Pointer, \
78 Pointer, \
89 Pointer, \
99 typename Pointer,
111 typedef Pointer pointer; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_
276 typename Pointer,
311 inline typename PB_DS_TREE_CONST_IT_C_DEC::pointer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 80 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::binomial_heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 96 typedef typename __rebind_v::pointer pointer; typedef in class:__gnu_pbds::detail::binomial_heap_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 77 /// Iterator's pointer type.
78 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
80 /// Iterator's const pointer type.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 92 typedef typename __rebind_a::pointer pointer; typedef in class:__gnu_pbds::detail::pairing_heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 80 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::rc_binomial_heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
priority_queue.hpp 104 typedef typename __rebind_va::pointer pointer; typedef in class:__gnu_pbds::priority_queue
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
iterator.h 56 typedef _IteratorPair* pointer; typedef in class:__gnu_parallel::_IteratorPair
127 typedef _IteratorTriple* pointer; typedef in class:__gnu_parallel::_IteratorTriple
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xdefs.h 53 typedef void *pointer; typedef
104 typedef void (* BlockHandlerProcPtr)(pointer /* blockData */,
106 pointer /* pReadmask */);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
allocator.h 68 typedef void* pointer; typedef in class:allocator
97 typedef _Tp* pointer; typedef in class:allocator

Completed in 1580 milliseconds

1 2 3 4 5 6 7 8 91011>>