Searched defs:ts_ (Results 1 – 8 of 8) sorted by relevance
81 grpc_core::Timestamps ts_; /* The timestamps corresponding to this buffer */ variable
145 TableStorage *ts_; variable
175 TableStorage &ts_; variable
44 uint32_t ts_; member in webrtc::DelayManagerTest
34 uint32_t ts_; member in webrtc::PacketGenerator
97 int64_t ts_; variable
417 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} in zippy()