Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnserver.h80 const std::string& last_nonce() const { return last_nonce_; } in last_nonce()
81 void set_last_nonce(const std::string& nonce) { last_nonce_ = nonce; } in set_last_nonce()
133 std::string last_nonce_; variable