Home
last modified time | relevance | path

Searched refs:emit_ffi_switch_struct (Results 1 – 2 of 2) sorted by relevance

/dports/misc/broot/broot-1.7.0/cargo-crates/xcb-0.10.1/build/codegen/
H A Dffi.rs547 pub fn emit_ffi_switch_struct( in emit_ffi_switch_struct() method
616 self.emit_ffi_switch_struct( in emit_ffi_switch_struct()
731 self.emit_ffi_switch_struct(req_name, name, expr, cases, &toplevel, None)?; in emit_ffi_reply()
H A Dmod.rs829 self.emit_ffi_switch_struct(&req.name, name, expr, cases, &toplevel, None)?; in emit_request()