HomeSort by relevance Sort by last modified time
    Searched full:_iter (Results 51 - 75 of 152) sorted by null

1 23 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator.h 138 template<typename _Iter>
139 reverse_iterator(const reverse_iterator<_Iter>& __x)
729 template<typename _Iter>
730 __normal_iterator(const __normal_iterator<_Iter,
732 (std::__are_same<_Iter, typename _Container::pointer>::__value),
953 template<typename _Iter>
954 move_iterator(const move_iterator<_Iter>& __i)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator.h 140 template<typename _Iter>
141 reverse_iterator(const reverse_iterator<_Iter>& __x)
731 template<typename _Iter>
732 __normal_iterator(const __normal_iterator<_Iter,
734 (std::__are_same<_Iter, typename _Container::pointer>::__value),
955 template<typename _Iter>
956 move_iterator(const move_iterator<_Iter>& __i)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator.h 140 template<typename _Iter>
141 reverse_iterator(const reverse_iterator<_Iter>& __x)
731 template<typename _Iter>
732 __normal_iterator(const __normal_iterator<_Iter,
734 (std::__are_same<_Iter, typename _Container::pointer>::__value),
955 template<typename _Iter>
956 move_iterator(const move_iterator<_Iter>& __i)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_iterator.h 138 template<typename _Iter>
139 reverse_iterator(const reverse_iterator<_Iter>& __x)
729 template<typename _Iter>
730 __normal_iterator(const __normal_iterator<_Iter,
732 (std::__are_same<_Iter, typename _Container::pointer>::__value),
953 template<typename _Iter>
954 move_iterator(const move_iterator<_Iter>& __i)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator.h 139 template<typename _Iter>
140 reverse_iterator(const reverse_iterator<_Iter>& __x)
732 template<typename _Iter>
733 __normal_iterator(const __normal_iterator<_Iter,
735 (std::__are_same<_Iter, typename _Container::pointer>::__value),
970 template<typename _Iter>
971 move_iterator(const move_iterator<_Iter>& __i)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 132 template<typename _Iter>
133 reverse_iterator(const reverse_iterator<_Iter>& __x)
689 template<typename _Iter>
690 __normal_iterator(const __normal_iterator<_Iter,
692 (std::__are_same<_Iter, typename _Container::pointer>::__value),
906 template<typename _Iter>
907 move_iterator(const move_iterator<_Iter>& __i)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 132 template<typename _Iter>
133 reverse_iterator(const reverse_iterator<_Iter>& __x)
689 template<typename _Iter>
690 __normal_iterator(const __normal_iterator<_Iter,
692 (std::__are_same<_Iter, typename _Container::pointer>::__value),
906 template<typename _Iter>
907 move_iterator(const move_iterator<_Iter>& __i)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 132 template<typename _Iter>
133 reverse_iterator(const reverse_iterator<_Iter>& __x)
689 template<typename _Iter>
690 __normal_iterator(const __normal_iterator<_Iter,
692 (std::__are_same<_Iter, typename _Container::pointer>::__value),
906 template<typename _Iter>
907 move_iterator(const move_iterator<_Iter>& __i)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_iterator.h 132 template<typename _Iter>
133 reverse_iterator(const reverse_iterator<_Iter>& __x)
689 template<typename _Iter>
690 __normal_iterator(const __normal_iterator<_Iter,
692 (std::__are_same<_Iter, typename _Container::pointer>::__value),
906 template<typename _Iter>
907 move_iterator(const move_iterator<_Iter>& __i)
    [all...]
  /external/libcxx/include/
iomanip 572 template <class _CharT, class _Iter, class _Traits=char_traits<_CharT>>
575 _Iter __first;
576 _Iter __last;
580 __quoted_output_proxy(_Iter __f, _Iter __l, _CharT __d, _CharT __e)
585 template <class _CharT, class _Traits, class _Iter>
588 const __quoted_output_proxy<_CharT, _Iter, _Traits> & __proxy)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
iomanip 572 template <class _CharT, class _Iter, class _Traits=char_traits<_CharT>>
575 _Iter __first;
576 _Iter __last;
580 __quoted_output_proxy(_Iter __f, _Iter __l, _CharT __d, _CharT __e)
585 template <class _CharT, class _Traits, class _Iter>
588 const __quoted_output_proxy<_CharT, _Iter, _Traits> & __proxy)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
iomanip 272 typedef istreambuf_iterator<_CharT, _Traits> _Iter;
273 typedef money_get<_CharT, _Iter> _MoneyGet;
276 __mg.get(_Iter(__is.rdbuf()), _Iter(), __f._M_intl,
319 typedef ostreambuf_iterator<_CharT, _Traits> _Iter;
320 typedef money_put<_CharT, _Iter> _MoneyPut;
323 if (__mp.put(_Iter(__os.rdbuf()), __f._M_intl, __os,
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
iomanip 572 template <class _CharT, class _Iter, class _Traits=char_traits<_CharT>>
575 _Iter __first;
576 _Iter __last;
580 __quoted_output_proxy(_Iter __f, _Iter __l, _CharT __d, _CharT __e)
585 template <class _CharT, class _Traits, class _Iter>
588 const __quoted_output_proxy<_CharT, _Iter, _Traits> & __proxy)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
713 class _Iter
731 _Iter(node_pointer p_nd = 0)
734 _Iter(const PB_DS_ODIR_IT_C_DEC& other)
737 _Iter&
738 operator=(const _Iter& other)
744 _Iter&
765 _Iter&
772 _Iter
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
713 class _Iter
731 _Iter(node_pointer p_nd = 0)
734 _Iter(const PB_DS_ODIR_IT_C_DEC& other)
737 _Iter&
738 operator=(const _Iter& other)
744 _Iter&
765 _Iter&
772 _Iter
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
713 class _Iter
731 _Iter(node_pointer p_nd = 0)
734 _Iter(const PB_DS_ODIR_IT_C_DEC& other)
737 _Iter&
738 operator=(const _Iter& other)
744 _Iter&
765 _Iter&
772 _Iter
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
713 class _Iter
731 _Iter(node_pointer p_nd = 0)
734 _Iter(const PB_DS_ODIR_IT_C_DEC& other)
737 _Iter&
738 operator=(const _Iter& other)
744 _Iter&
765 _Iter&
772 _Iter
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
713 class _Iter
731 _Iter(node_pointer p_nd = 0)
734 _Iter(const PB_DS_ODIR_IT_C_DEC& other)
737 _Iter&
738 operator=(const _Iter& other)
744 _Iter&
765 _Iter&
772 _Iter
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
713 class _Iter
731 _Iter(node_pointer p_nd = 0)
734 _Iter(const PB_DS_ODIR_IT_C_DEC& other)
737 _Iter&
738 operator=(const _Iter& other)
744 _Iter&
765 _Iter&
772 _Iter
    [all...]
  /external/stlport/stlport/stl/
_uninitialized.h 402 template <class _Iter, class _Tp>
404 __uninitialized_copy_fill(_Iter __first1, _Iter __last1, _Iter __first2, _Iter __last2,
406 _Iter __mid2 = uninitialized_copy(__first1, __last1, __first2);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 402 template <class _Iter, class _Tp>
404 __uninitialized_copy_fill(_Iter __first1, _Iter __last1, _Iter __first2, _Iter __last2,
406 _Iter __mid2 = uninitialized_copy(__first1, __last1, __first2);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 402 template <class _Iter, class _Tp>
404 __uninitialized_copy_fill(_Iter __first1, _Iter __last1, _Iter __first2, _Iter __last2,
406 _Iter __mid2 = uninitialized_copy(__first1, __last1, __first2);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 402 template <class _Iter, class _Tp>
404 __uninitialized_copy_fill(_Iter __first1, _Iter __last1, _Iter __first2, _Iter __last2,
406 _Iter __mid2 = uninitialized_copy(__first1, __last1, __first2);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 402 template <class _Iter, class _Tp>
404 __uninitialized_copy_fill(_Iter __first1, _Iter __last1, _Iter __first2, _Iter __last2,
406 _Iter __mid2 = uninitialized_copy(__first1, __last1, __first2);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 402 template <class _Iter, class _Tp>
404 __uninitialized_copy_fill(_Iter __first1, _Iter __last1, _Iter __first2, _Iter __last2,
406 _Iter __mid2 = uninitialized_copy(__first1, __last1, __first2);

Completed in 602 milliseconds

1 23 4 5 6 7