Home
last modified time | relevance | path

Searched refs:_ValueType2 (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/libstdc++/include/bits/
Dstl_algo.h3237 _ValueType2; in merge() typedef
3245 _ValueType2>) in merge()
3246 __glibcxx_function_requires(_LessThanOpConcept<_ValueType2, _ValueType1>) in merge()
3298 _ValueType2; in merge() typedef
3306 _ValueType2>) in merge()
3308 _ValueType2, _ValueType1>) in merge()
4305 _ValueType2; in includes() typedef
4310 __glibcxx_function_requires(_LessThanOpConcept<_ValueType1, _ValueType2>) in includes()
4311 __glibcxx_function_requires(_LessThanOpConcept<_ValueType2, _ValueType1>) in includes()
4354 _ValueType2; in includes() typedef
[all …]
Dstl_algobase.h148 _ValueType2;
156 _ValueType2>)
157 __glibcxx_function_requires(_ConvertibleConcept<_ValueType2,
164 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value &&
166 __are_same<_ValueType2 &, _ReferenceType2>::__value>::
456 typedef typename iterator_traits<_BI2>::value_type _ValueType2;
461 && __are_same<_ValueType1, _ValueType2>::__value);
/trueos/contrib/libstdc++/
DChangeLog-2005525 _OutputIteratorConcept<_OutputIterator, _ValueType2>.