Home
last modified time | relevance | path

Searched refs:_CVT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Du8path.h40 using _CVT = __widen_from_utf8<sizeof(wchar_t) * __CHAR_BIT__>; in u8path() local
43 _CVT()(back_inserter(__w), __tmp.data(), __tmp.data() + __tmp.size()); in u8path()
64 using _CVT = __widen_from_utf8<sizeof(wchar_t) * __CHAR_BIT__>; in u8path() local
67 _CVT()(back_inserter(__w), __tmp.data(), __tmp.data() + __tmp.size()); in u8path()
H A Dpath.h535 using _CVT = _PathCVT<_SourceChar<_Source> >;
541 _CVT::__append_source(__pn_, __src);
549 using _CVT = _PathCVT<_ItVal>;
554 _CVT::__append_range(__pn_, __first, __last);
698 using _CVT = __narrow_to_utf8<sizeof(wchar_t) * __CHAR_BIT__>;
701 _CVT()(back_inserter(__s), __pn_.data(), __pn_.data() + __pn_.size());
742 using _CVT = __widen_from_utf8<sizeof(_ECharT) * __CHAR_BIT__>;
746 _CVT()(std::back_inserter(__s), __pn_.data(), __pn_.data() + __pn_.size());