Searched defs:ts_ (Results 1 – 11 of 11) sorted by relevance
81 grpc_core::Timestamps ts_; /* The timestamps corresponding to this buffer */ variable
149 TableStorage *ts_; variable
177 TableStorage &ts_; variable
44 uint32_t ts_; member in webrtc::DelayManagerTest
34 uint32_t ts_; member in webrtc::PacketGenerator
291 int64_t ts_ = 0; variable
107 int64_t ts_; variable
417 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} in zippy()
1062 int64_t ts_; member in perfetto::trace_processor::TrackEventParser::EventImporter
124 explicit MyTimestamp(uint64_t ts_) : ts(ts_) {} in MyTimestamp()