Home
last modified time | relevance | path

Searched refs:Bounded (Results 1 – 17 of 17) sorted by relevance

/third_party/rust/crates/regex/src/
Dbacktrack.rs44 pub struct Bounded<'a, 'm, 'r, 's, I> { struct
79 impl<'a, 'm, 'r, 's, I: Input> Bounded<'a, 'm, 'r, 's, I> { implementation
96 let mut b = Bounded { prog, input, matches, slots, m: cache }; in exec()
Dexec.rs1121 backtrack::Bounded::exec( in exec_backtrack()
1131 backtrack::Bounded::exec( in exec_backtrack()
Dcompile.rs601 Range(hir::RepetitionRange::Bounded(min, max)) => { in c_repeat()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dclock_test.cc105 TEST(SleepFor, Bounded) { in TEST() argument
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dprint.rs190 hir::RepetitionRange::Bounded(m, n) => { in visit_post()
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()
Dmod.rs1403 RepetitionKind::Range(RepetitionRange::Bounded(m, _)) => m == 0, in is_match_empty()
1429 Bounded(u32, u32), enumerator
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dmod.rs1161 Bounded(u32, u32), enumerator
1171 RepetitionRange::Bounded(s, e) if s > e => false, in is_valid()
Dprint.rs206 Bounded(x, y) => write!(self.wtr, "{{{},{}}}", x, y), in fmt_repetition_range()
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/python/Doc/library/
Dasyncio-sync.rst348 Bounded Semaphore is a version of :class:`Semaphore` that raises
Dcollections.rst464 corresponding number of items are discarded from the opposite end. Bounded
647 Bounded length deques provide functionality similar to the ``tail`` filter
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
Dmod.rs618 hir::RepetitionRange::Bounded(m, n) => (m, Some(n)), in prefixes()
694 hir::RepetitionRange::Bounded(m, n) => (m, Some(n)), in suffixes()
/third_party/littlefs/
DREADME.md22 **Bounded RAM/ROM** - littlefs is designed to work with a small amount of
DDESIGN.md56 1. **Bounded RAM/ROM** - If the above requirements weren't enough, these
/third_party/rust/crates/regex/
DHACKING.md157 2. Bounded backtracking (supports captures).
/third_party/astc-encoder/Docs/
DFormatOverview.md123 technique called Bounded Integer Sequence Encoding (BISE), which makes heavy