Home
last modified time | relevance | path

Searched defs:argument_types (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs271 argument_types: Vec<(Option<String>, TypeId)>, field
591 pub fn argument_types(&self) -> &[(Option<String>, TypeId)] { in argument_types() method