Searched defs:RefCountedChannel (Results 1 – 1 of 1) sorted by relevance
128 struct RefCountedChannel { struct129 RefCountedChannel() : impl_(nullptr), ref_(0) {} in RefCountedChannel() argument130 explicit RefCountedChannel(TransportChannelImpl* impl) in RefCountedChannel() function148 std::vector<RefCountedChannel>::iterator FindChannel_w( argument