Home
last modified time | relevance | path

Searched refs:after_path (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/url/src/
Dpath_segments.rs40 after_path: String, field
46 let after_path = url.take_after_path(); in new() localVariable
61 after_path, in new()
68 .restore_after_path(self.old_after_path_position, &self.after_path) in drop()
Dlib.rs1518 let after_path = self.slice(i..).to_owned(); in take_after_path() localVariable
1520 after_path in take_after_path()
1549 let after_path = self.take_after_path(); in set_path() localVariable
1566 self.restore_after_path(old_after_path_pos, &after_path); in set_path()
1581 fn restore_after_path(&mut self, old_after_path_position: u32, after_path: &str) { in restore_after_path()
1593 self.serialization.push_str(after_path) in restore_after_path()