Home
last modified time | relevance | path

Searched defs:Exception (Results 1 – 25 of 31) sorted by relevance

12

/third_party/rust/crates/cxx/src/
Dexception.rs9 pub struct Exception { struct
13 impl Display for Exception { argument
21 impl std::error::Error for Exception {} implementation
23 impl Exception { implementation
Dresult.rs56 pub unsafe fn exception(self) -> StdResult<(), Exception> { in exception() argument
/third_party/vk-gl-cts/framework/randomshaders/
DrsgDefs.hpp36 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/
DMinidump.h230 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/
Dexception_type.h32 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/
DMessageParsingHelpers.cs74 where TException : Exception property in Google.Protobuf.MessageParsingHelpers
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_libtester.h37 Exception, enumerator
/third_party/node/deps/v8/tools/v8windbg/test/
Ddebug-callbacks.cc48 HRESULT __stdcall MyCallback::Exception(PEXCEPTION_RECORD64 Exception, in Exception() argument
/third_party/vk-gl-cts/framework/common/
DtcuDefs.cpp72 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
DtcuDefs.hpp51 class Exception : public std::runtime_error class
/third_party/python/Tools/peg_generator/scripts/
Dtest_parse_directory.py47 error: Optional[Exception] = None,
/third_party/mbedtls/scripts/
Dgenerate_driver_wrappers.py163 def trace_exception(e: Exception, file=sys.stderr) -> None:
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
Dmetadata.py57 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/
DRawConstants.h88 Exception, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h29 Exception, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp381 yaml::IO &IO, minidump::Exception &Exception) { in mapping()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h397 class JSON_API Exception; variable
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h397 class JSON_API Exception; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h397 class JSON_API Exception; variable
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h492 enum Exception { enum
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h563 enum Exception { enum
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h586 enum Exception { enum
/third_party/typescript/src/compiler/transformers/
Dgenerators.ts148 Exception, enumerator
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h920 enum Exception { enum
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2533 class JSON_API Exception : public std::exception { class
2550 Exception::Exception(std::string const& msg) in Exception() function in Json::Exception

12