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

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
AttrIterator.h 72 typedef SpecificAttr* pointer; typedef in class:clang::specific_attr_iterator
83 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(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ContinuousRangeMap.h 41 typedef value_type *pointer; typedef in class:clang::ContinuousRangeMap
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
ilist_node_options.h 111 typedef T *pointer; typedef in struct:llvm::ilist_detail::node_options
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
AttrIterator.h 72 typedef SpecificAttr* pointer; typedef in class:clang::specific_attr_iterator
83 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(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ContinuousRangeMap.h 41 typedef value_type *pointer; typedef in class:clang::ContinuousRangeMap
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
ilist_node_options.h 111 typedef T *pointer; typedef in struct:llvm::ilist_detail::node_options
  /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
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.15-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.15-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.15-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.15-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.15-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.15-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.15-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.15-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.15-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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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;

Completed in 634 milliseconds

1 2 3 4 5 6 78 91011>>