Searched defs:copy_cb (Results 1 – 3 of 3) sorted by relevance
99 pub fn copy_cb<F: FnOnce(&[u8])>(&mut self, size: usize, cb: F) { in copy_cb() method
264 pub fn copy_cb<F: FnOnce(&mut [u8])>(&mut self, size: usize, cb: F) { in copy_cb() method
657 RepeatingCallback<int()> copy_cb = BindRepeating(&Identity, n); in TEST_F() local682 OnceCallback<int()> copy_cb = BindOnce(&Identity, n); in TEST_F() local