Searched defs:from_bytes (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | wstring_convert.h | 67 …_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 D | message.py | 124 def from_bytes(cls, helper, data): member in BaseNetlinkMessage 157 def from_bytes(cls, helper, data): member in StdNetlinkMessage
|
| H A D | attrs.py | 60 def from_bytes(cls, data, attr_type_enum=None): member in NlAttr
|
| /freebsd/tests/atf_python/sys/netpfil/ipfw/ |
| H A D | ioctl.py | 113 def from_bytes(cls, data, attr_map=None): member in BaseTlv 450 def from_bytes(cls, data): member in BaseIpFwMessage
|
| H A D | insns.py | 126 def from_bytes(cls, data, attr_type_enum): member in BaseInsn
|
| /freebsd/tests/atf_python/sys/net/ |
| H A D | rtsock.py | 442 def from_bytes(cls, data: bytes): member in RtsockRtMessage
|