Searched refs:__elements (Results 1 – 9 of 9) sorted by relevance
51 __calc_borders(_RAIter __elements, _DifferenceTp __length, in __calc_borders() argument62 while ((__k >= 0) && !(__elements[__k] == __elements[__j-1])) in __calc_borders()
650 tuple(const _Elements&... __elements)652 : _Inherited(__elements...) { }657 tuple(const _Elements&... __elements)659 : _Inherited(__elements...) { }665 tuple(_UElements&&... __elements)667 : _Inherited(std::forward<_UElements>(__elements)...) { }673 tuple(_UElements&&... __elements)675 : _Inherited(std::forward<_UElements>(__elements)...) { }731 const _Elements&... __elements)732 : _Inherited(__tag, __a, __elements...) { }[all …]
727 tuple(const _Elements&... __elements)729 : _Inherited(__elements...) { }734 tuple(const _Elements&... __elements)736 : _Inherited(__elements...) { }742 tuple(_UElements&&... __elements)744 : _Inherited(std::forward<_UElements>(__elements)...) { }750 tuple(_UElements&&... __elements)752 : _Inherited(std::forward<_UElements>(__elements)...) { }815 const _Elements&... __elements)816 : _Inherited(__tag, __a, __elements...) { }[all …]
138 tuple(typename __add_c_ref<_Elements>::type... __elements)139 : _Inherited(__elements...) { }
98 _M_requires_reallocation(size_type __elements) const _GLIBCXX_NOEXCEPT99 { return __elements > _M_seq().capacity(); }
99 _M_requires_reallocation(size_type __elements) const _GLIBCXX_NOEXCEPT100 { return __elements > _M_seq().capacity(); }
4991 __k, [](auto... __elements) _GLIBCXX_SIMD_ALWAYS_INLINE_LAMBDA {4992 return ((__elements != 0) + ...);