Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dturn_port.cc171 return destruction_timestamp_; in destruction_timestamp()
174 destruction_timestamp_.emplace(destruction_timestamp); in set_destruction_timestamp()
176 void reset_destruction_timestamp() { destruction_timestamp_.reset(); } in reset_destruction_timestamp()
211 absl::optional<int64_t> destruction_timestamp_; member in cricket::TurnEntry