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/
DCompletedExceptionally.kt11 internal fun <T> Result<T>.toState(): Any? = 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