Home
last modified time | relevance | path

Searched defs:to_bytes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwstring_convert.h76 _LIBCPP_HIDE_FROM_ABI byte_string to_bytes(_Elem __wchar) { in to_bytes() function
79 _LIBCPP_HIDE_FROM_ABI byte_string to_bytes(const _Elem* __wptr) { in to_bytes() function
82 _LIBCPP_HIDE_FROM_ABI byte_string to_bytes(const wide_string& __wstr) { in to_bytes() function
179 wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::to_bytes(const _Elem* __frm, const _Elem*… in to_bytes() function
/freebsd/contrib/atf/atf-c++/detail/
H A Dtext_test.cpp310 ATF_TEST_CASE_HEAD(to_bytes) in ATF_TEST_CASE_HEAD() argument
314 ATF_TEST_CASE_BODY(to_bytes) in ATF_TEST_CASE_BODY() argument
H A Dtext.cpp134 impl::to_bytes(std::string str) in to_bytes() function in impl