/external/stlport/stlport/stl/ |
D | _vector.c | 189 pointer __tmp = _M_allocate_and_copy(__len, __CONST_CAST(const_pointer, __x._M_start) + 0, 190 __CONST_CAST(const_pointer, __x._M_finish) + 0); 195 pointer __i = _STLP_PRIV __copy_ptrs(__CONST_CAST(const_pointer, __x._M_start) + 0, 196 … __CONST_CAST(const_pointer, __x._M_finish) + 0, this->_M_start, _TrivialCopy()); 199 _STLP_PRIV __copy_ptrs(__CONST_CAST(const_pointer, __x._M_start), 200 … __CONST_CAST(const_pointer, __x._M_start) + size(), this->_M_start, _TrivialCopy()); 201 _STLP_PRIV __ucopy_ptrs(__CONST_CAST(const_pointer, __x._M_start) + size(), 202 … __CONST_CAST(const_pointer, __x._M_finish) + 0, this->_M_finish, _TrivialUCopy());
|
D | _pthread_alloc.h | 103 typedef const _Tp* const_pointer; typedef 125 const_pointer address(const_reference __x) const { return &__x; } in address() 195 typedef const void* const_pointer; typedef 284 typedef const _Tp* const_pointer; 308 const_pointer address(const_reference __x) const { return &__x; } 378 typedef const void* const_pointer;
|
D | _map.h | 82 typedef typename _Rep_type::const_pointer const_pointer; in _STLP_CREATE_ITERATOR_TRAITS() typedef 275 typedef typename _Rep_type::const_pointer const_pointer; in _STLP_CREATE_ITERATOR_TRAITS() typedef
|
D | _set.h | 70 typedef typename _Rep_type::const_pointer const_pointer; in _STLP_CREATE_ITERATOR_TRAITS() typedef 241 typedef typename _Rep_type::const_pointer const_pointer; in _STLP_CREATE_ITERATOR_TRAITS() typedef
|
D | _unordered_set.h | 57 typedef typename _Ht::const_pointer const_pointer; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 207 typedef typename _Ht::const_pointer const_pointer; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
|
D | _alloc.h | 279 typedef const _Tp* const_pointer; typedef 299 const_pointer address(const_reference __x) const { return &__x; } in address() 369 typedef const void* const_pointer; typedef
|
D | _string.c | 431 const_pointer __result = in find() 444 const_pointer __result = in find() 458 const_pointer __last = this->_M_Start() + (min)( __len - __n, __pos) + __n; in rfind() 462 const_pointer __result = _STLP_STD::find_end(this->_M_Start(), __last, in rfind() 519 …const_pointer __result = _STLP_PRIV __str_find_first_not_of(this->_M_Start() + __pos, this->_M_Fin… in find_first_not_of() 532 const_pointer __result = _STLP_STD::find_if(this->_M_Start() + __pos, this->_M_Finish(), in find_first_not_of()
|
D | _unordered_map.h | 63 typedef typename _Ht::const_pointer const_pointer; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 231 typedef typename _Ht::const_pointer const_pointer; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
D | p8.cpp | 85 typedef const void* const_pointer; typedef in redecl::n1::allocator 94 void allocate(allocator<void>::const_pointer = 0);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | stl_allocator.h | 64 typedef const T* const_pointer; typedef 79 const_pointer address(const_reference x) const { return &x; } in address()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | stl_allocator.h | 64 typedef const T* const_pointer; typedef 79 const_pointer address(const_reference x) const { return &x; } in address()
|
/external/stlport/stlport/stl/pointers/ |
D | _deque.h | 113 typedef const value_type* const_pointer; 202 deque(const_pointer __first, const_pointer __last, 258 void assign(const_pointer __first, const_pointer __last) 337 const_pointer __first, const_pointer __last) {
|
D | _set.h | 101 typedef typename _Priv_Rep_type::const_pointer const_pointer; 348 typedef typename _Priv_Rep_type::const_pointer const_pointer;
|
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 81 typedef const T* const_pointer; typedef 145 const_pointer data() const { in data() 146 return const_pointer(Begin); in data()
|
/external/chromium_org/base/memory/ |
D | scoped_vector.h | 26 typedef typename std::vector<T*>::const_pointer const_pointer; typedef
|
/external/stlport/test/unit/ |
D | stack_allocator.h | 58 typedef const _Tp* const_pointer; typedef 136 const_pointer address(const_reference __x) const { return &__x; } in address()
|
D | mvctor_declaration_test.cpp | 87 typedef const value_type* const_pointer; typedef in std::allocator 104 const_pointer address(const_reference __x) const { return &__x; } in address()
|
/external/chromium_org/third_party/angle/src/compiler/ |
D | PoolAlloc.h | 238 typedef const T* const_pointer; typedef 248 const_pointer address(const_reference x) const { return &x; } in address()
|
/external/clang/include/clang/AST/ |
D | ASTVector.h | 90 typedef const T* const_pointer; typedef 154 const_pointer data() const { in data() 155 return const_pointer(Begin); in data()
|
/external/stlport/test/eh/ |
D | Prefix.h | 126 typedef const _Tp* const_pointer; typedef 143 const_pointer address(const_reference __x) const { return &__x; } in address()
|
/external/eigen/Eigen/src/StlSupport/ |
D | details.h | 28 typedef const T* const_pointer; typedef
|
/external/chromium_org/courgette/ |
D | memory_allocator.h | 153 typedef const value_type* const_pointer; typedef 263 typedef const value_type* const_pointer;
|
/external/llvm/lib/Support/Windows/ |
D | Windows.h | 145 typename SmallVectorImpl<T>::const_pointer
|
/external/chromium_org/tools/memory_watcher/ |
D | memory_hook.h | 29 typedef const T* const_pointer; typedef
|
/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 42 typedef const value_type *const_pointer; typedef
|