Searched defs:write_obj (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/virtio-media/device/src/ |
H A D | lib.rs | 290 fn write_obj<T: AsBytes>(&mut self, obj: &T) -> IoResult<()>; in write_obj() method 308 fn write_obj<T: AsBytes>(&mut self, obj: &T) -> IoResult<()> { in write_obj() function
|
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/bytestream/ |
H A D | mod.rs | 71 pub fn write_obj<T: FromBytes + AsBytes>(&mut self, val: T) -> IoResult<()> { in write_obj() method
|
/aosp_15_r20/external/crosvm/base/src/ |
H A D | mmap.rs | 255 pub fn write_obj<T: AsBytes>(&self, val: T, offset: usize) -> Result<()> { in write_obj() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_code.h | 415 write_obj(uint16_t *p, PyObject *obj) in write_obj() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_code.h | 415 write_obj(uint16_t *p, PyObject *obj) in write_obj() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_code.h | 415 write_obj(uint16_t *p, PyObject *obj) in write_obj() function
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_code.h | 415 write_obj(uint16_t *p, PyObject *obj) in write_obj() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_code.h | 415 write_obj(uint16_t *p, PyObject *obj) in write_obj() function
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | descriptor_utils.rs | 536 pub fn write_obj<T: AsBytes>(&mut self, val: T) -> io::Result<()> { in write_obj() method
|