Searched defs:TestChannel (Results 1 – 5 of 5) sorted by relevance
13 class TestChannel(unittest.TestCase): class
149 static final class TestChannel implements InternalInstrumented<ChannelStats> { class in ChannelzTestHelper
20 class TestChannel : public Channel { class22 TestChannel(Channel::Delegate* delegate) : Channel(delegate) {} in TestChannel() function in mojo::core::__anone18255fd0111::TestChannel
364 private static class TestChannel extends ManagedChannel { class in AndroidChannelBuilderTest
267 class TestChannel : public sigslot::has_slots<> { class270 explicit TestChannel(std::unique_ptr<Port> p1) : port_(std::move(p1)) { in TestChannel() function in cricket::TestChannel