Home
last modified time | relevance | path

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/
D100.rs13 pub const fn from_bytes(v: &[u8]) -> Result<Self, ParserError> { in from_bytes() argument
D100_greater_max_width.rs14 pub const fn from_bytes(v: &[u8]) -> Result<Self, ParserError> { in from_bytes() argument
D50.rs13 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/
D100.rs13 pub const fn from_bytes(v: &[u8]) -> Result<Self, ParserError> { in from_bytes() argument
D50.rs19 pub const fn from_bytes(v: &[u8]) -> Result<Self, ParserError> { in from_bytes() argument
D100_greater_max_width.rs22 ) -> Result<Self, ParserError> { in from_bytes() argument
/third_party/rust/rust/src/tools/rustfmt/src/parse/
Dparser.rs47 pub(crate) fn build(self) -> Result<Parser<'a>, ParserError> { in build() argument
85 pub(crate) enum ParserError { enum
/third_party/parse5/packages/parse5/lib/
Dindex.ts25 export { ERR as ErrorCodes, type ParserError, type ParserErrorHandler } from './common/error-codes.… alias
/third_party/parse5/packages/parse5/lib/tokenizer/
Dpreprocessor.ts9 import { ERR, type ParserError, type ParserErrorHandler } from '../common/error-codes.js'; alias
/third_party/parse5/packages/parse5/lib/common/
Derror-codes.ts3 export interface ParserError extends Location { interface
/third_party/PyYAML/lib/yaml/
Dparser.py69 class ParserError(MarkedYAMLError): class
/third_party/rust/rust/compiler/rustc_expand/src/
Dmodule.rs46 ParserError(DiagnosticBuilder<'a, ErrorGuaranteed>), enumerator
/third_party/PyYAML/yaml/
D_yaml.pyx18 ParserError = yaml.parser.ParserError variable