Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dtemplate.rs132 fn all_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> in all_template_params() method
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs151 let all_template_params = item.all_template_params(ctx); in derives_of_item() localVariable
2341 let all_template_params = item.all_template_params(ctx); in codegen() localVariable