Searched defs:_ReferenceType1 (Results 1 – 5 of 5) sorted by relevance
34 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy() typedef68 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy_n() typedef103 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_move() typedef137 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_move_n() typedef
48 using _ReferenceType1 = typename std::iterator_traits<_ForwardIterator>::reference; in __brick_uninitialized_move() local99 using _ReferenceType1 = typename std::iterator_traits<_ForwardIterator>::reference; in __brick_uninitialized_copy() local
309 typedef typename std::iterator_traits<_ForwardIterator1>::reference _ReferenceType1; in __brick_adjacent_difference() typedef337 typedef typename std::iterator_traits<_ForwardIterator1>::reference _ReferenceType1; in __pattern_adjacent_difference() typedef
306 typedef typename iterator_traits<_ForwardIterator1>::reference _ReferenceType1; in swap_ranges() typedef
1489 typedef typename std::iterator_traits<_BidirectionalIterator>::reference _ReferenceType1; in __brick_reverse_copy() typedef