/prebuilts/go/linux-x86/src/encoding/csv/ |
D | reader.go | 67 type ParseError struct { struct 68 StartLine int // Line where the record starts 69 Line int // Line where the error occurred 70 Column int // Column (1-based byte index) where the error occurred 71 Err error // The actual error 74 func (e *ParseError) Error() string { 84 func (e *ParseError) Unwrap() error { return e.Err }
|
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/vendor/rustc-demangle/src/ |
D | v0.rs | 24 pub enum ParseError { enum 37 pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { in demangle() argument 405 fn push_depth(&mut self) -> Result<(), ParseError> { in push_depth() argument 431 fn next(&mut self) -> Result<u8, ParseError> { in next() argument 437 fn hex_nibbles(&mut self) -> Result<HexNibbles<'s>, ParseError> { in hex_nibbles() argument 451 fn digit_10(&mut self) -> Result<u8, ParseError> { in digit_10() argument 460 fn digit_62(&mut self) -> Result<u8, ParseError> { in digit_62() argument 471 fn integer_62(&mut self) -> Result<u64, ParseError> { in integer_62() argument 485 fn opt_integer_62(&mut self, tag: u8) -> Result<u64, ParseError> { in opt_integer_62() argument 492 fn disambiguator(&mut self) -> Result<u64, ParseError> { in disambiguator() argument [all …]
|
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/vendor/rustc-demangle/src/ |
D | v0.rs | 24 pub enum ParseError { enum 37 pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { in demangle() argument 405 fn push_depth(&mut self) -> Result<(), ParseError> { in push_depth() argument 431 fn next(&mut self) -> Result<u8, ParseError> { in next() argument 437 fn hex_nibbles(&mut self) -> Result<HexNibbles<'s>, ParseError> { in hex_nibbles() argument 451 fn digit_10(&mut self) -> Result<u8, ParseError> { in digit_10() argument 460 fn digit_62(&mut self) -> Result<u8, ParseError> { in digit_62() argument 471 fn integer_62(&mut self) -> Result<u64, ParseError> { in integer_62() argument 485 fn opt_integer_62(&mut self, tag: u8) -> Result<u64, ParseError> { in opt_integer_62() argument 492 fn disambiguator(&mut self) -> Result<u64, ParseError> { in disambiguator() argument [all …]
|
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/vendor/rustc-demangle/src/ |
D | v0.rs | 24 pub enum ParseError { enum 37 pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { in demangle() argument 405 fn push_depth(&mut self) -> Result<(), ParseError> { in push_depth() argument 431 fn next(&mut self) -> Result<u8, ParseError> { in next() argument 437 fn hex_nibbles(&mut self) -> Result<HexNibbles<'s>, ParseError> { in hex_nibbles() argument 451 fn digit_10(&mut self) -> Result<u8, ParseError> { in digit_10() argument 460 fn digit_62(&mut self) -> Result<u8, ParseError> { in digit_62() argument 471 fn integer_62(&mut self) -> Result<u64, ParseError> { in integer_62() argument 485 fn opt_integer_62(&mut self, tag: u8) -> Result<u64, ParseError> { in opt_integer_62() argument 492 fn disambiguator(&mut self) -> Result<u64, ParseError> { in disambiguator() argument [all …]
|
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/vendor/rustc-demangle/src/ |
D | v0.rs | 24 pub enum ParseError { enum 37 pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { in demangle() argument 405 fn push_depth(&mut self) -> Result<(), ParseError> { in push_depth() argument 431 fn next(&mut self) -> Result<u8, ParseError> { in next() argument 437 fn hex_nibbles(&mut self) -> Result<HexNibbles<'s>, ParseError> { in hex_nibbles() argument 451 fn digit_10(&mut self) -> Result<u8, ParseError> { in digit_10() argument 460 fn digit_62(&mut self) -> Result<u8, ParseError> { in digit_62() argument 471 fn integer_62(&mut self) -> Result<u64, ParseError> { in integer_62() argument 485 fn opt_integer_62(&mut self, tag: u8) -> Result<u64, ParseError> { in opt_integer_62() argument 492 fn disambiguator(&mut self) -> Result<u64, ParseError> { in disambiguator() argument [all …]
|
/prebuilts/go/linux-x86/src/time/ |
D | format.go | 837 type ParseError struct { struct 838 Layout string 839 Value string 840 LayoutElem string 841 ValueElem string 842 Message string 898 func (e *ParseError) Error() string {
|
/prebuilts/go/linux-x86/src/net/ |
D | net.go | 558 type ParseError struct { struct 561 Type string 564 Text string 567 func (e *ParseError) Error() string { return "invalid " + e.Type + ": " + e.Text } 569 func (e *ParseError) Timeout() bool { return false } 570 func (e *ParseError) Temporary() bool { return false }
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/pgen2/ |
D | parse.py | 16 class ParseError(Exception): class
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/pgen2/ |
D | parse.py | 16 class ParseError(Exception): class
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/lib2to3/pgen2/ |
D | parse.py | 16 class ParseError(Exception): class
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/pgen2/ |
D | parse.py | 16 class ParseError(Exception): class
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/ |
D | JSON.h | 901 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | JSON.h | 899 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | JSON.h | 899 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | JSON.h | 886 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/xml/etree/ |
D | ElementTree.py | 106 class ParseError(SyntaxError): class
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/etree/ |
D | ElementTree.py | 106 class ParseError(SyntaxError): class
|
/prebuilts/build-tools/common/py3-stdlib/xml/etree/ |
D | ElementTree.py | 107 class ParseError(SyntaxError): class
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/etree/ |
D | ElementTree.py | 106 class ParseError(SyntaxError): class
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/etree/ |
D | ElementTree.py | 106 class ParseError(SyntaxError): class
|
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/alloc/src/ |
D | string.rs | 2508 pub type ParseError = core::convert::Infallible; typedef
|
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/alloc/src/ |
D | string.rs | 2508 pub type ParseError = core::convert::Infallible; typedef
|
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/alloc/src/ |
D | string.rs | 2625 pub type ParseError = core::convert::Infallible; typedef
|
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/alloc/src/ |
D | string.rs | 2625 pub type ParseError = core::convert::Infallible; typedef
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Format/ |
D | Format.h | 35 enum class ParseError { enum
|