Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/num-traits/src/
Dcast.rs71 fn to_u8(&self) -> Option<u8> { in to_u8() method
/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
/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
/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
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs2122 fn to_u8() { in to_u8() function