Home
last modified time | relevance | path

Searched defs:from_bytes (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwstring_convert.h67 …_LIBCPP_HIDE_FROM_ABI wide_string from_bytes(char __byte) { return from_bytes(&__byte, &__byte + 1… in from_bytes() function
68 _LIBCPP_HIDE_FROM_ABI wide_string from_bytes(const char* __ptr) { in from_bytes() function
71 _LIBCPP_HIDE_FROM_ABI wide_string from_bytes(const byte_string& __str) { in from_bytes() function
130 wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::from_bytes(const char* __frm, const char*… in from_bytes() function
/freebsd/tests/atf_python/sys/netlink/
H A Dmessage.py124 def from_bytes(cls, helper, data): member in BaseNetlinkMessage
157 def from_bytes(cls, helper, data): member in StdNetlinkMessage
H A Dattrs.py60 def from_bytes(cls, data, attr_type_enum=None): member in NlAttr
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl.py113 def from_bytes(cls, data, attr_map=None): member in BaseTlv
450 def from_bytes(cls, data): member in BaseIpFwMessage
H A Dinsns.py126 def from_bytes(cls, data, attr_type_enum): member in BaseInsn
/freebsd/tests/atf_python/sys/net/
H A Drtsock.py442 def from_bytes(cls, data: bytes): member in RtsockRtMessage