/third_party/flatbuffers/rust/flexbuffers/src/builder/ |
D | ser.rs | 39 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/ |
D | mod.rs | 33 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 …]
|
D | map.rs | 108 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
|
D | de.rs | 31 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/ |
D | wire.go | 71 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/ |
D | wire.go | 71 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/ |
D | wire.go | 71 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/ |
D | check.go | 31 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/ |
D | regression-test-issue-743.js | 15 function Error(Error) { } class
|
D | regression-test-issue-195.js | 15 function Error() { } class
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_utils.h | 175 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/ |
D | SpecialCaseList.cpp | 75 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/ |
D | NullLogger.cs | 45 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
|
D | ILogger.cs | 52 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
|
D | LogLevelFilterLogger.cs | 134 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
|
D | TextWriterLogger.cs | 129 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/ |
D | MIRParser.cpp | 194 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/ |
D | xeDefs.hpp | 34 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/ |
D | FileUtilities.h | 87 AtomicFileWriteError(atomic_write_error Error) : Error(Error) {} in AtomicFileWriteError() 91 const atomic_write_error Error; variable
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | ExternalDnsWithTracingClientServerTest.cs | 119 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/ |
D | Error.cpp | 30 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/ |
D | Error.cpp | 30 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/ |
D | gif2rgb.c | 166 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/ |
D | declarationFilesWithTypeReferences4.ts | 4 interface Error { interface
|
D | declarationFilesWithTypeReferences1.ts | 6 interface Error { interface
|