Searched defs:read_all (Results 1 – 2 of 2) sorted by relevance
174 pub fn read_all<A: Allocator>(self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method370 pub fn read_all<A: Allocator>(mut self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method
104 struct mcp_read_all *read_all; in mcp_cmd_read_all() local