Lines Matching defs:__other
87 mapping(const mapping<_OtherExtents>& __other) noexcept
88 : __extents_(__other.extents()) {
92 __mdspan_detail::__is_representable_as<index_type>(__other.required_span_size()),
99 mapping(const layout_left::mapping<_OtherExtents>& __other) noexcept
100 : __extents_(__other.extents()) {
108 __mdspan_detail::__is_representable_as<index_type>(__other.required_span_size()),
115 mapping(const layout_stride::mapping<_OtherExtents>& __other) noexcept
116 : __extents_(__other.extents()) {
122 if (static_cast<_CommonType>(stride(__r)) != static_cast<_CommonType>(__other.stride(__r)))
128 __mdspan_detail::__is_representable_as<index_type>(__other.required_span_size()),