Home
last modified time | relevance | path

Searched defs:outputException (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Dclient_test.ts161 let outputException: Error | undefined; variable
1146 let outputException: Error | undefined; variable
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
H A DTestUtil.kt12 private inline fun <T> outputException(name: String, block: () -> T): T = in <lambda>() method