Searched refs:get_index (Results 1 – 2 of 2) sorted by relevance
50 let index = c.get_index(123); in test_context_index()54 let index = c.get_index(123); in test_context_index()
195 fn get_index(&self, ssrc: u32) -> Option<usize> { in get_index() method