Searched refs:sent_total_bytes (Results 1 – 6 of 6) sorted by relevance
91 sent_total_bytes(0), in ConnectionInfo()105 size_t sent_total_bytes; // Total bytes sent on this connection. member
943 info.sent_total_bytes = connection->sent_total_bytes(); in GetStats()
461 size_t sent_total_bytes();
1327 size_t Connection::sent_total_bytes() { in sent_total_bytes() function in cricket::Connection
1147 EXPECT_EQ(10 * 36U, best_conn_info->sent_total_bytes); in TEST_F()
629 { StatsReport::kStatsValueNameBytesSent, info.sent_total_bytes }, in AddConnectionInfoReport()