Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/litrs/src/
Descape.rs85 fn from_byte(b: u8) -> Self; in from_byte() method
91 fn from_byte(b: u8) -> Self { in from_byte() method
101 fn from_byte(b: u8) -> Self { in from_byte() method
/external/rust/android-crates-io/crates/quiche/src/h3/qpack/
Ddecoder.rs47 pub fn from_byte(b: u8) -> Representation { in from_byte() method
/external/libbrillo/brillo/http/
Dhttp_request.cc129 void Request::AddRange(uint64_t from_byte, uint64_t to_byte) { in AddRange()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/glyf/bytecode/
Dopcode.rs273 pub fn from_byte(byte: u8) -> Self { in from_byte() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/glyf/bytecode/
Dopcode.rs273 pub fn from_byte(byte: u8) -> Self { in from_byte() method
/external/skia/src/opts/
DSkRasterPipeline_opts.h1733 SI F from_byte(U8 b) { in from_byte() function