Home
last modified time | relevance | path

Searched refs:tcptype_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/api/
Dcandidate.h137 const std::string& tcptype() const { return tcptype_; } in tcptype()
138 void set_tcptype(const std::string& tcptype) { tcptype_ = tcptype; } in set_tcptype()
196 std::string tcptype_; variable
Dcandidate.cc120 related_address_ == o.related_address_ && tcptype_ == o.tcptype_ && in operator ==()