Home
last modified time | relevance | path

Searched defs:ParseError (Results 1 – 25 of 28) sorted by relevance

12

/prebuilts/go/linux-x86/src/encoding/csv/
Dreader.go67 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/
Dv0.rs24 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/
Dv0.rs24 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/
Dv0.rs24 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/
Dv0.rs24 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/
Dformat.go837 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/
Dnet.go558 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/
Dparse.py16 class ParseError(Exception): class
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/pgen2/
Dparse.py16 class ParseError(Exception): class
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/lib2to3/pgen2/
Dparse.py16 class ParseError(Exception): class
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/pgen2/
Dparse.py16 class ParseError(Exception): class
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
DJSON.h901 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DJSON.h899 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DJSON.h899 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DJSON.h886 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/
DElementTree.py106 class ParseError(SyntaxError): class
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/etree/
DElementTree.py106 class ParseError(SyntaxError): class
/prebuilts/build-tools/common/py3-stdlib/xml/etree/
DElementTree.py107 class ParseError(SyntaxError): class
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/etree/
DElementTree.py106 class ParseError(SyntaxError): class
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/etree/
DElementTree.py106 class ParseError(SyntaxError): class
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/alloc/src/
Dstring.rs2508 pub type ParseError = core::convert::Infallible; typedef
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/alloc/src/
Dstring.rs2508 pub type ParseError = core::convert::Infallible; typedef
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/alloc/src/
Dstring.rs2625 pub type ParseError = core::convert::Infallible; typedef
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/alloc/src/
Dstring.rs2625 pub type ParseError = core::convert::Infallible; typedef
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Format/
DFormat.h35 enum class ParseError { enum

12