Home
last modified time | relevance | path

Searched defs:previous_end (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/builder/
H A Dser.rs52 let previous_end = if self.nesting.is_empty() { in start_vector() localVariable
60 let previous_end = if self.nesting.is_empty() { in start_map() localVariable
68 let previous_end = self.nesting.pop().unwrap(); in end_vector() localVariable
73 let previous_end = self.nesting.pop().unwrap(); in end_map() localVariable
/aosp_15_r20/external/libchrome-gestures/src/
H A Dtrend_classifying_filter_interpreter.cc87 auto& previous_end = history.at(-2); in AddNewStateToBuffer() local