Searched refs:mismatch_result (Results 1 – 3 of 3) sorted by relevance
546 using mismatch_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY()555 constexpr mismatch_result<_Iter1, _Iter2> in _GLIBCXX_VISIBILITY()576 constexpr mismatch_result<iterator_t<_Range1>, iterator_t<_Range2>> in _GLIBCXX_VISIBILITY()
445 using mismatch_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY() local454 constexpr mismatch_result<_Iter1, _Iter2> in _GLIBCXX_VISIBILITY()475 constexpr mismatch_result<iterator_t<_Range1>, iterator_t<_Range2>> in _GLIBCXX_VISIBILITY()
7814 (mismatch_result): Change into an alias of in_in_result.