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