Home
last modified time | relevance | path

Searched defs:write_obj (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/base/src/
Dmmap.rs249 pub fn write_obj<T: AsBytes>(&self, val: T, offset: usize) -> Result<()> { in write_obj() method
/external/python/cpython3/Include/internal/
Dpycore_code.h415 write_obj(uint16_t *p, PyObject *obj) in write_obj() function
/external/crosvm/devices/src/virtio/
Ddescriptor_utils.rs536 pub fn write_obj<T: AsBytes>(&mut self, val: T) -> io::Result<()> { in write_obj() method