Searched refs:unsized (Results 1 – 3 of 3) sorted by relevance
191 enum class subrange_kind : bool { unsized, sized }; in _GLIBCXX_VISIBILITY() enumerator196 ? subrange_kind::sized : subrange_kind::unsized> in _GLIBCXX_VISIBILITY()355 ? subrange_kind::sized : subrange_kind::unsized>; in _GLIBCXX_VISIBILITY()
227 enum class subrange_kind : bool { unsized, sized };231 ? subrange_kind::sized : subrange_kind::unsized>390 ? subrange_kind::sized : subrange_kind::unsized>;3431 return subrange<_Iter, _Iter, subrange_kind::unsized>
3498 return subrange<_Iter, _Iter, subrange_kind::unsized>
Completed in 17 milliseconds