Home
last modified time | relevance | path

Searched refs:DecimalEmpty (Results 1 – 6 of 6) sorted by relevance

/external/rust/android-crates-io/crates/regex-syntax/src/ast/
Dmod.rs92 DecimalEmpty, enumerator
192 DecimalEmpty => "empty decimal literal", in description()
250 DecimalEmpty => write!(f, "decimal literal empty"), in fmt()
Dparse.rs1108 ast::ErrorKind::DecimalEmpty, in parse_counted_repetition()
1128 ast::ErrorKind::DecimalEmpty, in parse_counted_repetition()
1723 return Err(self.error(span, ast::ErrorKind::DecimalEmpty)); in parse_decimal()
4640 TestError { span: span(0..0), kind: ast::ErrorKind::DecimalEmpty } in parse_decimal()
4644 TestError { span: span(0..0), kind: ast::ErrorKind::DecimalEmpty } in parse_decimal()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/ast/
Dmod.rs98 DecimalEmpty, enumerator
223 DecimalEmpty => write!(f, "decimal literal empty"), in fmt()
Dparse.rs1133 ast::ErrorKind::DecimalEmpty, in parse_counted_repetition()
1166 ast::ErrorKind::DecimalEmpty, in parse_counted_repetition()
1861 return Err(self.error(span, ast::ErrorKind::DecimalEmpty)); in parse_decimal()
5087 TestError { span: span(0..0), kind: ast::ErrorKind::DecimalEmpty } in parse_decimal()
5091 TestError { span: span(0..0), kind: ast::ErrorKind::DecimalEmpty } in parse_decimal()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/ast/
Dmod.rs98 DecimalEmpty, enumerator
223 DecimalEmpty => write!(f, "decimal literal empty"), in fmt()
Dparse.rs1133 ast::ErrorKind::DecimalEmpty, in parse_counted_repetition()
1166 ast::ErrorKind::DecimalEmpty, in parse_counted_repetition()
1861 return Err(self.error(span, ast::ErrorKind::DecimalEmpty)); in parse_decimal()
5087 TestError { span: span(0..0), kind: ast::ErrorKind::DecimalEmpty } in parse_decimal()
5091 TestError { span: span(0..0), kind: ast::ErrorKind::DecimalEmpty } in parse_decimal()