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

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xdefs.h 55 typedef void *pointer; typedef
106 typedef void (* BlockHandlerProcPtr)(pointer /* blockData */,
108 pointer /* pReadmask */);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
allocator.h 75 typedef void* pointer; typedef in class:allocator
97 typedef _Tp* pointer; typedef in class:allocator
stl_tempbuf.h 130 typedef value_type* pointer; typedef in class:_Temporary_buffer
131 typedef pointer iterator;
137 pointer _M_buffer;
252 std::pair<pointer, size_type> __p(std::get_temporary_buffer<
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
array_allocator.h 53 typedef _Tp* pointer; typedef in class:array_allocator_base
59 pointer
66 deallocate(pointer, size_type)
78 construct(pointer __p, const _Tp& __val)
84 construct(pointer __p, _Args&&... __args)
89 destroy(pointer __p) { __p->~_Tp(); }
103 typedef _Tp* pointer; typedef in class:array_allocator
131 pointer
136 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
88 pointer address(reference __x) cons
157 typedef _Pointer_adapter<_Relative_pointer_impl<void> > pointer; typedef in class:_ExtPtr_allocator
    [all...]
malloc_allocator.h 59 typedef _Tp* pointer; typedef in class:malloc_allocator
78 pointer
86 pointer
92 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
98 // __p is not permitted to be a null pointer.
100 deallocate(pointer __p, size_type)
110 construct(pointer __p, const _Tp& __val)
116 construct(pointer __p, _Args&&... __args)
121 destroy(pointer __p) { __p->~_Tp(); }
new_allocator.h 59 typedef _Tp* pointer; typedef in class:new_allocator
78 pointer
86 pointer
95 // __p is not permitted to be a null pointer.
97 deallocate(pointer __p, size_type)
107 construct(pointer __p, const _Tp& __val)
113 construct(pointer __p, _Args&&... __args)
118 destroy(pointer __p) { __p->~_Tp(); }
vstring_util.h 60 typedef typename _CharT_alloc_type::pointer pointer; typedef in struct:__vstring_utility
65 __normal_iterator<pointer, __gnu_cxx::
77 __normal_iterator<pointer, __gnu_cxx::
  /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/
basic_types.hpp 65 typedef typename mapped_type_allocator::pointer mapped_pointer;
72 typedef typename value_type_allocator::pointer pointer; typedef in struct:__gnu_pbds::detail::value_type_base
92 typedef typename mapped_type_allocator::pointer mapped_pointer;
99 typedef typename value_type_allocator::pointer pointer; typedef in struct:__gnu_pbds::detail::value_type_base
126 typedef typename mapped_type_allocator::pointer mapped_pointer;
134 typedef typename value_type_allocator::pointer pointer; typedef in struct:__gnu_pbds::detail::value_type_base
168 typedef typename mapped_type_allocator::pointer mapped_pointer
176 typedef typename value_type_allocator::pointer pointer; typedef in struct:__gnu_pbds::detail::value_type_base
    [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/bin_search_tree_/
point_iterators.hpp 56 Pointer, \
67 Pointer, \
78 Pointer, \
89 Pointer, \
99 typename Pointer,
116 typedef Pointer pointer; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_
286 typename Pointer,
325 inline typename PB_DS_TREE_CONST_IT_C_DEC::pointer
  /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/binomial_heap_/
binomial_heap_.hpp 81 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::binomial_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/binomial_heap_base_/
binomial_heap_base_.hpp 105 value_type>::other::pointer
106 pointer; typedef in class:__gnu_pbds::detail::binomial_heap_base_
  /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_/
const_iterator.hpp 80 // Iterator's pointer type.
81 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
83 // Iterator's const pointer type.
  /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/pairing_heap_/
pairing_heap_.hpp 104 value_type>::other::pointer
105 pointer; typedef in class:__gnu_pbds::detail::pairing_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/rc_binomial_heap_/
rc_binomial_heap_.hpp 91 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::rc_binomial_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/
priority_queue.hpp 76 typedef typename value_rebind::pointer pointer; typedef in class:__gnu_pbds::priority_queue
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 51 typedef _Tp* pointer; typedef in class:array_allocator_base
57 pointer
64 deallocate(pointer, size_type)
76 construct(pointer __p, const _Tp& __val)
82 construct(pointer __p, _Args&&... __args)
87 destroy(pointer __p) { __p->~_Tp(); }
101 typedef _Tp* pointer; typedef in class:array_allocator
129 pointer
134 pointer __ret = _M_array->begin() + _M_used;
extptr_allocator.h 29 * An example allocator which uses an alternative pointer type from
30 * bits/pointer.h. Supports test cases which confirm container support
39 #include <ext/pointer.h>
44 * @brief An example allocator which uses a non-standard pointer type.
47 * This allocator specifies that containers use a 'relative pointer' as it's
48 * pointer type. (See ext/pointer.h) Memory allocation in this example
58 // Note the non-standard pointer types.
59 typedef _Pointer_adapter<_Relative_pointer_impl<_Tp> > pointer; typedef in class:_ExtPtr_allocator
84 pointer address(reference __x) cons
153 typedef _Pointer_adapter<_Relative_pointer_impl<void> > pointer; typedef in class:_ExtPtr_allocator
    [all...]
malloc_allocator.h 57 typedef _Tp* pointer; typedef in class:malloc_allocator
76 pointer
84 pointer
90 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
96 // __p is not permitted to be a null pointer.
98 deallocate(pointer __p, size_type)
108 construct(pointer __p, const _Tp& __val)
114 construct(pointer __p, _Args&&... __args)
119 destroy(pointer __p) { __p->~_Tp(); }
new_allocator.h 56 typedef _Tp* pointer; typedef in class:new_allocator
75 pointer
83 pointer
92 // __p is not permitted to be a null pointer.
94 deallocate(pointer __p, size_type)
104 construct(pointer __p, const _Tp& __val)
110 construct(pointer __p, _Args&&... __args)
115 destroy(pointer __p) { __p->~_Tp(); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
basic_types.hpp 65 typedef typename mapped_type_allocator::pointer mapped_pointer;
72 typedef typename value_type_allocator::pointer pointer; typedef in struct:__gnu_pbds::detail::value_type_base
92 typedef typename mapped_type_allocator::pointer mapped_pointer;
99 typedef typename value_type_allocator::pointer pointer; typedef in struct:__gnu_pbds::detail::value_type_base
126 typedef typename mapped_type_allocator::pointer mapped_pointer;
134 typedef typename value_type_allocator::pointer pointer; typedef in struct:__gnu_pbds::detail::value_type_base
168 typedef typename mapped_type_allocator::pointer mapped_pointer
176 typedef typename value_type_allocator::pointer pointer; typedef in struct:__gnu_pbds::detail::value_type_base
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 56 Pointer, \
67 Pointer, \
78 Pointer, \
89 Pointer, \
99 typename Pointer,
116 typedef Pointer pointer; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_
286 typename Pointer,
325 inline typename PB_DS_TREE_CONST_IT_C_DEC::pointer
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 81 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::binomial_heap_
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 105 value_type>::other::pointer
106 pointer; typedef in class:__gnu_pbds::detail::binomial_heap_base_
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 80 // Iterator's pointer type.
81 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
83 // Iterator's const pointer type.

Completed in 333 milliseconds

1 2 3 4 5 6 7 891011>>