Searched defs:update (Results 1 – 5 of 5) sorted by relevance
22 async fn update(&mut self, buf: &mut [u8]) -> Result<usize>; in update() method
50 fn update(&mut self, input: &[u8]); in update() method
48 async fn update(&mut self, buf: &mut [u8]) -> Result<usize> { in update() method
341 private void updateEngineApplyPayload(UpdateData update) { in updateEngineApplyPayload()
1905 async fn update(&mut self, buf: &mut [u8]) -> Result<usize, Error> { in update() method