Home
last modified time | relevance | path

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

/webrtc/interceptor/src/stats/
H A Dinterceptor.rs112 fn with_time_gen<F>(id: String, now_gen: F) -> Self in with_time_gen() method
934 let icpr: Arc<_> = Arc::new(StatsInterceptor::with_time_gen("Hello".to_owned(), || { in test_stats_interceptor_rtcp()