Home
last modified time | relevance | path

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

/external/webrtc/api/
Dcandidate.h149 const std::string& tcptype() const { return tcptype_; } in tcptype()
150 void set_tcptype(absl::string_view tcptype) { Assign(tcptype_, tcptype); } in set_tcptype()
213 std::string tcptype_; variable
Dcandidate.cc125 related_address_ == o.related_address_ && tcptype_ == o.tcptype_ && in operator ==()