Home
last modified time | relevance | path

Searched defs:to_u8 (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dparser.rs116 fn to_u8(&self) -> anyhow::Result<u8>; in to_u8() method
172 fn to_u8(&self) -> anyhow::Result<u8> { in to_u8() method
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/
Dcast.rs71 fn to_u8(&self) -> Option<u8> { in to_u8() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dnum.rs17 fn to_u8(&self) -> u8; in to_u8() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dnum.rs17 fn to_u8(&self) -> u8; in to_u8() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dnum.rs17 fn to_u8(&self) -> u8; in to_u8() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/fmt/
H A Dnum.rs17 fn to_u8(&self) -> u8; in to_u8() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/fmt/
H A Dnum.rs17 fn to_u8(&self) -> u8; in to_u8() method
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/
Dnum_traits.rs22 fn to_u8(&self) -> Option<u8> { in to_u8() method
760 fn to_u8(&self) -> Option<u8> { in to_u8() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ascii/
H A Dascii_char.rs521 pub const fn to_u8(self) -> u8 { in to_u8() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ascii/
H A Dascii_char.rs521 pub const fn to_u8(self) -> u8 { in to_u8() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ascii/
H A Dascii_char.rs521 pub const fn to_u8(self) -> u8 { in to_u8() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ascii/
H A Dascii_char.rs521 pub const fn to_u8(self) -> u8 { in to_u8() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ascii/
H A Dascii_char.rs521 pub const fn to_u8(self) -> u8 { in to_u8() method
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/
Dsparse.rs260 pub fn to_u8(&self) -> Result<SparseDFA<Vec<u8>, u8>> { in to_u8() method
Ddense.rs364 pub fn to_u8(&self) -> Result<DenseDFA<Vec<u8>, u8>> { in to_u8() method
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/
H A Dintegration_test.rs2193 fn to_u8() { in to_u8() function