/aosp_15_r20/external/libchrome/base/ |
H A D | pickle.cc | 33 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 D | pickle.cc | 37 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/ |
D | buffer.rs | 55 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/ |
D | buffer.rs | 55 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/ |
D | dir.rs | 56 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/ |
D | blocking.rs | 244 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/ |
D | dir.rs | 80 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/ |
D | guest_memory.rs | 827 fn read_from<F>(&self, addr: GuestAddress, src: &mut F, count: usize) -> Result<usize> in read_from() method
|
D | mmap.rs | 266 fn read_from<F>( in read_from() method
|
D | volatile_memory.rs | 825 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 D | SkRasterPipelineOpContexts.h | 154 float* read_from = rgba; member
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | overlapped.c | 93 } read_from; member
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/ |
D | lib.rs | 2417 fn read_from(bytes: &[u8]) -> Option<Self> in read_from() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/ |
D | lib.rs | 2417 fn read_from(bytes: &[u8]) -> Option<Self> in read_from() method
|