Home
last modified time | relevance | path

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

/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/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/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/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_libtester.h35 Exception, enumerator
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_libtester.h37 Exception, enumerator
/third_party/python/Tools/peg_generator/scripts/
Dtest_parse_directory.py51 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/typescript/src/compiler/transformers/
Dgenerators.ts148 Exception, enumerator
/third_party/jsoncpp/src/lib_json/
Djson_value.cpp195 Exception::Exception(String msg) : msg_(JSONCPP_MOVE(msg)) {} in Exception() function in Json::Exception
/third_party/mingw-w64/mingw-w64-headers/include/
Dminwinbase.h301 EXCEPTION_DEBUG_INFO Exception; member
Ddbgeng.h1390 STDMETHOD(Exception)(THIS_ PEXCEPTION_RECORD64 Exception,ULONG FirstChance) PURE; in DECLARE_INTERFACE_() local
1863 …STDMETHOD(Exception)(THIS_ PEXCEPTION_RECORD64 Exception,ULONG FirstChance) { return DEBUG_STATUS_… in STDMETHOD() argument
Dcdoex.h2606 #define IExceptions_get_Item(This,Index,Exception) (This)->lpVtbl->get_Item(This,Index,Exception) argument
2609 #define IExceptions_Add(This,Type,Exception) (This)->lpVtbl->Add(This,Type,Exception) argument
/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/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/boost/boost/wave/util/
Dflex_string.hpp1398 static void Enforce(bool condition, Exception*, const char* msg) in Enforce() argument
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2569 Exception::Exception(std::string const& msg) in Exception() function in Json::Exception