Home
last modified time | relevance | path

Searched defs:ts_ (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dbuffer_list.h81 grpc_core::Timestamps ts_; /* The timestamps corresponding to this buffer */ variable
/external/bcc/src/cc/includes/
Dbpf_module.h149 TableStorage *ts_; variable
/external/bcc/src/cc/
Dbpf_module.h149 TableStorage *ts_; variable
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.h177 TableStorage &ts_; variable
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dbuffer_list.h143 grpc_core::Timestamps ts_; /* The timestamps corresponding to this buffer */ variable
/external/perfetto/src/trace_processor/sqlite/
Dspan_join_operator_table.h301 int64_t ts_ = 0; variable
/external/webrtc/modules/audio_coding/neteq/
Ddelay_manager_unittest.cc59 uint32_t ts_; member in webrtc::DelayManagerTest
Dpacket_buffer_unittest.cc55 uint32_t ts_; member in __anona60d935a0111::PacketGenerator
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc1417 int64_t ts_; member in perfetto::trace_processor::TrackEventParser::EventImporter
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc136 explicit MyTimestamp(uint64_t ts_) : ts(ts_) {} in MyTimestamp()