Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/rust/crates/quiche/src/h3/qpack/
Ddecoder.rs47 pub fn from_byte(b: u8) -> Representation { in from_byte() method
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/h3/qpack/
Ddecoder.rs47 pub fn from_byte(b: u8) -> Representation { in from_byte() method
/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_request.cc129 void Request::AddRange(uint64_t from_byte, uint64_t to_byte) { in AddRange()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/glyf/bytecode/
H A Dopcode.rs273 pub fn from_byte(byte: u8) -> Self { in from_byte() method
/aosp_15_r20/external/skia/src/opts/
H A DSkRasterPipeline_opts.h1745 SI F from_byte(U8 b) { in from_byte() function