Home
last modified time | relevance | path

Searched defs:match_range (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DLexer.pm186 sub match_range { subroutine
/external/rust/crates/pest/src/
Dposition.rs440 pub(crate) fn match_range(&mut self, range: Range<char>) -> bool { in match_range() method
617 fn match_range() { in match_range() function
Dparser_state.rs685 pub fn match_range(mut self: Box<Self>, range: Range<char>) -> ParseResult<Box<Self>> { in match_range() method