Home
last modified time | relevance | path

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

/webrtc/srtp/src/context/
H A Dcontext_test.rs50 let index = c.get_index(123); in test_context_index()
54 let index = c.get_index(123); in test_context_index()
H A Dmod.rs195 fn get_index(&self, ssrc: u32) -> Option<usize> { in get_index() method