Searched defs:__string_view (Results 1 – 1 of 1) sorted by relevance
954 struct __string_view in _GLIBCXX_VISIBILITY() struct956 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() argument963 __string_view(const value_type* __s) noexcept in _GLIBCXX_VISIBILITY() function966 __string_view(const string_type& __s) noexcept in _GLIBCXX_VISIBILITY() function970 compare(__string_view __s) const noexcept in _GLIBCXX_VISIBILITY()985 size_t _M_len = 0; in _GLIBCXX_VISIBILITY()