Searched refs:new_stats_docs (Results 1 – 1 of 1) sorted by relevance
2604 ServerNetworkStats new_stats_docs; in TEST_F() local2605 new_stats_docs.srtt = base::Microseconds(25); in TEST_F()2606 new_stats_docs.bandwidth_estimate = in TEST_F()2609 ->second.server_network_stats = new_stats_docs; in TEST_F()2629 EXPECT_EQ(new_stats_docs, *map_it->second.server_network_stats); in TEST_F()