Home
last modified time | relevance | path

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

12

/external/python/pyasn1/pyasn1/compat/
Dinteger.py25 def from_bytes(octets, signed=False): function
98 def from_bytes(octets, signed=False): function
/external/rust/crates/bstr/src/
Dbstr.rs49 pub(crate) fn from_bytes(slice: &[u8]) -> &BStr { in from_bytes() method
/external/python/bumble/bumble/
Da2dp.py246 def from_bytes(data): member in SbcMediaCodecInformation
354 def from_bytes(data): member in AacMediaCodecInformation
415 def from_bytes(data): member in VendorSpecificMediaCodecInformation
Drfcomm.py175 def from_bytes(data): member in RFCOMM_Frame
217 def from_bytes(data): member in RFCOMM_MCC_PN
255 def from_bytes(data): member in RFCOMM_MCC_MSC
Dsdp.py262 def from_bytes(data): member in DataElement
468 def from_bytes(pdu): member in SDP_PDU
Dhci.py930 def from_bytes(data, offset, fields): member in HCI_Object
1121 def from_bytes(packet): member in HCI_Packet
1182 def from_bytes(packet): member in HCI_Command
2529 def from_bytes(packet): member in HCI_Event
3480 def from_bytes(packet): member in HCI_AclDataPacket
Dl2cap.py127 def from_bytes(data): member in L2CAP_PDU
161 def from_bytes(pdu): member in L2CAP_Control_Frame
Dcore.py145 def from_bytes(cls, uuid_bytes, name = None): member in UUID
663 def from_bytes(data): member in AdvertisingData
Datt.py203 def from_bytes(pdu): member in ATT_PDU
Davdtp.py253 def from_bytes(data): member in MediaPacket
536 def from_bytes(payload): member in EndPointInfo
Dsmp.py174 def from_bytes(pdu): member in SMP_Command
/external/rust/crates/uuid/src/builder/
Dmod.rs255 pub const fn from_bytes(bytes: Bytes) -> Uuid { in from_bytes() method
311 pub const fn from_bytes(b: Bytes) -> Self { in from_bytes() method
/external/rust/crates/clap/src/
Dosstringext.rs9 fn from_bytes(b: &[u8]) -> &Self; in from_bytes() method
92 fn from_bytes(b: &[u8]) -> &Self { in from_bytes() method
/external/python/google-auth-library-python/google/auth/
D_helpers.py113 def from_bytes(value): function
/external/rust/crates/protobuf/src/
Dchars.rs23 pub fn from_bytes(bytes: Bytes) -> Result<Chars, str::Utf8Error> { in from_bytes() method
Dbuf_read_iter.rs112 pub(crate) fn from_bytes<'a>(bytes: &'a Bytes) -> BufReadIter<'a> { in from_bytes() method
Dcoded_input_stream.rs58 pub fn from_bytes(bytes: &'a [u8]) -> CodedInputStream<'a> { in from_bytes() method
/external/rust/crates/ring/src/ec/
Dkeys.rs44 pub(crate) fn from_bytes( in from_bytes() method
/external/rust/crates/gdbstub/src/protocol/commands/
D_vCont.rs100 fn from_bytes(s: &[u8]) -> Option<VContKind> { in from_bytes() method
/external/rust/crates/regex-automata/src/
Dsparse.rs410 pub unsafe fn from_bytes(buf: &'a [u8]) -> SparseDFA<&'a [u8], S> { in from_bytes() method
858 unsafe fn from_bytes(mut buf: &'a [u8]) -> Repr<&'a [u8], S> { in from_bytes() method
Ddense.rs518 pub unsafe fn from_bytes(buf: &'a [u8]) -> DenseDFA<&'a [S], S> { in from_bytes() method
1299 unsafe fn from_bytes(mut buf: &'a [u8]) -> Repr<&'a [S], S> { in from_bytes() method
/external/rust/crates/quiche/src/h3/
Dframe.rs86 pub fn from_bytes( in from_bytes() method
/external/python/httplib2/tests/
D__init__.py167 def from_bytes(cls, bs): member in HttpMessage
/external/rust/crates/uuid/src/
Dlib.rs720 let from_bytes = Uuid::from_bytes([ in test_nil() localVariable
/external/rust/crates/quiche/src/
Dframe.rs161 pub fn from_bytes( in from_bytes() method

12