Searched refs:__mapping (Results 1 – 1 of 1) sorted by relevance
122 _LIBCPP_HIDE_FROM_ABI static constexpr index_type __offset(const _StridedMapping& __mapping) { in __offset() argument124 return static_cast<index_type>(__mapping()); in __offset()125 …} else if (__mapping.required_span_size() == static_cast<typename _StridedMapping::index_type>(0))… in __offset()129 return static_cast<index_type>(__mapping((_Pos ? 0 : 0)...)); in __offset()