Home
last modified time | relevance | path

Searched defs:from_be_bytes (Results 1 – 17 of 17) sorted by relevance

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/font-types-0.7.3/src/
Dint24.rs44 pub const fn from_be_bytes(bytes: [u8; 3]) -> Self { in from_be_bytes() method
102 fn from_be_bytes() { in from_be_bytes() function
Duint24.rs41 pub const fn from_be_bytes(bytes: [u8; 3]) -> Self { in from_be_bytes() method
Dtag.rs85 pub const fn from_be_bytes(bytes: [u8; 4]) -> Self { in from_be_bytes() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/font-types-0.7.3/src/
Dint24.rs44 pub const fn from_be_bytes(bytes: [u8; 3]) -> Self { in from_be_bytes() method
102 fn from_be_bytes() { in from_be_bytes() function
Duint24.rs41 pub const fn from_be_bytes(bytes: [u8; 3]) -> Self { in from_be_bytes() method
Dtag.rs85 pub const fn from_be_bytes(bytes: [u8; 4]) -> Self { in from_be_bytes() method
/external/rust/android-crates-io/crates/ring/src/digest/
Dsha2.rs155 fn from_be_bytes(input: Self::InputBytes) -> Self; in from_be_bytes() method
178 fn from_be_bytes(input: Self::InputBytes) -> Self { in from_be_bytes() method
270 fn from_be_bytes(input: Self::InputBytes) -> Self { in from_be_bytes() method
/external/rust/android-crates-io/crates/gdbstub/src/internal/
Dbe_bytes.rs11 fn from_be_bytes(buf: &[u8]) -> Option<Self>; in from_be_bytes() method
/external/rust/android-crates-io/crates/ring/src/io/
Dpositive.rs25 pub(crate) fn from_be_bytes(input: untrusted::Input<'a>) -> Result<Self, error::Unspecified> { in from_be_bytes() method
/external/rust/android-crates-io/crates/ring/src/rsa/
Dpublic_modulus.rs19 pub(super) fn from_be_bytes( in from_be_bytes() method
Dpublic_exponent.rs29 pub(super) fn from_be_bytes( in from_be_bytes() method
/external/rust/android-crates-io/crates/num-traits/src/ops/
Dbytes.rs106 fn from_be_bytes(bytes: &Self::Bytes) -> Self; in from_be_bytes() method
/external/python/bumble/rust/src/wrapper/
Dcore.rs76 pub fn from_be_bytes(bytes: [u8; 2]) -> Self { in from_be_bytes() method
/external/rust/android-crates-io/crates/num-bigint/src/
Dbiguint.rs1050 fn from_be_bytes(bytes: &Self::Bytes) -> Self { in from_be_bytes() method
Dbigint.rs1161 fn from_be_bytes(bytes: &Self::Bytes) -> Self { in from_be_bytes() method
/external/rust/android-crates-io/crates/half/src/
Dbinary16.rs199 pub const fn from_be_bytes(bytes: [u8; 2]) -> f16 { in from_be_bytes() method
Dbfloat.rs195 pub const fn from_be_bytes(bytes: [u8; 2]) -> bf16 { in from_be_bytes() method