Searched defs:from_be_bytes (Results 1 – 17 of 17) sorted by relevance
44 pub const fn from_be_bytes(bytes: [u8; 3]) -> Self { in from_be_bytes() method102 fn from_be_bytes() { in from_be_bytes() function
41 pub const fn from_be_bytes(bytes: [u8; 3]) -> Self { in from_be_bytes() method
85 pub const fn from_be_bytes(bytes: [u8; 4]) -> Self { in from_be_bytes() method
155 fn from_be_bytes(input: Self::InputBytes) -> Self; in from_be_bytes() method178 fn from_be_bytes(input: Self::InputBytes) -> Self { in from_be_bytes() method270 fn from_be_bytes(input: Self::InputBytes) -> Self { in from_be_bytes() method
11 fn from_be_bytes(buf: &[u8]) -> Option<Self>; in from_be_bytes() method
25 pub(crate) fn from_be_bytes(input: untrusted::Input<'a>) -> Result<Self, error::Unspecified> { in from_be_bytes() method
19 pub(super) fn from_be_bytes( in from_be_bytes() method
29 pub(super) fn from_be_bytes( in from_be_bytes() method
106 fn from_be_bytes(bytes: &Self::Bytes) -> Self; in from_be_bytes() method
76 pub fn from_be_bytes(bytes: [u8; 2]) -> Self { in from_be_bytes() method
1050 fn from_be_bytes(bytes: &Self::Bytes) -> Self { in from_be_bytes() method
1161 fn from_be_bytes(bytes: &Self::Bytes) -> Self { in from_be_bytes() method
199 pub const fn from_be_bytes(bytes: [u8; 2]) -> f16 { in from_be_bytes() method
195 pub const fn from_be_bytes(bytes: [u8; 2]) -> bf16 { in from_be_bytes() method