Searched defs:_InputIterator (Results 1 - 3 of 3) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
H A Dfunctions.h99 template<typename _InputIterator>
101 __valid_range_aux2(const _InputIterator&, const _InputIterator&, argument
117 template<typename _InputIterator>
119 __valid_range_aux(const _InputIterator& __first,
120 const _InputIterator& __last, std::__false_type)
129 template<typename _InputIterator>
131 __valid_range(const _InputIterator& __first, const _InputIterator& __last)
133 typedef typename std::__is_integer<_InputIterator>
192 __check_sorted_aux(const _InputIterator&, const _InputIterator&, std::input_iterator_tag) argument
227 __check_sorted_aux(const _InputIterator&, const _InputIterator&, _Predicate, std::input_iterator_tag) argument
295 __check_sorted_set_aux(const _InputIterator&, const _InputIterator&, std::__false_type) argument
309 __check_sorted_set_aux(const _InputIterator&, const _InputIterator&, _Predicate, std::__false_type) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/debug/
H A Dfunctions.h99 template<typename _InputIterator>
101 __valid_range_aux2(const _InputIterator&, const _InputIterator&, argument
117 template<typename _InputIterator>
119 __valid_range_aux(const _InputIterator& __first,
120 const _InputIterator& __last, std::__false_type)
129 template<typename _InputIterator>
131 __valid_range(const _InputIterator& __first, const _InputIterator& __last)
133 typedef typename std::__is_integer<_InputIterator>
192 __check_sorted_aux(const _InputIterator&, const _InputIterator&, std::input_iterator_tag) argument
227 __check_sorted_aux(const _InputIterator&, const _InputIterator&, _Predicate, std::input_iterator_tag) argument
295 __check_sorted_set_aux(const _InputIterator&, const _InputIterator&, std::__false_type) argument
309 __check_sorted_set_aux(const _InputIterator&, const _InputIterator&, _Predicate, std::__false_type) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
H A Dfunctions.h99 template<typename _InputIterator>
101 __valid_range_aux2(const _InputIterator&, const _InputIterator&, argument
117 template<typename _InputIterator>
119 __valid_range_aux(const _InputIterator& __first,
120 const _InputIterator& __last, std::__false_type)
129 template<typename _InputIterator>
131 __valid_range(const _InputIterator& __first, const _InputIterator& __last)
133 typedef typename std::__is_integer<_InputIterator>
192 __check_sorted_aux(const _InputIterator&, const _InputIterator&, std::input_iterator_tag) argument
227 __check_sorted_aux(const _InputIterator&, const _InputIterator&, _Predicate, std::input_iterator_tag) argument
295 __check_sorted_set_aux(const _InputIterator&, const _InputIterator&, std::__false_type) argument
309 __check_sorted_set_aux(const _InputIterator&, const _InputIterator&, _Predicate, std::__false_type) argument
[all...]

Completed in 119 milliseconds