Home
last modified time | relevance | path

Searched refs:bytes_sent_ (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/cpp/server/load_reporter/
Dload_data_store.h132 bytes_sent_(bytes_sent), in start_count_()
143 bytes_sent_ += other.bytes_sent_; in MergeFrom()
161 ", bytes_sent_=" + std::to_string(bytes_sent_) + in ToString()
176 uint64_t bytes_sent() const { return bytes_sent_; } in bytes_sent()
187 uint64_t bytes_sent_ = 0; variable
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c467 guint32 * bytes_sent_) in gst_sctp_association_send_data() argument
535 if (bytes_sent_) in gst_sctp_association_send_data()
536 *bytes_sent_ = bytes_sent; in gst_sctp_association_send_data()