Searched defs:ClassBytesRange (Results 1 – 4 of 4) sorted by relevance
/external/rust/android-crates-io/crates/regex-syntax/src/hir/ |
D | mod.rs | 1102 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 { argument 1222 ranges: &mut Vec<ClassBytesRange>, in case_fold_simple() 1238 impl ClassBytesRange { impl 1243 pub fn new(start: u8, end: u8) -> ClassBytesRange { in new() 1264 impl fmt::Debug for ClassBytesRange { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/hir/ |
D | mod.rs | 1376 pub fn push(&mut self, range: ClassBytesRange) { in push() 1388 pub fn ranges(&self) -> &[ClassBytesRange] { in ranges() 1509 fn next(&mut self) -> Option<&'a ClassBytesRange> { in next() 1519 pub struct ClassBytesRange { struct 1524 impl Interval for ClassBytesRange { argument 1551 ranges: &mut Vec<ClassBytesRange>, in case_fold_simple() 1567 impl ClassBytesRange { implementation 1572 pub fn new(start: u8, end: u8) -> ClassBytesRange { in new() 1600 impl core::fmt::Debug for ClassBytesRange { implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/hir/ |
D | mod.rs | 1376 pub fn push(&mut self, range: ClassBytesRange) { in push() 1388 pub fn ranges(&self) -> &[ClassBytesRange] { in ranges() 1509 fn next(&mut self) -> Option<&'a ClassBytesRange> { in next() 1519 pub struct ClassBytesRange { struct 1524 impl Interval for ClassBytesRange { argument 1551 ranges: &mut Vec<ClassBytesRange>, in case_fold_simple() 1567 impl ClassBytesRange { implementation 1572 pub fn new(start: u8, end: u8) -> ClassBytesRange { in new() 1600 impl core::fmt::Debug for ClassBytesRange { implementation
|
/external/rust/android-crates-io/crates/regex/src/ |
D | compile.rs | 483 ranges: &[hir::ClassBytesRange], in c_class_bytes()
|