Home
last modified time | relevance | path

Searched defs:ts_ (Results 1 – 8 of 8) 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/
Dbpf_module.h145 TableStorage *ts_; variable
/external/bcc/src/cc/includes/
Dbpf_module.h145 TableStorage *ts_; variable
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.h175 TableStorage &ts_; variable
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_manager_unittest.cc44 uint32_t ts_; member in webrtc::DelayManagerTest
Dpacket_buffer_unittest.cc34 uint32_t ts_; member in webrtc::PacketGenerator
/external/v8/include/libplatform/
Dv8-tracing.h97 int64_t ts_; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h417 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} in zippy()