/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/font-types-0.4.3/src/ |
H A D | raw.rs | 53 fn from_slice(slice: &[u8]) -> Option<Self>; in from_slice() method 57 fn from_slice(slice: &[u8]) -> Option<Self> { in from_slice() method 78 pub fn from_slice(slice: &[u8]) -> Option<Self> { in from_slice() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/protocol/commands/ |
D | breakpoint.rs | 26 pub fn from_slice(body: &'a mut [u8]) -> Option<BasicBreakpoint<'a>> { in from_slice() method 45 pub fn from_slice(body: &'a mut [u8]) -> Option<BytecodeBreakpoint<'a>> { in from_slice() method
|
/aosp_15_r20/system/secretkeeper/core/src/ta/ |
H A D | bootloader.rs | 53 pub fn from_slice(data: &[u8]) -> Result<Self, Error> { in from_slice() method 123 pub fn from_slice(data: &[u8]) -> Result<Self, Error> { in from_slice() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/ |
D | ipv4_exts.rs | 25 pub fn from_slice( in from_slice() method 251 fn from_slice() { in from_slice() function
|
D | ipv6_raw_ext_header_slice.rs | 38 pub fn from_slice(slice: &'a [u8]) -> Result<Ipv6RawExtHeaderSlice<'a>, err::LenError> { in from_slice() method
|
D | ip_auth_header_slice.rs | 19 pub fn from_slice( in from_slice() method
|
D | ipv4_exts_slice.rs | 18 pub fn from_slice( in from_slice() method
|
D | ipv6_fragment_header_slice.rs | 13 pub fn from_slice(slice: &'a [u8]) -> Result<Ipv6FragmentHeaderSlice<'a>, err::LenError> { in from_slice() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/ |
D | icmpv4_slice.rs | 21 pub fn from_slice(slice: &'a [u8]) -> Result<Icmpv4Slice<'a>, err::LenError> { in from_slice() method 348 fn from_slice() { in from_slice() function
|
D | udp_header_slice.rs | 13 pub fn from_slice(slice: &'a [u8]) -> Result<UdpHeaderSlice<'a>, err::LenError> { in from_slice() method
|
D | icmpv6_slice.rs | 21 pub fn from_slice(slice: &'a [u8]) -> Result<Icmpv6Slice<'a>, err::LenError> { in from_slice() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/uuid/src/ |
D | builder.rs | 338 pub fn from_slice(b: &[u8]) -> Result<Uuid, Error> { in from_slice() method 685 pub fn from_slice(b: &[u8]) -> Result<Self, Error> { in from_slice() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/pipe/ |
D | types.rs | 60 pub fn from_slice(buf: &'a [u8]) -> Self { in from_slice() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/pipe/ |
D | types.rs | 74 pub fn from_slice(buf: &'a [u8]) -> Self { in from_slice() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/link/ |
D | double_vlan_header_slice.rs | 12 pub fn from_slice( in from_slice() method
|
D | ethernet2_header_slice.rs | 12 pub fn from_slice(slice: &'a [u8]) -> Result<Ethernet2HeaderSlice<'a>, err::LenError> { in from_slice() method
|
D | single_vlan_header_slice.rs | 13 pub fn from_slice(slice: &'a [u8]) -> Result<SingleVlanHeaderSlice<'a>, err::LenError> { in from_slice() method
|
D | double_vlan_slice.rs | 12 pub fn from_slice( in from_slice() method
|
D | single_vlan_slice.rs | 12 pub fn from_slice(slice: &'a [u8]) -> Result<SingleVlanSlice<'a>, LenError> { in from_slice() method
|
D | linux_sll_header_slice.rs | 12 pub fn from_slice( in from_slice() method
|
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/ |
H A D | lib.rs | 72 pub fn from_slice<'de, T: Deserialize<'de>>(buf: &'de [u8]) -> Result<T, DeserializationError> { in from_slice() function
|
/aosp_15_r20/external/open-dice/dpe-rs/src/ |
H A D | args.rs | 56 pub fn from_slice(value: &'a [u8]) -> Self { in from_slice() method
|
H A D | memory.rs | 156 pub fn from_slice(value: &[u8]) -> DpeResult<Self> { in from_slice() method
|
/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_requests/src/ |
D | dice.rs | 316 pub(crate) fn from_slice(data: &[u8]) -> Result<Self> { in from_slice() method 362 fn from_slice(data: &[u8]) -> Result<Self> { in from_slice() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/ |
D | bytes.rs | 43 fn from_slice(data: &[u8]) -> Option<&Self> { in from_slice() method
|