Home
last modified time | relevance | path

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

/external/webrtc/stats/
Drtc_stats_unittest.cc140 RTCTestStats stats_with_all_values = empty_stats; in TEST() local
141 stats_with_all_values.m_bool = true; in TEST()
142 stats_with_all_values.m_int32 = 123; in TEST()
143 stats_with_all_values.m_uint32 = 123; in TEST()
144 stats_with_all_values.m_int64 = 123; in TEST()
145 stats_with_all_values.m_uint64 = 123; in TEST()
146 stats_with_all_values.m_double = 123.0; in TEST()
147 stats_with_all_values.m_string = "123"; in TEST()
148 stats_with_all_values.m_sequence_bool = std::vector<bool>(); in TEST()
149 stats_with_all_values.m_sequence_int32 = std::vector<int32_t>(); in TEST()
[all …]