Searched refs:const_pointer (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dcmemlink.h46 typedef const value_type* const_pointer; typedef in class:ustl::cmemlink
52 typedef const_pointer const_iterator;
57 inline cmemlink (const void* p, size_type n) : m_Data (const_pointer(p)), m_Size (n) { assert (p || !n); }
73 inline const_pointer cdata (void) const { return (m_Data); }
84 const_pointer m_Data; ///< Pointer to the data block (const)
91 m_Data = reinterpret_cast<const_pointer>(p);
H A Dustring.h41 typedef const value_type* const_pointer; typedef in class:ustl::string
46 typedef const_pointer const_iterator;
62 string (const_pointer s);
63 inline string (const_pointer s, size_type len);
64 inline string (const_pointer s1, const_pointer s2);
67 inline const_pointer c_str (void) const { return (string::const_pointer (memblock::cdata())); }
88 void append (const_pointer s, size_type len);
89 void append (const_pointer
[all...]
H A Duheap.h134 typedef typename base_ctr::const_pointer const_pointer; typedef in class:ustl::priority_queue
138 priority_queue (const_pointer f, const_pointer l, const Comp& c = Comp())
H A Dustring.cpp53 string::string (const_pointer s)
77 void string::assign (const_pointer s)
85 void string::assign (const_pointer s, size_type len)
94 void string::append (const_pointer s)
102 void string::append (const_pointer s, size_type len)
145 bool string::operator== (const_pointer s) const
202 string::iterator string::insert (iterator start, const_pointer s, size_type n)
210 string::iterator string::insert (iterator start, const_pointer first, const_pointer last, size_type n)
242 void string::replace (iterator first, iterator last, const_pointer
[all...]
H A Duvector.h33 typedef const value_type* const_pointer; typedef in class:ustl::vector
37 typedef const_pointer const_iterator;
95 inline void link (const_pointer p, size_type n) { m_Data.link (p, n * sizeof(T)); }
99 inline void link (const_pointer first, const_pointer last) { m_Data.link (first, last); }
102 OVERLOAD_POINTER_AND_SIZE_T_V2(link, const_pointer)
H A Dumatrix.h30 typedef typename tuple_type::const_pointer const_pointer; typedef in class:ustl::matrix
H A Dumultiset.h32 typedef typename base_class::const_pointer const_pointer; typedef in class:ustl::multiset
H A Duset.h32 typedef typename base_class::const_pointer const_pointer; typedef in class:ustl::set
H A Duiterator.h37 typedef const T* const_pointer; typedef in struct:ustl::iterator_traits
46 typedef const T* const_pointer; typedef in struct:ustl::iterator_traits
55 typedef const void* const_pointer; typedef in struct:ustl::iterator_traits
64 typedef const void* const_pointer; typedef in struct:ustl::iterator_traits
H A Dubitset.h39 typedef const value_type* const_pointer; typedef in class:ustl::bitset
41 typedef const_pointer const_iterator;
H A Dumultimap.h35 typedef typename base_class::const_pointer const_pointer; typedef in class:ustl::multimap
H A Dmemlink.h42 typedef cmemlink::pointer const_pointer; typedef in class:ustl::memlink
H A Dutuple.h31 typedef const value_type* const_pointer; typedef in class:ustl::tuple
35 typedef const_pointer const_iterator;
44 inline tuple (const_pointer v);
99 inline tuple<N,T>::tuple (const_pointer v)
H A Dumap.h35 typedef typename base_class::const_pointer const_pointer; typedef in class:ustl::map
H A Duspecial.h232 inline hashvalue_t hash_value (const string::const_pointer& v)
234 string::const_pointer first (v), last (v + strlen(v));
H A Dualgo.h463 typedef typename iterator_traits<RandomAccessIterator>::const_pointer const_pointer; typedef
465 &qsort_adapter<const_pointer, Compare>);

Completed in 48 milliseconds