Searched defs:restore_partial (Results 1 – 1 of 1) sorted by relevance
| /external/rust/android-crates-io/crates/winnow/src/stream/ |
| D | mod.rs | 1653 fn restore_partial(&mut self, state: Self::PartialState); in restore_partial() method 1672 fn restore_partial(&mut self, _state: Self::PartialState) {} in restore_partial() method 1689 fn restore_partial(&mut self, _state: Self::PartialState) {} in restore_partial() method 1706 fn restore_partial(&mut self, _state: Self::PartialState) {} in restore_partial() method 1723 fn restore_partial(&mut self, _state: Self::PartialState) {} in restore_partial() method 1743 fn restore_partial(&mut self, state: Self::PartialState) { in restore_partial() function 1770 fn restore_partial(&mut self, state: Self::PartialState) { in restore_partial() function 1800 fn restore_partial(&mut self, state: Self::PartialState) { in restore_partial() function 1827 fn restore_partial(&mut self, state: Self::PartialState) { in restore_partial() function 1854 fn restore_partial(&mut self, state: Self::PartialState) { in restore_partial() function
|