Searched defs:last (Results 1 – 7 of 7) sorted by relevance
119 let mut last = Instant::now(); in read_all() localVariable
183 pub fn last(&self) -> Option<&JsonValue> { in last() method
185 pub fn last(&self) -> Option<&JsonValue> { in last() method
352 fn last(mut self) -> Option<&'a T> { in last() method401 fn last(mut self) -> Option<&'a mut T> { in last() method
1149 const last = this[offset + fourBytes]; constant1537 const last = this[offset + 1]; constant
246 let last = cmp::min(self.idx + buf.len(), self.vec.len()); in read() localVariable
2794 int last[] = { 0x00, 0x1F, 0x20, 0x2F, 0x7F, 0x80, 0x81, 0xBF, 0xFF }; variable