Home
last modified time | relevance | path

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

/external/libchrome/base/
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
/external/cronet/tot/base/
Dpickle.cc43 const char* read_from = GetReadPointerAndAdvance<Type>(); in ReadBuiltinType() local
138 const char* read_from = GetReadPointerAndAdvance<float>(); in ReadFloat() local
150 const char* read_from = GetReadPointerAndAdvance<double>(); in ReadDouble() local
161 const char* read_from = GetReadPointerAndAdvance(len); in ReadString() local
173 const char* read_from = GetReadPointerAndAdvance(len); in ReadStringPiece() local
185 const char* read_from = GetReadPointerAndAdvance(len, sizeof(char16_t)); in ReadString16() local
197 const char* read_from = GetReadPointerAndAdvance(len, sizeof(char16_t)); in ReadStringPiece16() local
227 const char* read_from = GetReadPointerAndAdvance(length); in ReadBytes() local
/external/cronet/stable/base/
Dpickle.cc43 const char* read_from = GetReadPointerAndAdvance<Type>(); in ReadBuiltinType() local
138 const char* read_from = GetReadPointerAndAdvance<float>(); in ReadFloat() local
150 const char* read_from = GetReadPointerAndAdvance<double>(); in ReadDouble() local
161 const char* read_from = GetReadPointerAndAdvance(len); in ReadString() local
173 const char* read_from = GetReadPointerAndAdvance(len); in ReadStringPiece() local
185 const char* read_from = GetReadPointerAndAdvance(len, sizeof(char16_t)); in ReadString16() local
197 const char* read_from = GetReadPointerAndAdvance(len, sizeof(char16_t)); in ReadStringPiece16() local
227 const char* read_from = GetReadPointerAndAdvance(length); in ReadBytes() local
/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
/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
/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
/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
/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
/external/rust/android-crates-io/extra_versions/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
/external/skia/src/core/
DSkRasterPipelineOpContexts.h154 float* read_from = rgba; member
/external/rust/android-crates-io/crates/vm-memory/src/
Dguest_memory.rs935 fn read_from<F>(&self, addr: GuestAddress, src: &mut F, count: usize) -> Result<usize> in read_from() method
Dmmap.rs265 fn read_from<F>( in read_from() method
Dvolatile_memory.rs812 fn read_from<F>(&self, addr: usize, src: &mut F, count: usize) -> Result<usize> in read_from() method
/external/python/cpython3/Modules/
Doverlapped.c112 } read_from; member
/external/rust/android-crates-io/crates/zerocopy/src/
Dlib.rs4685 fn read_from(source: &[u8]) -> Option<Self> in read_from() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/src/
Dlib.rs2417 fn read_from(bytes: &[u8]) -> Option<Self> in read_from() method
/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dlib.rs2417 fn read_from(bytes: &[u8]) -> Option<Self> in read_from() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/src/
Dlib.rs2417 fn read_from(bytes: &[u8]) -> Option<Self> in read_from() method