Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DChannelzServiceTest.java69 .addChannel(ChannelzProtoUtil.toChannel(root)) in getTopChannels_onePage()
84 .setChannel(ChannelzProtoUtil.toChannel(root)) in getChannel()
DChannelzProtoUtilTest.java572 public void toChannel() throws Exception { in toChannel() method in ChannelzProtoUtilTest
573 assertEquals(channelProto, ChannelzProtoUtil.toChannel(channel)); in toChannel()
584 ChannelzProtoUtil.toChannel(channel)); in toChannel()
596 ChannelzProtoUtil.toChannel(channel)); in toChannel()
697 .addChannel(ChannelzProtoUtil.toChannel(channel2)) in toGetTopChannelsResponse()
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DChannelzService.java88 .setChannel(ChannelzProtoUtil.toChannel(s)) in getChannel()
DChannelzProtoUtil.java342 static Channel toChannel(InternalInstrumented<ChannelStats> channel) { in toChannel() method in ChannelzProtoUtil
431 responseBuilder.addChannel(ChannelzProtoUtil.toChannel(c)); in toGetTopChannelResponse()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt1165 public suspend fun <E, C : SendChannel<E>> ReceiveChannel<E>.toChannel(destination: C): C { in toChannel() method
1287 transform(e).toChannel(this) in toMutableList()
/external/kotlinx.coroutines/
DCHANGES.md767 * Simplified implementation of `Channel.flatMap` using `toChannel` function to work around Android …
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api734 …public static final fun toChannel (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlinx/coroutines…