Searched defs:TestChannel (Results 1 – 2 of 2) sorted by relevance
74 class TestChannel : public Channel { class76 explicit TestChannel(int channel_id) : channel_id_(channel_id) {} in TestChannel() function in __anon398fcdbf0110::TestChannel
83 class TestChannel(object): class