Searched refs:recv_total_bytes (Results 1 – 6 of 6) sorted by relevance
95 recv_total_bytes(0), in ConnectionInfo()112 size_t recv_total_bytes; // Total bytes received on this connection. member
947 info.recv_total_bytes = connection->recv_total_bytes(); in GetStats()
467 size_t recv_total_bytes();
1319 size_t Connection::recv_total_bytes() { in recv_total_bytes() function in cricket::Connection
1148 EXPECT_EQ(10 * 36U, best_conn_info->recv_total_bytes); in TEST_F()
628 { StatsReport::kStatsValueNameBytesReceived, info.recv_total_bytes }, in AddConnectionInfoReport()