Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/system/include/boost/system/detail/
Dthrows.hpp36 inline system::error_code* throws() in throws() function
52 inline system::error_code& throws() in throws() function
/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/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/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.erasure/
Derase_if_exceptions.pass.cpp32 int c1, c2, throws; member
/external/cronet/tot/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.erasure/
Derase_if_exceptions.pass.cpp32 int c1, c2, throws; member
/external/clang/test/SemaCXX/
Dexceptions.cpp30 void throws() { in throws() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryTest.kt196 private suspend fun throws() { in <lambda>() method in kotlinx.coroutines.exceptions.StackTraceRecoveryTest
/external/rust/cxx/syntax/
Dparse.rs665 let throws = throws_tokens.is_some(); in parse_extern_fn() localVariable
1413 let throws = throws_tokens.is_some(); in parse_type_fn() localVariable
Dmod.rs217 pub throws: bool, field
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/syntax/
Dparse.rs662 let throws = throws_tokens.is_some(); in parse_extern_fn() localVariable
1406 let throws = throws_tokens.is_some(); in parse_type_fn() localVariable
Dmod.rs217 pub throws: bool, field
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/syntax/
Dparse.rs662 let throws = throws_tokens.is_some(); in parse_extern_fn() localVariable
1406 let throws = throws_tokens.is_some(); in parse_type_fn() localVariable
Dmod.rs217 pub throws: bool, field
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/syntax/
Dparse.rs662 let throws = throws_tokens.is_some(); in parse_extern_fn() localVariable
1406 let throws = throws_tokens.is_some(); in parse_type_fn() localVariable
Dmod.rs217 pub throws: bool, field
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/syntax/
Dparse.rs662 let throws = throws_tokens.is_some(); in parse_extern_fn() localVariable
1406 let throws = throws_tokens.is_some(); in parse_type_fn() localVariable
Dmod.rs217 pub throws: bool, field
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/naming/
DDefaultNamingStrategy.java76 "throws", "transient", "true", "try", "void", "volatile", "while"); in Collections.addAll()
/external/kotlinpoet/interop/kotlin-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/
DKotlinPoetMetadataSpecsTest.kt1670 fun throws() { in <lambda>() method
/external/zxing/docs/js/
Dapache-maven-fluido-1.6.min.js25 …de.document,di=0,c4=0,b9=cA(),c9=cA(),cG=cA(),cE=function(i,e){if(i===e){cX=true}return 0},cQ=1<<3… function
Dapache-maven-fluido-1.5.min.js25 …de.document,di=0,c4=0,b9=cA(),c9=cA(),cG=cA(),cE=function(i,e){if(i===e){cX=true}return 0},cQ=1<<3… property
Dapache-maven-fluido-1.7.min.js25 …de.document,di=0,c4=0,b9=cA(),c9=cA(),cG=cA(),cE=function(i,e){if(i===e){cX=true}return 0},cQ=1<<3… property
Dapache-maven-fluido-1.8.min.js25 …de.document,di=0,c4=0,b9=cA(),c9=cA(),cG=cA(),cE=function(i,e){if(i===e){cX=true}return 0},cQ=1<<3… property
/external/bcc/tests/cc/
Dcatch.hpp7424 bool TestCaseInfo::throws() const { in throws() function in Catch::TestCaseInfo