p2ptransportchannel.h | 54 RemoteCandidate(const Candidate& c, PortInterface* origin_port) 55 : Candidate(c), origin_port_(origin_port) {} 57 PortInterface* origin_port() { return origin_port_; } function in class:cricket::RemoteCandidate 204 PortInterface* origin_port); 207 PortInterface* origin_port); 213 PortInterface* origin_port);
|