Home
last modified time | relevance | path

Searched refs:GenResult (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/protobuf/src/
Dcompiler_plugin.rs17 pub struct GenResult { struct
24 F: Fn(&[FileDescriptorProto], &[String]) -> Vec<GenResult>, in plugin_main() argument
31 F: Fn(&GenRequest) -> Vec<GenResult>, in plugin_main_2() argument
/external/rust/crates/protobuf-codegen/src/
Dlib.rs167 compiler_plugin_result: compiler_plugin::GenResult,
231 compiler_plugin_result: compiler_plugin::GenResult { in gen_file()
239 fn gen_mod_rs(mods: &[String]) -> compiler_plugin::GenResult { in gen_mod_rs() argument
248 compiler_plugin::GenResult { in gen_mod_rs()
262 ) -> Vec<compiler_plugin::GenResult> { in gen() argument
267 let mut results: Vec<compiler_plugin::GenResult> = Vec::new(); in gen()
/external/libusb/libusb/os/
Dwindows_usbdk.c545 …windows_force_sync_completion(itransfer, (ULONG)transfer_priv->request.Result.GenResult.BytesTrans… in usbdk_do_control_transfer()
587 …windows_force_sync_completion(itransfer, (ULONG)transfer_priv->request.Result.GenResult.BytesTrans… in usbdk_do_bulk_transfer()
639 …windows_force_sync_completion(itransfer, (ULONG)transfer_priv->request.Result.GenResult.BytesTrans… in usbdk_do_iso_transfer()
700 itransfer->transferred += (int)transfer_priv->request.Result.GenResult.BytesTransferred; in usbdk_copy_transfer_data()
701 …return usbd_status_to_libusb_transfer_status((USBD_STATUS)transfer_priv->request.Result.GenResult.… in usbdk_copy_transfer_data()
Dwindows_common.h217 USB_DK_GEN_TRANSFER_RESULT GenResult; member
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs656 ) -> Option<compiler_plugin::GenResult> { in gen_file() argument
674 Some(compiler_plugin::GenResult { in gen_file()
683 ) -> Vec<compiler_plugin::GenResult> { in gen() argument