Searched defs:restore_partial (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/ |
D | mod.rs | 1528 fn restore_partial(&mut self, state: Self::PartialState); in restore_partial() method 1545 fn restore_partial(&mut self, _state: Self::PartialState) {} in restore_partial() method 1560 fn restore_partial(&mut self, _state: Self::PartialState) {} in restore_partial() method 1575 fn restore_partial(&mut self, _state: Self::PartialState) {} in restore_partial() method 1590 fn restore_partial(&mut self, _state: Self::PartialState) {} in restore_partial() method 1608 fn restore_partial(&mut self, state: Self::PartialState) { in restore_partial() function 1633 fn restore_partial(&mut self, state: Self::PartialState) { in restore_partial() function 1660 fn restore_partial(&mut self, state: Self::PartialState) { in restore_partial() function 1685 fn restore_partial(&mut self, state: Self::PartialState) { in restore_partial() function 1710 fn restore_partial(&mut self, state: Self::PartialState) { in restore_partial() function
|