Home
last modified time | relevance | path

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

12

/third_party/rust/crates/cxx/src/
Dexception.rs9 pub struct Exception { struct
13 impl Display for Exception { implementation
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/flutter/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/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_libtester.h35 Exception, enumerator
/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/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/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/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h397 class JSON_API Exception; variable
/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/typescript/src/compiler/transformers/
Dgenerators.ts148 Exception, enumerator
/third_party/jsoncpp/src/lib_json/
Djson_value.cpp203 Exception::Exception(String msg) : msg_(std::move(msg)) {} in Exception() function in Json::Exception
/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/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
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2569 Exception::Exception(std::string const& msg) in Exception() function in Json::Exception
/third_party/libabigail/tests/lib/
Dcatch.hpp1365 Exception = 0x100 | FailureBit, enumerator
3398 namespace Exception { namespace
11429 namespace Exception { namespace

12