Home
last modified time | relevance | path

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

/frameworks/native/libs/bufferstreams/rust/src/
Dlib.rs211 assert!(subscriber.map_inner(|s| s.has_subscription())); in test_test_implementations_next()
218 subscriber.map_inner(|s| s.request(1)); in test_test_implementations_next()
233 assert!(subscriber.map_inner(|s| s.has_subscription())); in test_test_implementations_complete()
247 assert!(subscriber.map_inner(|s| s.has_subscription())); in test_test_implementations_error()
/frameworks/native/libs/bufferstreams/rust/src/subscribers/
Dshared.rs45 pub fn map_inner<R, F: FnOnce(&S) -> R>(&self, f: F) -> R { in map_inner() method
/frameworks/native/libs/bufferstreams/rust/src/publishers/
Dbuffer_pool_publisher.rs100 subscriber.map_inner(|s| s.request(1)); in test_send_next_frame()