Searched refs:toChannel (Results 1 – 7 of 7) sorted by relevance
69 .addChannel(ChannelzProtoUtil.toChannel(root)) in getTopChannels_onePage()84 .setChannel(ChannelzProtoUtil.toChannel(root)) in getChannel()
572 public void toChannel() throws Exception { in toChannel() method in ChannelzProtoUtilTest573 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()
88 .setChannel(ChannelzProtoUtil.toChannel(s)) in getChannel()
342 static Channel toChannel(InternalInstrumented<ChannelStats> channel) { in toChannel() method in ChannelzProtoUtil431 responseBuilder.addChannel(ChannelzProtoUtil.toChannel(c)); in toGetTopChannelResponse()
1165 public suspend fun <E, C : SendChannel<E>> ReceiveChannel<E>.toChannel(destination: C): C { in toChannel() method1287 transform(e).toChannel(this) in toMutableList()
767 * Simplified implementation of `Channel.flatMap` using `toChannel` function to work around Android …
734 …public static final fun toChannel (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlinx/coroutines…