HomeSort by relevance Sort by last modified time
    Searched defs:const_iterator (Results 151 - 175 of 1028) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 60 typedef SectionData::const_iterator const_iterator; typedef in class:mcld::PLT
93 const_iterator begin() const { return m_SectionData->begin(); }
95 const_iterator end () const { return m_SectionData->end(); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 70 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator; typedef in class:deque
91 const_iterator begin() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.begin()); }
92 const_iterator end() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.end()); }
183 deque(const_iterator __first, const_iterator __last,
225 void assign(const_iterator __first, const_iterator __last) {
334 const_iterator __first, const_iterator __last)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
util.hpp 41 typedef const value_type* const_iterator; typedef in struct:boost::algorithm::detail::empty_container
45 const_iterator begin() const
47 return reinterpret_cast<const_iterator>(0);
50 const_iterator end() const
52 return reinterpret_cast<const_iterator>(0);
91 typename IteratorT=BOOST_STRING_TYPENAME SeqT::const_iterator >
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
array.hpp 68 typedef const T* const_iterator; typedef in class:boost::array
76 const_iterator begin() const { return elems; }
77 const_iterator cbegin() const { return elems; }
80 const_iterator end() const { return elems+N; }
81 const_iterator cend() const { return elems+N; }
86 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
91 typedef std::reverse_iterator<std::_Ptrit<value_type, difference_type, const_iterator,
96 typedef std::reverse_iterator<const_iterator, std::random_access_iterator_tag,
97 value_type, const_reference, const_iterator, difference_type> const_reverse_iterator;
101 typedef std::reverse_iterator<const_iterator,T> const_reverse_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 87 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::binomial_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 129 typedef typename PB_DS_BASE_C_DEC::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::binomial_heap_base_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 128 typedef typename PB_DS_BASE_C_DEC::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::pairing_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 103 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::rc_binomial_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
priority_queue.hpp 77 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::priority_queue
tree_policy.hpp 85 typedef typename const_node_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
88 // Finds an entry by __order. Returns a const_iterator to the
89 // entry with the __order order, or a const_iterator to the
92 inline const_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 87 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::binomial_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 129 typedef typename PB_DS_BASE_C_DEC::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::binomial_heap_base_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 128 typedef typename PB_DS_BASE_C_DEC::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::pairing_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 103 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::rc_binomial_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
priority_queue.hpp 81 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::priority_queue
tree_policy.hpp 86 typedef typename const_node_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
89 // Finds an entry by __order. Returns a const_iterator to the
90 // entry with the __order order, or a const_iterator to the
93 inline const_iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 87 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::binomial_heap_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 129 typedef typename PB_DS_BASE_C_DEC::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::binomial_heap_base_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 128 typedef typename PB_DS_BASE_C_DEC::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::pairing_heap_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 103 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::rc_binomial_heap_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
priority_queue.hpp 81 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::priority_queue
tree_policy.hpp 86 typedef typename const_node_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
89 // Finds an entry by __order. Returns a const_iterator to the
90 // entry with the __order order, or a const_iterator to the
93 inline const_iterator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 87 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::binomial_heap_
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 129 typedef typename PB_DS_BASE_C_DEC::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::binomial_heap_base_
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 128 typedef typename PB_DS_BASE_C_DEC::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::pairing_heap_

Completed in 2316 milliseconds

1 2 3 4 5 67 8 91011>>