Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dpath.h660 path& operator+=(__string_view __x) {
881 int __compare(__string_view) const;
882 __string_view __root_name() const;
883 __string_view __root_directory() const;
884 __string_view __root_path_raw() const;
885 __string_view __relative_path() const;
886 __string_view __parent_path() const;
887 __string_view __filename() const;
888 __string_view __stem() const;
889 __string_view __extension() const;
[all …]
H A Dpath_iterator.h113 path::__string_view __entry_;
/llvm-project-15.0.7/libcxx/include/__format/
H A Dformat_arg_store.h113 return __arg_t::__string_view; in requires()
121 return __arg_t::__string_view; in requires()
130 return __arg_t::__string_view; in requires()
175 else if constexpr (__arg == __arg_t::__string_view) in __create_format_arg()
H A Dformat_arg.h62 __string_view, enumerator
126 case __format::__arg_t::__string_view: in decltype()
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/format/format.arguments/format.arg/
H A Darg_t.compile.pass.cpp36 static_assert(uint8_t(std::__format::__arg_t::__string_view) == 13);
/llvm-project-15.0.7/libcxx/include/
H A Dformat370 case __arg_t::__string_view:
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp76 using string_view_t = path::__string_view;