/third_party/rust/crates/cxx/src/ |
D | exception.rs | 9 pub struct Exception { struct 13 impl Display for Exception { argument 21 impl std::error::Error for Exception {} implementation 23 impl Exception { implementation
|
D | result.rs | 56 pub unsafe fn exception(self) -> StdResult<(), Exception> { in exception() argument
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgDefs.hpp | 36 class Exception : public std::runtime_error class 39 Exception (const std::string& message) : std::runtime_error(message) {} in Exception() function in rsg::Exception
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Minidump.h | 230 struct Exception { struct 233 support::ulittle32_t ExceptionCode; argument 234 support::ulittle32_t ExceptionFlags; argument 235 support::ulittle64_t ExceptionRecord; argument 236 support::ulittle64_t ExceptionAddress; argument 239 support::ulittle64_t ExceptionInformation[MaxParameters]; argument 241 static_assert(sizeof(Exception) == 152, ""); argument
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | exception_type.h | 32 Exception() : what_("Unknown exception") {} in Exception() function 33 explicit Exception(const char* message) throw() { SetMessage(message); } in Exception() function
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | MessageParsingHelpers.cs | 74 where TException : Exception property in Google.Protobuf.MessageParsingHelpers
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | angle_deqp_libtester.h | 37 Exception, enumerator
|
/third_party/node/deps/v8/tools/v8windbg/test/ |
D | debug-callbacks.cc | 48 HRESULT __stdcall MyCallback::Exception(PEXCEPTION_RECORD64 Exception, in Exception() argument
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuDefs.cpp | 72 Exception::Exception (const char* message, const char* expr, const char* file, int line) in Exception() function in tcu::Exception 78 Exception::Exception (const std::string& message) in Exception() function in tcu::Exception
|
D | tcuDefs.hpp | 51 class Exception : public std::runtime_error class
|
/third_party/python/Tools/peg_generator/scripts/ |
D | test_parse_directory.py | 47 error: Optional[Exception] = None,
|
/third_party/mbedtls/scripts/ |
D | generate_driver_wrappers.py | 163 def trace_exception(e: Exception, file=sys.stderr) -> None:
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
D | metadata.py | 57 def __init__(self, message: str, exceptions: List[Exception]) -> None: 534 self, msg: str, cause: Optional[Exception] = None
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | RawConstants.h | 88 Exception, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | MinidumpYAML.h | 29 Exception, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 381 yaml::IO &IO, minidump::Exception &Exception) { in mapping()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 397 class JSON_API Exception; variable
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 397 class JSON_API Exception; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 397 class JSON_API Exception; variable
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.h | 492 enum Exception { enum
|
/third_party/node/deps/v8/src/execution/mips/ |
D | simulator-mips.h | 563 enum Exception { enum
|
/third_party/node/deps/v8/src/execution/mips64/ |
D | simulator-mips64.h | 586 enum Exception { enum
|
/third_party/typescript/src/compiler/transformers/ |
D | generators.ts | 148 Exception, enumerator
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.h | 920 enum Exception { enum
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2533 class JSON_API Exception : public std::exception { class 2550 Exception::Exception(std::string const& msg) in Exception() function in Json::Exception
|