Searched refs:parse_cannot_be_a_base_path (Results 1 – 2 of 2) sorted by relevance
493 self.parse_cannot_be_a_base_path(input) in parse_non_special()1344 pub fn parse_cannot_be_a_base_path<'i>(&mut self, mut input: Input<'i>) -> Input<'i> { in parse_cannot_be_a_base_path() method
1560 parser.parse_cannot_be_a_base_path(parser::Input::new(path)); in set_path()