Searched refs:get_controller (Results 1 – 3 of 3) sorted by relevance
69 pub fn get_controller(stack: &mut Stack) -> Box<Controller> { in get_controller() function
20 fn get_controller(stack: &mut Stack) -> Box<Controller>; in get_controller() function
87 rust::get_controller(**rust_stack_)); in StartEverything()