Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dport.h543 std::string ToDebugId() const;
Dport.cc1147 std::string Connection::ToDebugId() const { in ToDebugId() function in cricket::Connection
1177 ss << "Conn[" << ToDebugId() in ToString()