Home
last modified time | relevance | path

Searched defs:read_from (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dpickle.cc33 const char* read_from = GetReadPointerAndAdvance<Type>(); in ReadBuiltinType() local
125 const char* read_from = GetReadPointerAndAdvance<float>(); in ReadFloat() local
137 const char* read_from = GetReadPointerAndAdvance<double>(); in ReadDouble() local
148 const char* read_from = GetReadPointerAndAdvance(len); in ReadString() local
160 const char* read_from = GetReadPointerAndAdvance(len); in ReadStringPiece() local
172 const char* read_from = GetReadPointerAndAdvance(len, sizeof(char16)); in ReadString16() local
184 const char* read_from = GetReadPointerAndAdvance(len, sizeof(char16)); in ReadStringPiece16() local
203 const char* read_from = GetReadPointerAndAdvance(length); in ReadBytes() local
/aosp_15_r20/external/cronet/base/
H A Dpickle.cc37 const char* read_from = GetReadPointerAndAdvance<Type>(); in ReadBuiltinType() local
132 const char* read_from = GetReadPointerAndAdvance<float>(); in ReadFloat() local
144 const char* read_from = GetReadPointerAndAdvance<double>(); in ReadDouble() local
155 const char* read_from = GetReadPointerAndAdvance(len); in ReadString() local
167 const char* read_from = GetReadPointerAndAdvance(len); in ReadStringPiece() local
179 const char* read_from = GetReadPointerAndAdvance(len, sizeof(char16_t)); in ReadString16() local
191 const char* read_from = GetReadPointerAndAdvance(len, sizeof(char16_t)); in ReadStringPiece16() local
220 const char* read_from = GetReadPointerAndAdvance(length); in ReadBytes() local
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/
Dbuffer.rs55 pub fn read_from<S: Read>(&mut self, stream: &mut S) -> IoResult<usize> { in read_from() method
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/benches/
Dbuffer.rs55 pub fn read_from<S: Read>(&mut self, stream: &mut S) -> IoResult<usize> { in read_from() method
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/fs/
Ddir.rs56 pub fn read_from<Fd: AsFd>(fd: Fd) -> io::Result<Self> { in read_from() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/
Dblocking.rs244 pub(crate) fn read_from<T: Read>(&mut self, rd: &mut T) -> io::Result<usize> { in read_from() method
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/fs/
Ddir.rs80 pub fn read_from<Fd: AsFd>(fd: Fd) -> io::Result<Self> { in read_from() method
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dguest_memory.rs827 fn read_from<F>(&self, addr: GuestAddress, src: &mut F, count: usize) -> Result<usize> in read_from() method
Dmmap.rs266 fn read_from<F>( in read_from() method
Dvolatile_memory.rs825 fn read_from<F>(&self, addr: usize, src: &mut F, count: usize) -> Result<usize> in read_from() method
/aosp_15_r20/external/skia/src/core/
H A DSkRasterPipelineOpContexts.h154 float* read_from = rgba; member
/aosp_15_r20/external/python/cpython3/Modules/
Doverlapped.c93 } read_from; member
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dlib.rs2417 fn read_from(bytes: &[u8]) -> Option<Self> in read_from() method
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dlib.rs2417 fn read_from(bytes: &[u8]) -> Option<Self> in read_from() method