Searched refs:BoxHandler (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio/src/ |
D | server.rs | 169 handlers: HashMap<&'static [u8], BoxHandler>, 293 handlers: HashMap<&'static [u8], BoxHandler>, 302 handlers: HashMap<&'static [u8], BoxHandler>, 469 pub type BoxHandler = Box<dyn CloneableHandler>; typedef 474 registry: Arc<UnsafeCell<HashMap<&'static [u8], BoxHandler>>>, 482 pub unsafe fn get_handler(&mut self, path: &[u8]) -> Option<&mut BoxHandler> { in get_handler() argument 551 handlers: HashMap<&'static [u8], BoxHandler>,
|
/external/rust/crates/grpcio/src/call/ |
D | server.rs | 30 use crate::server::{BoxHandler, RequestCallContext}; 799 f: &mut BoxHandler, in execute() argument
|