Searched refs:Bounded (Results 1 – 17 of 17) sorted by relevance
44 pub struct Bounded<'a, 'm, 'r, 's, I> { struct79 impl<'a, 'm, 'r, 's, I: Input> Bounded<'a, 'm, 'r, 's, I> { implementation96 let mut b = Bounded { prog, input, matches, slots, m: cache }; in exec()
1121 backtrack::Bounded::exec( in exec_backtrack()1131 backtrack::Bounded::exec( in exec_backtrack()
601 Range(hir::RepetitionRange::Bounded(min, max)) => { in c_repeat()
105 TEST(SleepFor, Bounded) { in TEST() argument
190 hir::RepetitionRange::Bounded(m, n) => { in visit_post()
796 ast::RepetitionKind::Range(ast::RepetitionRange::Bounded( in hir_repetition()800 hir::RepetitionKind::Range(hir::RepetitionRange::Bounded(m, n)) in hir_repetition()1768 hir_range(true, hir::RepetitionRange::Bounded(1, 2), hir_lit("a"),) in repetition()1782 hir::RepetitionRange::Bounded(1, 2), in repetition()2929 hir::RepetitionRange::Bounded(5, 10), in ignore_whitespace()
1403 RepetitionKind::Range(RepetitionRange::Bounded(m, _)) => m == 0, in is_match_empty()1429 Bounded(u32, u32), enumerator
1161 Bounded(u32, u32), enumerator1171 RepetitionRange::Bounded(s, e) if s > e => false, in is_valid()
206 Bounded(x, y) => write!(self.wtr, "{{{},{}}}", x, y), in fmt_repetition_range()
1131 range = ast::RepetitionRange::Bounded(count_start, count_end); in parse_counted_repetition()3195 ast::RepetitionRange::Bounded(5, 9) in parse_counted_repetition()3279 ast::RepetitionRange::Bounded(5, 9) in parse_counted_repetition()3293 ast::RepetitionRange::Bounded(5, 9) in parse_counted_repetition()
348 Bounded Semaphore is a version of :class:`Semaphore` that raises
464 corresponding number of items are discarded from the opposite end. Bounded647 Bounded length deques provide functionality similar to the ``tail`` filter
618 hir::RepetitionRange::Bounded(m, n) => (m, Some(n)), in prefixes()694 hir::RepetitionRange::Bounded(m, n) => (m, Some(n)), in suffixes()
22 **Bounded RAM/ROM** - littlefs is designed to work with a small amount of
56 1. **Bounded RAM/ROM** - If the above requirements weren't enough, these
157 2. Bounded backtracking (supports captures).
123 technique called Bounded Integer Sequence Encoding (BISE), which makes heavy