HomeSort by: relevance | last modified time | path
    Searched defs:__string_view (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
regex.h 1021 struct __string_view struct in class:sub_match
1025 __string_view() = default;
1027 __string_view(const value_type* __s, size_t __n) noexcept
1030 __string_view(const value_type* __s) noexcept
1033 __string_view(const string_type& __s) noexcept
1037 compare(__string_view __s) const noexcept
1056 // Create a __string_view over the iterator range.
1059 __string_view>
1068 // Create a temporary string that can be converted to __string_view.
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
regex.h 1021 struct __string_view struct in class:sub_match
1025 __string_view() = default;
1027 __string_view(const value_type* __s, size_t __n) noexcept
1030 __string_view(const value_type* __s) noexcept
1033 __string_view(const string_type& __s) noexcept
1037 compare(__string_view __s) const noexcept
1056 // Create a __string_view over the iterator range.
1059 __string_view>
1068 // Create a temporary string that can be converted to __string_view.

Completed in 18 milliseconds