Searched refs:ServiceGenerator (Results 1 – 2 of 2) sorted by relevance
205 struct ServiceGenerator { struct211 impl ServiceGenerator { argument213 ServiceGenerator { in new()221 impl prost_build::ServiceGenerator for ServiceGenerator { implementation705 pub fn service_generator(self) -> Box<dyn prost_build::ServiceGenerator> { in service_generator() argument706 Box::new(ServiceGenerator::new(self)) in service_generator()
355 struct ServiceGenerator { struct361 impl ServiceGenerator { argument485 let mut generator = ServiceGenerator { in compile()