HomeSort by relevance Sort by last modified time
    Searched defs:const_pointer (Results 101 - 125 of 287) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/include/clang/Analysis/Support/
BumpVector.h 81 typedef const T* const_pointer; typedef in class:clang::BumpVector
145 const_pointer data() const {
146 return const_pointer(Begin);
  /external/stlport/stlport/stl/
_hash_map.h 71 typedef typename _Ht::const_pointer const_pointer; typedef in class:hash_map
262 typedef typename _Ht::const_pointer const_pointer; typedef in class:hash_multimap
_hash_set.h 65 typedef typename _Ht::const_pointer const_pointer; typedef in class:hash_set
251 typedef typename _Ht::const_pointer const_pointer; typedef in class:hash_multiset
_map.h 82 typedef typename _Rep_type::const_pointer const_pointer; typedef in class:map
275 typedef typename _Rep_type::const_pointer const_pointer; typedef in class:multimap
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
_set.h 70 typedef typename _Rep_type::const_pointer const_pointer; typedef in class:set
241 typedef typename _Rep_type::const_pointer const_pointer; typedef in class:multiset
_unordered_map.h 63 typedef typename _Ht::const_pointer const_pointer; typedef in class:unordered_map
231 typedef typename _Ht::const_pointer const_pointer; typedef in class:unordered_multimap
_unordered_set.h 57 typedef typename _Ht::const_pointer const_pointer; typedef in class:unordered_set
207 typedef typename _Ht::const_pointer const_pointer; typedef in class:unordered_multiset
  /external/stlport/stlport/stl/pointers/
_list.h 75 typedef const value_type* const_pointer; typedef in class:list
_slist.h 70 typedef const value_type* const_pointer; typedef in class:slist
_vector.h 63 typedef const value_type* const_pointer; typedef in class:vector
  /external/stlport/test/eh/
Prefix.h 126 typedef const _Tp* const_pointer; typedef in class:EH_allocator
143 const_pointer address(const_reference __x) const { return &__x; }
  /external/stlport/test/unit/
stack_allocator.h 58 typedef const _Tp* const_pointer; typedef in struct:StackAllocator
136 const_pointer address(const_reference __x) const { return &__x; }
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.h 244 typedef const T* const_pointer; typedef in class:pool_allocator
254 const_pointer address(const_reference x) const { return &x; }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 71 typedef typename _Ht::const_pointer const_pointer; typedef in class:hash_map
262 typedef typename _Ht::const_pointer const_pointer; typedef in class:hash_multimap
_hash_set.h 65 typedef typename _Ht::const_pointer const_pointer; typedef in class:hash_set
251 typedef typename _Ht::const_pointer const_pointer; typedef in class:hash_multiset
_map.h 82 typedef typename _Rep_type::const_pointer const_pointer; typedef in class:map
275 typedef typename _Rep_type::const_pointer const_pointer; typedef in class:multimap
_pthread_alloc.h 103 typedef const _Tp* const_pointer; typedef in class:pthread_allocator
125 const_pointer address(const_reference __x) const { return &__x; }
195 typedef const void* const_pointer; typedef in class:pthread_allocator
284 typedef const _Tp* const_pointer; typedef in class:per_thread_allocator
308 const_pointer address(const_reference __x) const { return &__x; }
378 typedef const void* const_pointer; typedef in class:per_thread_allocator
_set.h 70 typedef typename _Rep_type::const_pointer const_pointer; typedef in class:set
241 typedef typename _Rep_type::const_pointer const_pointer; typedef in class:multiset
_unordered_map.h 63 typedef typename _Ht::const_pointer const_pointer; typedef in class:unordered_map
231 typedef typename _Ht::const_pointer const_pointer; typedef in class:unordered_multimap
_unordered_set.h 57 typedef typename _Ht::const_pointer const_pointer; typedef in class:unordered_set
207 typedef typename _Ht::const_pointer const_pointer; typedef in class:unordered_multiset
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 75 typedef const value_type* const_pointer; typedef in class:list
_slist.h 70 typedef const value_type* const_pointer; typedef in class:slist
_vector.h 63 typedef const value_type* const_pointer; typedef in class:vector
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 58 typedef const _Tp* const_pointer; typedef in struct:StackAllocator
136 const_pointer address(const_reference __x) const { return &__x; }

Completed in 494 milliseconds

1 2 3 45 6 7 8 91011>>