HomeSort by relevance Sort by last modified time
    Searched full:const_iterator (Results 551 - 575 of 3365) sorted by null

<<21222324252627282930>>

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/
types.pass.cpp 23 // typedef implementation-defined const_iterator;
29 // typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
58 typename std::iterator_traits<typename C::const_iterator>::iterator_category,
65 std::reverse_iterator<typename C::const_iterator> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/
types.pass.cpp 21 // typedef implementation-defined const_iterator;
27 // typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
52 typename std::iterator_traits<typename C::const_iterator>::iterator_category,
59 std::reverse_iterator<typename C::const_iterator> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/
iterators.fail.cpp 18 // const_iterator begin() const {return __table_.begin();}
19 // const_iterator end() const {return __table_.end();}
20 // const_iterator cbegin() const {return __table_.begin();}
21 // const_iterator cend() const {return __table_.end();}
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_erase/
iter_iter.pass.cpp 12 // iterator erase(const_iterator first, const_iterator last);
21 typename S::const_iterator first = s.cbegin() + pos;
22 typename S::const_iterator last = s.cbegin() + pos + n;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 50 inline typename PB_DS_CLASS_C_DEC::const_iterator
54 return (const_iterator(m_p_head->m_p_left));
66 inline typename PB_DS_CLASS_C_DEC::const_iterator
70 return (const_iterator(m_p_head));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 48 inline typename PB_DS_CLASS_C_DEC::const_iterator
51 { return const_iterator(m_p_head->m_p_min); }
60 inline typename PB_DS_CLASS_C_DEC::const_iterator
63 { return const_iterator(m_p_head); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_iterator.tcc 40 typedef typename _Sequence::const_iterator const_debug_iterator;
41 typedef typename const_debug_iterator::iterator_type const_iterator;
49 const_iterator __begin = _M_get_sequence()->_M_base().begin();
58 const_iterator __end = _M_get_sequence()->_M_base().end();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 50 inline typename PB_DS_CLASS_C_DEC::const_iterator
54 return (const_iterator(m_p_head->m_p_left));
66 inline typename PB_DS_CLASS_C_DEC::const_iterator
70 return (const_iterator(m_p_head));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 48 inline typename PB_DS_CLASS_C_DEC::const_iterator
51 { return const_iterator(m_p_head->m_p_min); }
60 inline typename PB_DS_CLASS_C_DEC::const_iterator
63 { return const_iterator(m_p_head); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_iterator.tcc 40 typedef typename _Sequence::const_iterator const_debug_iterator;
41 typedef typename const_debug_iterator::iterator_type const_iterator;
49 const_iterator __begin = _M_get_sequence()->_M_base().begin();
58 const_iterator __end = _M_get_sequence()->_M_base().end();
  /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/bin_search_tree_/
iterators_fn_imps.hpp 50 inline typename PB_DS_CLASS_C_DEC::const_iterator
54 return (const_iterator(m_p_head->m_p_left));
66 inline typename PB_DS_CLASS_C_DEC::const_iterator
70 return (const_iterator(m_p_head));
  /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/pat_trie_/
iterators_fn_imps.hpp 48 inline typename PB_DS_CLASS_C_DEC::const_iterator
51 { return const_iterator(m_p_head->m_p_min); }
60 inline typename PB_DS_CLASS_C_DEC::const_iterator
63 { return const_iterator(m_p_head); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 50 inline typename PB_DS_CLASS_C_DEC::const_iterator
54 return (const_iterator(m_p_head->m_p_left));
66 inline typename PB_DS_CLASS_C_DEC::const_iterator
70 return (const_iterator(m_p_head));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 48 inline typename PB_DS_CLASS_C_DEC::const_iterator
51 { return const_iterator(m_p_head->m_p_min); }
60 inline typename PB_DS_CLASS_C_DEC::const_iterator
63 { return const_iterator(m_p_head); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 50 inline typename PB_DS_CLASS_C_DEC::const_iterator
54 return (const_iterator(m_p_head->m_p_left));
66 inline typename PB_DS_CLASS_C_DEC::const_iterator
70 return (const_iterator(m_p_head));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 48 inline typename PB_DS_CLASS_C_DEC::const_iterator
51 { return const_iterator(m_p_head->m_p_min); }
60 inline typename PB_DS_CLASS_C_DEC::const_iterator
63 { return const_iterator(m_p_head); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 50 inline typename PB_DS_CLASS_C_DEC::const_iterator
54 return (const_iterator(m_p_head->m_p_left));
66 inline typename PB_DS_CLASS_C_DEC::const_iterator
70 return (const_iterator(m_p_head));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 48 inline typename PB_DS_CLASS_C_DEC::const_iterator
51 { return const_iterator(m_p_head->m_p_min); }
60 inline typename PB_DS_CLASS_C_DEC::const_iterator
63 { return const_iterator(m_p_head); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 50 inline typename PB_DS_CLASS_C_DEC::const_iterator
54 return (const_iterator(m_p_head->m_p_left));
66 inline typename PB_DS_CLASS_C_DEC::const_iterator
70 return (const_iterator(m_p_head));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 48 inline typename PB_DS_CLASS_C_DEC::const_iterator
51 { return const_iterator(m_p_head->m_p_min); }
60 inline typename PB_DS_CLASS_C_DEC::const_iterator
63 { return const_iterator(m_p_head); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_iterator.tcc 40 typedef typename _Sequence::const_iterator const_debug_iterator;
41 typedef typename const_debug_iterator::iterator_type const_iterator;
49 const_iterator __begin = _M_get_sequence()->_M_base().begin();
58 const_iterator __end = _M_get_sequence()->_M_base().end();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 50 inline typename PB_DS_CLASS_C_DEC::const_iterator
54 return (const_iterator(m_p_head->m_p_left));
66 inline typename PB_DS_CLASS_C_DEC::const_iterator
70 return (const_iterator(m_p_head));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 48 inline typename PB_DS_CLASS_C_DEC::const_iterator
51 { return const_iterator(m_p_head->m_p_min); }
60 inline typename PB_DS_CLASS_C_DEC::const_iterator
63 { return const_iterator(m_p_head); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_iterator.tcc 40 typedef typename _Sequence::const_iterator const_debug_iterator;
41 typedef typename const_debug_iterator::iterator_type const_iterator;
49 const_iterator __begin = _M_get_sequence()->_M_base().begin();
58 const_iterator __end = _M_get_sequence()->_M_base().end();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 50 inline typename PB_DS_CLASS_C_DEC::const_iterator
54 return (const_iterator(m_p_head->m_p_left));
66 inline typename PB_DS_CLASS_C_DEC::const_iterator
70 return (const_iterator(m_p_head));

Completed in 696 milliseconds

<<21222324252627282930>>