Searched defs:previous_end (Results 1 – 2 of 2) sorted by relevance
52 let previous_end = if self.nesting.is_empty() { in start_vector() localVariable60 let previous_end = if self.nesting.is_empty() { in start_map() localVariable68 let previous_end = self.nesting.pop().unwrap(); in end_vector() localVariable73 let previous_end = self.nesting.pop().unwrap(); in end_map() localVariable
87 auto& previous_end = history.at(-2); in AddNewStateToBuffer() local