Home
last modified time | relevance | path

Searched refs:hasNextResult (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt828 if (result !== POLL_FAILED) return hasNextResult(result) in hasNext()
831 if (result !== POLL_FAILED) return hasNextResult(result) in hasNext()
836 private fun hasNextResult(result: Any?): Boolean { in hasNextResult() method in Itr