Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 25 of 267) sorted by relevance

1234567891011

/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dser.rs39 fn finish_if_not_nested(&mut self) -> Result<(), Error> { in finish_if_not_nested() argument
63 fn end_vector(&mut self) -> Result<(), Error> { in end_vector() argument
68 fn end_map(&mut self) -> Result<(), Error> { in end_map() argument
77 pub enum Error { enum
83 impl std::fmt::Display for Error { implementation
84 fn fmt(&self, f: &mut std::fmt::Formatter) -> Result<(), std::fmt::Error> { in fmt()
88 impl std::error::Error for Error {} implementation
89 impl ser::Error for Error { implementation
99 type Error = Error; typedef
106 fn end(self) -> Result<Self::Ok, Self::Error> { in end()
[all …]
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dmod.rs33 pub enum Error { enum
72 impl std::convert::From<std::str::Utf8Error> for Error { implementation
77 impl fmt::Display for Error { implementation
94 impl std::error::Error for Error { implementation
196 fn safe_sub(a: usize, b: usize) -> Result<usize, Error> { in safe_sub() argument
200 fn deref_offset(buffer: &[u8], address: usize, width: BitWidth) -> Result<usize, Error> { in deref_offset() argument
212 ) -> Result<Self, Error> { in new() argument
230 pub fn get_root(buffer: B) -> Result<Self, Error> { in get_root() argument
282 fn expect_type(&self, ty: FlexBufferType) -> Result<(), Error> { in expect_type() argument
292 fn expect_bw(&self, bw: BitWidth) -> Result<(), Error> { in expect_bw() argument
[all …]
Dmap.rs108 pub fn index<I: MapReaderIndexer>(&self, i: I) -> Result<Reader<B>, Error> { in index() argument
117 fn usize_index(&self, i: usize) -> Result<Reader<B>, Error> { in usize_index() argument
137 fn key_index(&self, k: &str) -> Result<Reader<B>, Error> { in key_index() argument
177 fn index_map_reader<B: Buffer>(self, r: &MapReader<B>) -> Result<Reader<B>, Error>; in index_map_reader() argument
182 fn index_map_reader<B: Buffer>(self, r: &MapReader<B>) -> Result<Reader<B>, Error> { in index_map_reader() argument
189 fn index_map_reader<B: Buffer>(self, r: &MapReader<B>) -> Result<Reader<B>, Error> { in index_map_reader() argument
Dde.rs31 fn fmt(&self, f: &mut std::fmt::Formatter) -> Result<(), std::fmt::Error> { in fmt()
55 type Error = DeserializationError; typedef
82 type Error = DeserializationError; typedef
100 type Error = DeserializationError; typedef
123 type Error = DeserializationError; typedef
125 fn unit_variant(self) -> Result<(), Self::Error> { in unit_variant()
164 type Error = DeserializationError; typedef
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go71 Error *Error `json:"error,omitempty"` member
77 type Error struct { struct
79 Code int64 `json:"code"`
81 Message string `json:"message"`
83 Data *json.RawMessage `json:"data"`
100 func (err *Error) Error() string { func
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go71 Error *Error `json:"error,omitempty"` member
77 type Error struct { struct
79 Code int64 `json:"code"`
81 Message string `json:"message"`
83 Data *json.RawMessage `json:"data"`
100 func (err *Error) Error() string { argument
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go71 Error *Error `json:"error,omitempty"` member
77 type Error struct { struct
79 Code int64 `json:"code"`
81 Message string `json:"message"`
83 Data *json.RawMessage `json:"data"`
100 func (err *Error) Error() string { argument
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dcheck.go31 type Error struct { struct
32 Err error
33 Filename string
34 Line uint32
35 OtherFilename string
36 OtherLine uint32
38 TMap *t.Map
39 Facts []*a.Expr
42 func (e *Error) Error() string { func
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-743.js15 function Error(Error) { } class
Dregression-test-issue-195.js15 function Error() { } class
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.h175 struct Error struct
190 virtual void handleError(VkResult result, argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp75 llvm::vfs::FileSystem &FS, std::string &Error) { in create()
83 std::string &Error) { in create()
93 std::string Error; in createOrDie() local
100 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
119 std::string &Error) { in createInternal()
128 std::string &Error) { in parse()
/third_party/grpc/src/csharp/Grpc.Core/Logging/
DNullLogger.cs45 public void Error(string message) in Error() method in Grpc.Core.Logging.NullLogger
52 public void Error(Exception exception, string message) in Error() method in Grpc.Core.Logging.NullLogger
59 public void Error(string format, params object[] formatArgs) in Error() method in Grpc.Core.Logging.NullLogger
DILogger.cs52 void Error(string message); in Error() method
55 void Error(string format, params object[] formatArgs); in Error() method
58 void Error(Exception exception, string message); in Error() method
DLogLevelFilterLogger.cs134 public void Error(string message) in Error() method in Grpc.Core.Logging.LogLevelFilterLogger
143 public void Error(string format, params object[] formatArgs) in Error() method in Grpc.Core.Logging.LogLevelFilterLogger
152 public void Error(Exception exception, string message) in Error() method in Grpc.Core.Logging.LogLevelFilterLogger
DTextWriterLogger.cs129 public void Error(string message) in Error() method in Grpc.Core.Logging.TextWriterLogger
135 public void Error(string format, params object[] formatArgs) in Error() method in Grpc.Core.Logging.TextWriterLogger
141 public void Error(Exception exception, string message) in Error() method in Grpc.Core.Logging.TextWriterLogger
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp194 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
233 SMDiagnostic Error; in parseIRModule() local
355 SMDiagnostic Error; in initializeCallSiteInfo() local
430 SMDiagnostic Error; in initializeMachineFunction() local
510 SMDiagnostic Error; in parseRegisterInfo() local
587 bool Error = false; in setupRegisterInfo() local
746 SMDiagnostic Error; in initializeFrameInfo() local
761 SMDiagnostic Error; in parseCalleeSavedRegister() local
812 SMDiagnostic Error; in parseMDNode() local
823 SMDiagnostic Error; in initializeConstantPool() local
[all …]
/third_party/vk-gl-cts/framework/xexml/
DxeDefs.hpp34 class Error : public std::runtime_error class
37 Error (const std::string& message) : std::runtime_error(message) {} in Error() function in xe::Error
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileUtilities.h87 AtomicFileWriteError(atomic_write_error Error) : Error(Error) {} in AtomicFileWriteError()
91 const atomic_write_error Error; variable
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DExternalDnsWithTracingClientServerTest.cs119 public void Error(string message) in Error() method in Grpc.IntegrationTesting.SocketUsingLogger
124 public void Error(Exception exception, string message) in Error() method in Grpc.IntegrationTesting.SocketUsingLogger
129 public void Error(string format, params object[] formatArgs) in Error() method in Grpc.IntegrationTesting.SocketUsingLogger
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DError.cpp30 Error::Error(EGLint errorCode, std::string &&message) in Error() function in egl::Error
34 Error::Error(EGLint errorCode, EGLint id, std::string &&message) in Error() function in egl::Error
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DError.cpp30 Error::Error(EGLint errorCode, std::string &&message) in Error() function in egl::Error
34 Error::Error(EGLint errorCode, EGLint id, std::string &&message) in Error() function in egl::Error
/third_party/giflib/
Dgif2rgb.c166 int i, Error; in SaveGif() local
354 int Error; in GIF2RGB() local
357 int Error; in GIF2RGB() local
364 int Error; in GIF2RGB() local
501 bool Error, OutFileFlag = false, ColorFlag = false, SizeFlag = false; in main() local
/third_party/typescript/tests/cases/compiler/
DdeclarationFilesWithTypeReferences4.ts4 interface Error { interface
DdeclarationFilesWithTypeReferences1.ts6 interface Error { interface

1234567891011