Home
last modified time | relevance | path

Searched refs:string_view_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc59 using string_view_type = std::basic_string_view<value_type>; typedef
63 string_view_type str;
69 string_view_type input;
70 string_view_type::size_type pos = 0;
74 _Parser(string_view_type s, size_t o = 0) : input(s), origin(o) { } in _Parser()
152 string_view_type sep = L"/\\"; in next()
184 string_view_type::size_type
559 using string_view_type = basic_string_view<value_type>; in operator /=()
561 string_view_type sep; in operator /=()
621 string_view_type s(_M_pathname.data(), orig_pathlen); in operator /=()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc60 using string_view_type = std::basic_string_view<value_type>; typedef
64 string_view_type str;
70 string_view_type input;
71 string_view_type::size_type pos = 0;
75 _Parser(string_view_type s, size_t o = 0) : input(s), origin(o) { } in _Parser()
153 string_view_type sep = L"/\\"; in next()
185 string_view_type::size_type
560 using string_view_type = basic_string_view<value_type>; in operator /=()
562 string_view_type sep; in operator /=()
622 string_view_type s(_M_pathname.data(), orig_pathlen); in operator /=()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20147261 string_view_type.