Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFixed15.h35 uint8_t to_u8() const { in to_u8() function
/external/skqp/src/core/
DSkFixed15.h35 uint8_t to_u8() const { in to_u8() function
/external/rust/crates/num-traits/src/
Dcast.rs76 fn to_u8(&self) -> Option<u8> { in to_u8() method
/external/rust/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/rust/crates/half/src/
Dbfloat.rs663 fn to_u8(&self) -> Option<u8> { in to_u8() method
Dbinary16.rs51 fn to_u8(&self) -> Option<u8> { in to_u8() method
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs1861 fn to_u8() { in to_u8() function