Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/
Dclang.rs519 pub fn has_at_least_num_children(&self, n: usize) -> bool { in has_at_least_num_children() method
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs1676 child.has_at_least_num_children( in instantiate_template()