Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h400 typedef basic_string_view<value_type> __string_view;
482 …if (__p.is_absolute() || (!__p_root_name.empty() && __p_root_name != __string_view(root_name().__p…
489 __pn_ += __string_view(__p.__pn_).substr(__p_root_name_size);
494 __pn_ += __string_view(__p.__pn_).substr(__p_root_name_size);
569 _LIBCPP_HIDE_FROM_ABI path& operator+=(__string_view __x) {
780 int __compare(__string_view) const;
781 __string_view __root_name() const;
782 __string_view __root_directory() const;
783 __string_view __root_path_raw() const;
784 __string_view __relative_path() const;
[all …]
H A Dpath_iterator.h97 path::__string_view __entry_;
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h114 return __arg_t::__string_view; in requires()
122 return __arg_t::__string_view; in requires()
131 return __arg_t::__string_view; in requires()
189 else if constexpr (__arg == __arg_t::__string_view) in __create_format_arg()
H A Dformat_arg.h73 __string_view, enumerator
138 case __format::__arg_t::__string_view: in decltype()
189 case __format::__arg_t::__string_view: in __visit_format_arg()
H A Dformat_functions.h234 case __arg_t::__string_view: in __compile_time_visit_format_arg()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h36 using string_view_t = path::__string_view;