Searched defs:last (Results 1 – 6 of 6) sorted by relevance
183 pub fn last(&self) -> Option<&JsonValue> { in last() method
185 pub fn last(&self) -> Option<&JsonValue> { in last() method
119 let mut last = Instant::now(); in read_all() localVariable
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