/third_party/rust/crates/serde/serde_derive/src/internals/ |
D | case.rs | 50 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/ |
D | parse.rs | 9 pub enum ParseError { enum 39 ) -> Result<ParseResult<Self>, ParseError>; in parse() argument
|
/third_party/vk-gl-cts/framework/xexml/ |
D | xeDefs.hpp | 41 class ParseError : public Error class 44 ParseError (const std::string& message) : Error(message) {} in ParseError() function in xe::ParseError
|
D | xeXMLParser.hpp | 77 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/ |
D | directive.rs | 11 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/ |
D | error.rs | 16 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/ |
D | asm.py | 31 class ParseError(Exception): class
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | module.rs | 79 ) -> Result<ParseResult<Self>, ParseError> { in parse() argument
|
D | function.rs | 406 ) -> Result<Self, ParseError> { in from_ty() argument 658 ) -> Result<ParseResult<Self>, ParseError> { in parse() argument
|
D | enum_ty.rs | 57 ) -> Result<Self, ParseError> { in from_ty() argument
|
D | var.rs | 177 ) -> Result<ParseResult<Self>, ParseError> { in parse() argument
|
D | item.rs | 1289 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
|
D | comp.rs | 1252 ) -> Result<Self, ParseError> { in from_ty() argument 1594 ) -> Result<CompKind, ParseError> { in kind_from_cursor() argument
|
/third_party/python/Lib/lib2to3/pgen2/ |
D | parse.py | 16 class ParseError(Exception): class
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/ |
D | IceParseInstsTest.cpp | 29 constexpr bool ParseError = true; variable
|
/third_party/vk-gl-cts/scripts/log/ |
D | log_parser.py | 67 class ParseError(Exception): class
|
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/env/ |
D | builder.rs | 153 pub fn parse<S: AsRef<str>>(&self, dirs: S) -> Result<EnvFilter, directive::ParseError> { in parse()
|
D | directive.rs | 122 pub(super) fn parse(from: &str, regex: bool) -> Result<Self, ParseError> { in parse() argument
|
D | mod.rs | 359 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/ |
D | SpecialCaseList.cpp | 109 std::string ParseError; in createInternal() local
|
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 884 public string ParseError { property in Conformance.ConformanceResponse 1004 ParseError = 1, enumerator
|
/third_party/protobuf/python/google/protobuf/ |
D | text_format.py | 79 class ParseError(Error): class 1536 def ParseError(self, message): member in Tokenizer
|
D | json_format.py | 96 class ParseError(Error): class
|
/third_party/node/src/ |
D | cares_wrap.h | 259 void ParseError(int status) { in ParseError() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 673 Error ParseError = getLocationTable().visitAbsoluteLocationList( in findLoclistFromOffset() local
|