Searched defs:ParserError (Results 1 – 13 of 13) sorted by relevance
| /third_party/rust/rust/src/tools/rustfmt/tests/source/configs/doc_comment_code_block_width/ |
| D | 100.rs | 13 pub const fn from_bytes(v: &[u8]) -> Result<Self, ParserError> { in from_bytes() argument
|
| D | 100_greater_max_width.rs | 14 pub const fn from_bytes(v: &[u8]) -> Result<Self, ParserError> { in from_bytes() argument
|
| D | 50.rs | 13 pub const fn from_bytes(v: &[u8]) -> Result<Self, ParserError> { in from_bytes() argument
|
| /third_party/rust/rust/src/tools/rustfmt/tests/target/configs/doc_comment_code_block_width/ |
| D | 100.rs | 13 pub const fn from_bytes(v: &[u8]) -> Result<Self, ParserError> { in from_bytes() argument
|
| D | 50.rs | 19 pub const fn from_bytes(v: &[u8]) -> Result<Self, ParserError> { in from_bytes() argument
|
| D | 100_greater_max_width.rs | 22 ) -> Result<Self, ParserError> { in from_bytes() argument
|
| /third_party/rust/rust/src/tools/rustfmt/src/parse/ |
| D | parser.rs | 47 pub(crate) fn build(self) -> Result<Parser<'a>, ParserError> { in build() argument 85 pub(crate) enum ParserError { enum
|
| /third_party/parse5/packages/parse5/lib/ |
| D | index.ts | 25 export { ERR as ErrorCodes, type ParserError, type ParserErrorHandler } from './common/error-codes.… alias
|
| /third_party/parse5/packages/parse5/lib/tokenizer/ |
| D | preprocessor.ts | 9 import { ERR, type ParserError, type ParserErrorHandler } from '../common/error-codes.js'; alias
|
| /third_party/parse5/packages/parse5/lib/common/ |
| D | error-codes.ts | 3 export interface ParserError extends Location { interface
|
| /third_party/PyYAML/lib/yaml/ |
| D | parser.py | 69 class ParserError(MarkedYAMLError): class
|
| /third_party/rust/rust/compiler/rustc_expand/src/ |
| D | module.rs | 46 ParserError(DiagnosticBuilder<'a, ErrorGuaranteed>), enumerator
|
| /third_party/PyYAML/yaml/ |
| D | _yaml.pyx | 18 ParserError = yaml.parser.ParserError variable
|