Home
last modified time | relevance | path

Searched defs:throws (Results 1 – 12 of 12) sorted by relevance

/external/kotlinpoet/kotlinpoet/src/main/java/com/squareup/kotlinpoet/jvm/
DJvmAnnotations.kt79 public fun FunSpec.Builder.throws(vararg exceptionClasses: KClass<out Throwable>): FunSpec.Builder = in throws() method
82 public fun FunSpec.Builder.throws(vararg exceptionClasses: Type): FunSpec.Builder = in throws() method
85 public fun FunSpec.Builder.throws(vararg exceptionClasses: TypeName): FunSpec.Builder = in throws() method
88 public fun FunSpec.Builder.throws(exceptionClasses: Iterable<TypeName>): FunSpec.Builder = in throws() method
/external/dokka/core/testdata/classes/
DjavaAnnotationClass.kt5 public annotation class throws() class
/external/clang/test/Profile/
Dcxx-throws.cpp20 void throws() { in throws() function
/external/catch2/include/internal/
Dcatch_test_case_info.cpp130 bool TestCaseInfo::throws() const { in throws() function in Catch::TestCaseInfo
/external/clang/test/SemaCXX/
Dexceptions.cpp30 void throws() { in throws() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryTest.kt198 private suspend fun throws() { in <lambda>() method in kotlinx.coroutines.exceptions.StackTraceRecoveryTest
/external/rust/cxx/syntax/
Dparse.rs670 let throws = throws_tokens.is_some(); in parse_extern_fn() localVariable
1416 let throws = throws_tokens.is_some(); in parse_type_fn() localVariable
Dmod.rs189 pub throws: bool, field
/external/kotlinpoet/interop/kotlinx-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/
DKotlinPoetMetadataSpecsTest.kt1713 fun throws() { in <lambda>() method
/external/bcc/tests/cc/
Dcatch.hpp7424 bool TestCaseInfo::throws() const { in throws() function in Catch::TestCaseInfo
/external/libabigail/tests/lib/
Dcatch.hpp14069 bool TestCaseInfo::throws() const { in throws() function in Catch::TestCaseInfo
/external/catch2/single_include/catch2/
Dcatch.hpp13924 bool TestCaseInfo::throws() const { in throws() function in Catch::TestCaseInfo