Lines Matching refs:c
238 for c in local_candidates { in get_local_candidates_stats()
241 id: c.id(), in get_local_candidates_stats()
243 ip: c.address(), in get_local_candidates_stats()
244 port: c.port(), in get_local_candidates_stats()
245 candidate_type: c.candidate_type(), in get_local_candidates_stats()
246 priority: c.priority(), in get_local_candidates_stats()
263 for c in remote_candidates { in get_remote_candidates_stats()
266 id: c.id(), in get_remote_candidates_stats()
268 ip: c.address(), in get_remote_candidates_stats()
269 port: c.port(), in get_remote_candidates_stats()
270 candidate_type: c.candidate_type(), in get_remote_candidates_stats()
271 priority: c.priority(), in get_remote_candidates_stats()