HomeSort by relevance Sort by last modified time
    Searched refs:const_reference (Results 126 - 150 of 176) sorted by null

1 2 3 4 56 7 8

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
boost_concept_check.h 565 typedef typename _Container::const_reference _Const_reference;
669 typedef typename _RandomAccessContainer::const_reference _Const_reference;
715 typedef typename _Sequence::const_reference _Const_reference;
765 typedef typename _BackInsertionSequence::const_reference _Const_reference;
forward_list.h 184 typedef typename _Alloc::const_reference reference;
411 typedef typename _Tp_alloc_type::const_reference const_reference; typedef in class:forward_list
755 const_reference
    [all...]
stl_list.h 432 typedef typename _Tp_alloc_type::const_reference const_reference; typedef in class:list
838 const_reference
858 const_reference
    [all...]
stl_multiset.h 114 typedef typename _Key_alloc_type::const_reference const_reference; typedef in class:multiset
stl_set.h 120 typedef typename _Key_alloc_type::const_reference const_reference; typedef in class:set
stl_iterator.h 405 * container_type::const_reference is; presumably a
415 operator=(typename _Container::const_reference __value)
488 * container_type::const_reference is; presumably a
498 operator=(typename _Container::const_reference __value)
580 * container_type::const_reference is; presumably a
602 operator=(typename _Container::const_reference __value)
    [all...]
stl_deque.h 653 typedef typename _Tp_alloc_type::const_reference const_reference; typedef in class:deque
    [all...]
stl_map.h 136 typedef typename _Pair_alloc_type::const_reference const_reference; typedef in class:map
stl_multimap.h 135 typedef typename _Pair_alloc_type::const_reference const_reference; typedef in class:multimap
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
assoc_container.hpp 76 typedef typename key_rebind::const_reference const_key_reference;
84 typedef typename mapped_rebind::const_reference const_mapped_reference;
92 typedef typename value_rebind::const_reference const_reference; typedef in class:__gnu_pbds::container_base
  /external/stlport/stlport/stl/
_bvector.h 370 typedef bool const_reference; typedef in class:__BVECTOR_QUALIFIED
494 const_reference operator[](size_type __n) const
504 const_reference at(size_type __n) const
665 const_reference front() const { return *begin(); }
667 const_reference back() const { return *(end() - 1); }
_vector.h 128 typedef const value_type& const_reference; typedef in class:vector
203 const_reference operator[](size_type __n) const { return *(begin() + __n); }
206 const_reference front() const { return *begin(); }
208 const_reference back() const { return *(end() - 1); }
211 const_reference at(size_type __n) const { _M_range_check(__n); return (*this)[__n]; }
_hash_map.h 73 typedef typename _Ht::const_reference const_reference; typedef in class:hash_map
264 typedef typename _Ht::const_reference const_reference; typedef in class:hash_multimap
_hash_set.h 67 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
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 370 typedef bool const_reference; typedef in class:__BVECTOR_QUALIFIED
494 const_reference operator[](size_type __n) const
504 const_reference at(size_type __n) const
665 const_reference front() const { return *begin(); }
667 const_reference back() const { return *(end() - 1); }
_vector.h 128 typedef const value_type& const_reference; typedef in class:vector
203 const_reference operator[](size_type __n) const { return *(begin() + __n); }
206 const_reference front() const { return *begin(); }
208 const_reference back() const { return *(end() - 1); }
211 const_reference at(size_type __n) const { _M_range_check(__n); return (*this)[__n]; }
_hash_map.h 73 typedef typename _Ht::const_reference const_reference; typedef in class:hash_map
264 typedef typename _Ht::const_reference const_reference; typedef in class:hash_multimap
_hash_set.h 67 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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
map.h 58 typedef typename _Base::const_reference const_reference; typedef in class:std::__debug::map
multimap.h 59 typedef typename _Base::const_reference const_reference; typedef in class:std::__debug::multimap
multiset.h 58 typedef typename _Base::const_reference const_reference; typedef in class:std::__debug::multiset
set.h 58 typedef typename _Base::const_reference const_reference; typedef in class:std::__debug::set
  /external/chromium/base/
string_piece.h 119 typedef const char& const_reference; typedef in class:base::StringPiece
  /external/stlport/stlport/stl/pointers/
_set.h 103 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
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 103 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

Completed in 664 milliseconds

1 2 3 4 56 7 8