Searched defs:from_buf (Results 1 – 11 of 11) sorted by relevance
12 fn from_buf(buf: &[u8]) -> Option<Self> { in from_buf() method
14 fn from_buf(buf: &'a [u8]) -> Option<Self> { in from_buf() method
15 fn from_buf(buf: &[u8]) -> Option<Self> { in from_buf() method
8 fn from_buf(buf: &'a [u8]) -> Option<Self>; in from_buf() method
144 pub fn from_buf( in from_buf() method
122 struct util_dynarray *from_buf) in util_dynarray_clone()
909 static void MoveBuffer(VectorBuffer& from_buf, in MoveBuffer()
924 static void MoveBuffer(VectorBuffer& from_buf, in MoveBuffer()
647 const uint8_t *from_buf = from_frame->y_buffer; in get_frame_gradients() local
648 pub fn from_buf(buf: A) -> SmallVec<A> { in from_buf() method