Searched defs:const_pointer (Results 26 - 43 of 43) sorted by relevance

12

/external/stlport/stlport/stl/pointers/
H A D_list.h75 typedef const value_type* const_pointer; typedef in class:list
H A D_set.h101 typedef typename _Priv_Rep_type::const_pointer const_pointer; typedef in class:set
348 typedef typename _Priv_Rep_type::const_pointer const_pointer; typedef in class:multiset
H A D_slist.h70 typedef const value_type* const_pointer; typedef in class:slist
/external/llvm/include/llvm/ADT/
H A DSmallVector.h109 typedef const T *const_pointer; typedef in class:llvm::SmallVectorTemplateCommon
137 const_pointer data() const { return const_pointer(begin()); }
H A Dilist.h340 typedef const NodeTy *const_pointer; typedef in class:llvm::iplist
/external/stlport/stlport/stl/
H A D_alloc.h250 typedef const _Tp* const_pointer;
255 const_pointer address(const_reference __x) const { return &__x; }
261 typedef const _Tp* const_pointer;
265 const_pointer address(const_reference __x) const { return &__x; }
279 typedef const _Tp* const_pointer; typedef in class:allocator
299 const_pointer address(const_reference __x) const { return &__x; }
369 typedef const void* const_pointer; typedef in class:allocator
H A D_hashtable.h241 typedef const value_type* const_pointer; typedef in class:hashtable
H A Dconcept_checks.h778 _STLP_TYPEDEF_REQUIREMENT(const_pointer); variable
H A D_bvector.h372 typedef const bool* const_pointer; typedef in class:__BVECTOR_QUALIFIED
H A D_deque.h410 typedef const value_type* const_pointer; typedef in class:deque
H A D_list.h265 typedef const value_type* const_pointer; typedef in class:list
H A D_slist.h232 typedef const value_type* const_pointer; typedef in class:slist
373 void assign(const_pointer __first, const_pointer __last) {
H A D_string.h135 typedef const value_type* const_pointer; typedef in class:basic_string
H A D_tree.h304 typedef const value_type* const_pointer; typedef in class:_Rb_tree
H A D_vector.h123 typedef const value_type* const_pointer; typedef in class:vector
489 const_pointer __mid = __first + __elems_after;
677 const_pointer __first, const_pointer __last)
H A D_rope.h1096 typedef const _CharT* const_pointer; typedef in class:rope
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h142 typedef const value_type* const_pointer; typedef in class:google::protobuf::RepeatedField
457 typedef const value_type* const_pointer; typedef in class:google::protobuf::RepeatedPtrField
/external/eigen/Eigen/src/Core/util/
H A DMemory.h653 typedef const T* const_pointer; typedef in class:Eigen::aligned_allocator
669 const_pointer address( const_reference value ) const

Completed in 493 milliseconds

12