Home
last modified time | relevance | path

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

12

/third_party/rust/crates/serde/serde_derive/src/internals/
Dcase.rs50 pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> { in from_str() argument
117 pub struct ParseError<'a> { struct
121 impl<'a> Display for ParseError<'a> { implementation
/third_party/rust/crates/bindgen/bindgen/
Dparse.rs9 pub enum ParseError { enum
39 ) -> Result<ParseResult<Self>, ParseError>; in parse() argument
/third_party/vk-gl-cts/framework/xexml/
DxeDefs.hpp41 class ParseError : public Error class
44 ParseError (const std::string& message) : Error(message) {} in ParseError() function in xe::ParseError
DxeXMLParser.hpp77 class ParseError : public xe::ParseError class
80 ParseError (const std::string& message) : xe::ParseError(message) {} in ParseError() function in xe::xml::ParseError
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/
Ddirective.rs11 pub struct ParseError { struct
12 kind: ParseErrorKind, argument
399 impl ParseError { implementation
414 impl fmt::Display for ParseError { implementation
427 impl std::error::Error for ParseError { implementation
442 impl From<Box<dyn std::error::Error + Send + Sync>> for ParseError { implementation
450 impl From<level::ParseError> for ParseError { implementation
/third_party/rust/crates/nom/src/
Derror.rs16 pub trait ParseError<I>: Sized { interface
103 impl<I> ParseError<I> for (I, ErrorKind) { impl
121 impl<I> ParseError<I> for () { implementation
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dasm.py31 class ParseError(Exception): class
/third_party/rust/crates/bindgen/bindgen/ir/
Dmodule.rs79 ) -> Result<ParseResult<Self>, ParseError> { in parse() argument
Dfunction.rs406 ) -> Result<Self, ParseError> { in from_ty() argument
658 ) -> Result<ParseResult<Self>, ParseError> { in parse() argument
Denum_ty.rs57 ) -> Result<Self, ParseError> { in from_ty() argument
Dvar.rs177 ) -> Result<ParseResult<Self>, ParseError> { in parse() argument
Ditem.rs1289 result: &mut Result<TypeId, ParseError>, in visit_child() argument
1338 ) -> Result<ItemId, ParseError> { in parse() argument
1560 ) -> Result<TypeId, ParseError> { in from_ty() argument
1579 ) -> Result<TypeId, ParseError> { in from_ty_with_id() argument
Dcomp.rs1252 ) -> Result<Self, ParseError> { in from_ty() argument
1594 ) -> Result<CompKind, ParseError> { in kind_from_cursor() argument
/third_party/python/Lib/lib2to3/pgen2/
Dparse.py16 class ParseError(Exception): class
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/
DIceParseInstsTest.cpp29 constexpr bool ParseError = true; variable
/third_party/vk-gl-cts/scripts/log/
Dlog_parser.py67 class ParseError(Exception): class
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/env/
Dbuilder.rs153 pub fn parse<S: AsRef<str>>(&self, dirs: S) -> Result<EnvFilter, directive::ParseError> { in parse()
Ddirective.rs122 pub(super) fn parse(from: &str, regex: bool) -> Result<Self, ParseError> { in parse() argument
Dmod.rs359 pub fn try_new<S: AsRef<str>>(dirs: S) -> Result<Self, directive::ParseError> { in try_new()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp109 std::string ParseError; in createInternal() local
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs884 public string ParseError { property in Conformance.ConformanceResponse
1004 ParseError = 1, enumerator
/third_party/protobuf/python/google/protobuf/
Dtext_format.py79 class ParseError(Error): class
1536 def ParseError(self, message): member in Tokenizer
Djson_format.py96 class ParseError(Error): class
/third_party/node/src/
Dcares_wrap.h259 void ParseError(int status) { in ParseError() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp673 Error ParseError = getLocationTable().visitAbsoluteLocationList( in findLoclistFromOffset() local

12