Searched refs:_CVT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | u8path.h | 45 using _CVT = __widen_from_utf8<sizeof(wchar_t) * __CHAR_BIT__>; in u8path() local 48 _CVT()(back_inserter(__w), __tmp.data(), __tmp.data() + __tmp.size()); in u8path() 69 using _CVT = __widen_from_utf8<sizeof(wchar_t) * __CHAR_BIT__>; in u8path() local 72 _CVT()(back_inserter(__w), __tmp.data(), __tmp.data() + __tmp.size()); in u8path()
|
H A D | path.h | 534 using _CVT = _PathCVT<_SourceChar<_Source> >; 540 _CVT::__append_source(__pn_, __src); 548 using _CVT = _PathCVT<_ItVal>; 553 _CVT::__append_range(__pn_, __first, __last); 697 using _CVT = __narrow_to_utf8<sizeof(wchar_t) * __CHAR_BIT__>; 700 _CVT()(back_inserter(__s), __pn_.data(), __pn_.data() + __pn_.size()); 741 using _CVT = __widen_from_utf8<sizeof(_ECharT) * __CHAR_BIT__>; 745 _CVT()(std::back_inserter(__s), __pn_.data(), __pn_.data() + __pn_.size());
|