Home
last modified time | relevance | path

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

/frameworks/native/libs/bufferstreams/rust/src/
Dlib.rs215 let events = subscriber.map_inner_mut(|s| s.take_events()); in test_test_implementations_next()
222 let events = subscriber.map_inner_mut(|s| s.take_events()); in test_test_implementations_next()
237 let events = subscriber.map_inner_mut(|s| s.take_events()); in test_test_implementations_complete()
251 let events = subscriber.map_inner_mut(|s| s.take_events()); in test_test_implementations_error()
/frameworks/native/libs/bufferstreams/rust/src/subscribers/
Dshared.rs51 pub fn map_inner_mut<R, F: FnOnce(&mut S) -> R>(&self, f: F) -> R { in map_inner_mut() method
/frameworks/native/libs/bufferstreams/rust/src/publishers/
Dbuffer_pool_publisher.rs104 let events = subscriber.map_inner_mut(|s| s.take_events()); in test_send_next_frame()