Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex.h954 struct __string_view in _GLIBCXX_VISIBILITY() struct
956 using traits_type = typename string_type::traits_type; in _GLIBCXX_VISIBILITY()
960 __string_view(const value_type* __s, size_t __n) noexcept in _GLIBCXX_VISIBILITY() argument
963 __string_view(const value_type* __s) noexcept in _GLIBCXX_VISIBILITY() function
966 __string_view(const string_type& __s) noexcept in _GLIBCXX_VISIBILITY() function
970 compare(__string_view __s) const noexcept in _GLIBCXX_VISIBILITY()
985 size_t _M_len = 0; in _GLIBCXX_VISIBILITY()