Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/hir/
Dmod.rs1102 pub fn push(&mut self, range: ClassBytesRange) { in push()
1114 pub fn ranges(&self) -> &[ClassBytesRange] { in ranges()
1180 fn next(&mut self) -> Option<&'a ClassBytesRange> { in next()
1190 pub struct ClassBytesRange { struct
1195 impl Interval for ClassBytesRange { implementation
1222 ranges: &mut Vec<ClassBytesRange>, in case_fold_simple()
1238 impl ClassBytesRange { implementation
1243 pub fn new(start: u8, end: u8) -> ClassBytesRange { in new()
1264 impl fmt::Debug for ClassBytesRange { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/hir/
H A Dmod.rs1380 pub fn push(&mut self, range: ClassBytesRange) { in push()
1392 pub fn ranges(&self) -> &[ClassBytesRange] { in ranges()
1513 fn next(&mut self) -> Option<&'a ClassBytesRange> { in next()
1523 pub struct ClassBytesRange { struct
1528 impl Interval for ClassBytesRange { argument
1555 ranges: &mut Vec<ClassBytesRange>, in case_fold_simple()
1571 impl ClassBytesRange { implementation
1576 pub fn new(start: u8, end: u8) -> ClassBytesRange { in new()
1604 impl core::fmt::Debug for ClassBytesRange { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dcompile.rs483 ranges: &[hir::ClassBytesRange], in c_class_bytes()