Home
last modified time | relevance | path

Searched defs:ExceptionType (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DFuturesGetCheckedBenchmark.java75 private enum ExceptionType { enum in FuturesGetCheckedBenchmark
81 ExceptionType(Class<? extends Exception> exceptionType) { in ExceptionType() method in FuturesGetCheckedBenchmark.ExceptionType
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/
DFuturesGetCheckedBenchmark.java75 private enum ExceptionType { enum in FuturesGetCheckedBenchmark
81 ExceptionType(Class<? extends Exception> exceptionType) { in ExceptionType() method in FuturesGetCheckedBenchmark.ExceptionType
/external/antlr/runtime/Cpp/include/
Dantlr3interfaces.hpp72 enum ExceptionType enum
/external/ImageMagick/MagickCore/
Dexception.h99 } ExceptionType; typedef
/external/v8/src/debug/
Ddebug-interface.h201 enum ExceptionType { kException, kPromiseRejection }; enum
/external/clang/lib/AST/
DType.cpp2690 for (QualType ExceptionType : epi.ExceptionSpec.Exceptions) { in FunctionProtoType() local
DASTImporter.cpp1739 QualType ExceptionType = Importer.Import(E); in VisitFunctionProtoType() local
/external/clang/lib/Sema/
DSemaDeclObjC.cpp4632 QualType ExceptionType = TInfo->getType(); in ActOnObjCExceptionDecl() local