Home
last modified time | relevance | path

Searched defs:ExceptionData (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
H A DBaseServiceException.java45 public static final class ExceptionData implements Serializable { class in BaseServiceException
56 private ExceptionData( in ExceptionData() method in BaseServiceException.ExceptionData
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DDebugSupport.h101 UINT32 ExceptionData; member
195 UINT64 ExceptionData; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DDebugSupport.h96 UINT32 ExceptionData; member
190 UINT64 ExceptionData; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DDebugSupport.h96 UINT32 ExceptionData; member
190 UINT64 ExceptionData; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DDebugSupport.h96 UINT32 ExceptionData; member
190 UINT64 ExceptionData; member
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp3706 Address ExceptionData; member
4059 Address ExceptionData = CGF.CreateTempAlloca(ObjCTypes.ExceptionDataTy, in EmitTryOrSynchronizedStmt() local