Home
last modified time | relevance | path

Searched defs:tryEmit (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DStateFlow.kt313 override fun tryEmit(value: T): Boolean { in tryEmit() method
DSharedFlow.kt150 public fun tryEmit(value: T): Boolean in tryEmit() method
322 override fun tryEmit(value: T): Boolean { in tryEmit() method in kotlinx.coroutines.flow.SharedFlowImpl
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp1817 llvm::Constant *ConstantLValueEmitter::tryEmit() { in tryEmit() function in ConstantLValueEmitter