Searched defs:ts_ (Results 1 – 10 of 10) sorted by relevance
81 grpc_core::Timestamps ts_; /* The timestamps corresponding to this buffer */ variable
149 TableStorage *ts_; variable
177 TableStorage &ts_; variable
143 grpc_core::Timestamps ts_; /* The timestamps corresponding to this buffer */ variable
301 int64_t ts_ = 0; variable
59 uint32_t ts_; member in webrtc::DelayManagerTest
55 uint32_t ts_; member in __anona60d935a0111::PacketGenerator
1417 int64_t ts_; member in perfetto::trace_processor::TrackEventParser::EventImporter
136 explicit MyTimestamp(uint64_t ts_) : ts(ts_) {} in MyTimestamp()