Searched refs:const_reference (Results 51 - 64 of 64) sorted by relevance

123

/external/stlport/stlport/stl/
H A D_hash_set.h67 typedef typename _Ht::const_reference const_reference; typedef in class:hash_set
253 typedef typename _Ht::const_reference const_reference; typedef in class:hash_multiset
H A D_deque.h412 typedef const value_type& const_reference; typedef in class:deque
446 const_reference operator[](size_type __n) const
455 const_reference at(size_type __n) const
464 const_reference front() const { return *this->_M_start; }
465 const_reference back() const {
H A D_string.h137 typedef const value_type& const_reference; typedef in class:basic_string
432 const_reference operator[](size_type __n) const
437 const_reference at(size_type __n) const {
H A D_hashtable.h243 typedef const value_type& const_reference; typedef in class:hashtable
H A D_slist.h234 typedef const value_type& const_reference; typedef in class:slist
438 const_reference front() const { return *begin(); }
H A D_tree.h306 typedef const value_type& const_reference; typedef in class:_Rb_tree
H A Dconcept_checks.h776 _STLP_TYPEDEF_REQUIREMENT(const_reference); variable
H A D_rope.h1093 typedef _CharT const_reference; typedef in class:rope
/external/stlport/stlport/stl/pointers/
H A D_set.h103 typedef typename _Priv_Rep_type::const_reference const_reference; typedef in class:set
350 typedef typename _Priv_Rep_type::const_reference const_reference; typedef in class:multiset
H A D_slist.h72 typedef const value_type& const_reference; typedef in class:slist
206 const_reference front() const { return *begin(); }
/external/astl/include/
H A Dstring66 typedef const value_type& const_reference;
/external/stlport/stlport/stl/debug/
H A D_slist.h215 const_reference front() const {
219 void push_front(const_reference __x) { _M_non_dbg_impl.push_front(__x); }
H A D_string.h220 const_reference operator[](size_type __n) const {
230 const_reference at(size_type __n) const { return _M_non_dbg_impl.at(__n); }
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h1894 typedef typename View::const_reference StlContainerReference;
2005 typedef typename LhsView::const_reference LhsStlContainerReference;
2090 typedef typename View::const_reference StlContainerReference;
2398 typedef typename View::const_reference StlContainerReference;

Completed in 189 milliseconds

123