Searched defs:__sv_wrapper (Results 1 – 5 of 5) sorted by relevance
136 struct __sv_wrapper in _GLIBCXX_VISIBILITY() struct138 explicit __sv_wrapper(__sv_type __sv) noexcept : _M_sv(__sv) { } in _GLIBCXX_VISIBILITY() function139 __sv_type _M_sv; in _GLIBCXX_VISIBILITY()
140 struct __sv_wrapper in _GLIBCXX_VISIBILITY() struct142 explicit __sv_wrapper(__sv_type __sv) noexcept : _M_sv(__sv) { } in _GLIBCXX_VISIBILITY() argument143 __sv_type _M_sv; in _GLIBCXX_VISIBILITY()
131 struct __sv_wrapper in _GLIBCXX_VISIBILITY() struct133 explicit __sv_wrapper(__sv_type __sv) noexcept : _M_sv(__sv) { } in _GLIBCXX_VISIBILITY() function134 __sv_type _M_sv; in _GLIBCXX_VISIBILITY()
131 struct __sv_wrapper in _GLIBCXX_VISIBILITY() struct133 explicit __sv_wrapper(__sv_type __sv) noexcept : _M_sv(__sv) { } in _GLIBCXX_VISIBILITY() argument134 __sv_type _M_sv; in _GLIBCXX_VISIBILITY()
140 struct __sv_wrapper in _GLIBCXX_VISIBILITY() struct142 explicit __sv_wrapper(__sv_type __sv) noexcept : _M_sv(__sv) { } in _GLIBCXX_VISIBILITY() function143 __sv_type _M_sv; in _GLIBCXX_VISIBILITY()
Completed in 49 milliseconds