Searched refs:RefCountedChannel (Results 1 – 2 of 2) sorted by relevance
128 struct RefCountedChannel { struct129 RefCountedChannel() : impl_(nullptr), ref_(0) {} in RefCountedChannel() function130 explicit RefCountedChannel(TransportChannelImpl* impl) in RefCountedChannel() function148 std::vector<RefCountedChannel>::iterator FindChannel_w( argument198 std::vector<RefCountedChannel> channels_;
169 channels_.insert(channels_.end(), RefCountedChannel(channel))->AddRef(); in CreateTransportChannel_w()263 std::vector<TransportController::RefCountedChannel>::iterator268 [transport_name, component](const RefCountedChannel& channel) { in FindChannel_w()