Lines Matching defs:__other
88 mapping(const mapping<_OtherExtents>& __other) noexcept
89 : __extents_(__other.extents()) {
93 __mdspan_detail::__is_representable_as<index_type>(__other.required_span_size()),
100 mapping(const layout_right::mapping<_OtherExtents>& __other) noexcept
101 : __extents_(__other.extents()) {
109 __mdspan_detail::__is_representable_as<index_type>(__other.required_span_size()),
116 mapping(const layout_stride::mapping<_OtherExtents>& __other) noexcept
117 : __extents_(__other.extents()) {
123 if (static_cast<_CommonType>(stride(__r)) != static_cast<_CommonType>(__other.stride(__r)))
129 __mdspan_detail::__is_representable_as<index_type>(__other.required_span_size()),