Searched defs:GenResult (Results 1 – 7 of 7) sorted by relevance
18 pub struct GenResult { struct25 F: Fn(&[FileDescriptorProto], &[String]) -> Vec<GenResult>, in plugin_main()32 F: Fn(&GenRequest) -> Vec<GenResult>, in plugin_main_2()
16 pub struct GenResult { struct23 F: Fn(&GenRequest) -> anyhow::Result<Vec<GenResult>>, in plugin_main()
301 fn gen_mod_rs(mods: &[String]) -> compiler_plugin::GenResult { in gen_mod_rs()324 ) -> Vec<compiler_plugin::GenResult> { in gen()
4 pub(crate) fn gen_mod_rs(mods: &[String]) -> compiler_plugin::GenResult { in gen_mod_rs()
23 ) -> anyhow::Result<Vec<compiler_plugin::GenResult>> { in gen_all()
657 ) -> Option<compiler_plugin::GenResult> { in gen_file()684 ) -> Vec<compiler_plugin::GenResult> { in gen()
221 USB_DK_GEN_TRANSFER_RESULT GenResult; member