Home
last modified time | relevance | path

Searched defs:__sv_wrapper (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h140 struct __sv_wrapper in _GLIBCXX_VISIBILITY() struct
142 explicit __sv_wrapper(__sv_type __sv) noexcept : _M_sv(__sv) { } in _GLIBCXX_VISIBILITY() function
143 __sv_type _M_sv; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h498 struct __sv_wrapper in _GLIBCXX_VISIBILITY() struct
500 explicit __sv_wrapper(__sv_type __sv) noexcept : _M_sv(__sv) { } in _GLIBCXX_VISIBILITY() argument
501 __sv_type _M_sv; in _GLIBCXX_VISIBILITY()