Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCompletionState.kt12 internal fun <T> Result<T>.toState( in toState() method
19 internal fun <T> Result<T>.toState(caller: CancellableContinuation<*>): Any? = fold( in toState() method
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DChannelzProtoUtil.java399 static State toState(ConnectivityState state) { in toState() method in ChannelzProtoUtil
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DChannelzProtoUtilTest.java345 public void toState() { in toState() method in ChannelzProtoUtilTest