Searched refs:getOrNull (Results 1 – 12 of 12) sorted by relevance
16 override fun line(): Int = sourcePositionParts.getOrNull(1)?.toInt() ?: -118 override fun column(): Int = sourcePositionParts.getOrNull(2)?.toInt() ?: -1
23 return runCatching { exception.createCopy() as E? }.getOrNull() in <lambda>()72 { e -> runCatching { block(e) }.getOrNull() } in safeCtor()
12 public fun getOrNull(): T? method
26 }.getOrNull() ?: DebugProbesImpl.enableCreationStackTraces in <lambda>()
67 }.getOrNull() in <lambda>()260 val actualTrace = runCatching { thread.stackTrace }.getOrNull() in <lambda>()332 val continuationFrame = actualTrace.getOrNull(frameIndex) in <lambda>()
46 public fun peek(): String? = elements.getOrNull(head - 1) in peek()
17 val previous get() = parent?.children?.getOrNull(parent.children.indexOf(this) - 1) in <lambda>()
136 assertEquals(Unit, it.getOrNull()) in <lambda>()
100 …tcher? = runCatching { HandlerContext(Looper.getMainLooper().asHandler(async = true)) }.getOrNull() in <lambda>()
43 expression.valueArguments.getOrNull(1)?.let { in convertAssertTrueFalse()
443 public CtClass getOrNull(String classname) { in getOrNull() method in ClassPool
1115 T *getOrNull(SpirvID<T> id) const;1623 type->returnTy = getOrNull(debug::Type::ID(insn.word(6))); in process()1929 T *SpirvShader::Impl::Debugger::getOrNull(SpirvID<T> id) const in getOrNull() function in sw::SpirvShader::Impl::Debugger