Home
last modified time | relevance | path

Searched refs:Bounded (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dbacktrack.rs44 pub struct Bounded<'a, 'm, 'r, 's, I> { structure names
79 impl<'a, 'm, 'r, 's, I: Input> Bounded<'a, 'm, 'r, 's, I> { impls
96 let mut b = Bounded { prog, input, matches, slots, m: cache }; in exec()
H A Dexec.rs1121 backtrack::Bounded::exec( in exec_backtrack()
1131 backtrack::Bounded::exec( in exec_backtrack()
H A Dcompile.rs601 Range(hir::RepetitionRange::Bounded(min, max)) => { in c_repeat()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dclock_test.cc105 TEST(SleepFor, Bounded) { in TEST()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs1161 Bounded(u32, u32),
1171 RepetitionRange::Bounded(s, e) if s > e => false, in is_valid()
H A Dprint.rs206 Bounded(x, y) => write!(self.wtr, "{{{},{}}}", x, y), in fmt_repetition_range()
H A Dparse.rs1131 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()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dprint.rs190 hir::RepetitionRange::Bounded(m, n) => { in visit_post()
H A Dtranslate.rs796 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()
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs618 hir::RepetitionRange::Bounded(m, n) => (m, Some(n)), in prefixes()
694 hir::RepetitionRange::Bounded(m, n) => (m, Some(n)), in suffixes()

Completed in 19 milliseconds