Home
last modified time | relevance | path

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

12

/third_party/rust/crates/serde/serde_derive/src/internals/
Dcase.rs45 pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> { in from_str() argument
120 pub struct ParseError<'a> { struct
124 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/nom/src/
Derror.rs16 pub trait ParseError<I>: Sized { trait
103 impl<I> ParseError<I> for (I, ErrorKind) { impl
121 impl<I> ParseError<I> for () { impl
/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
Dty.rs689 ) -> Result<ParseResult<Self>, ParseError> { in from_clang_ty() argument
/third_party/protobuf/ruby/lib/google/
Dprotobuf.rb39 class ParseError < Error; end class
/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/backends/backend/pixma/scripts/
Dpixma_gen_options.py11 class ParseError(Error): class
/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
1542 def ParseError(self, message): member in Tokenizer
Djson_format.py96 class ParseError(Error): class
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DJSON.h693 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1458 bool &ParseError, SMLoc &End) { in ParseIntelNamedOperator()
1536 bool ParseError = false; in ParseIntelExpression() local

12