Searched refs:toposorted_structs (Results 1 – 2 of 2) sorted by relevance
27 pub toposorted_structs: Vec<&'a Struct>, field42 let toposorted_structs = Vec::new(); in collect() localVariable211 toposorted_structs, in collect()214 types.toposorted_structs = toposort::sort(cx, apis, &types); in collect()
83 let mut toposorted_structs = out.types.toposorted_structs.iter(); in write_data_structures() localVariable87 for next in &mut toposorted_structs { in write_data_structures()