Home
last modified time | relevance | path

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

/external/rust/cxx/syntax/
Dtypes.rs27 pub toposorted_structs: Vec<&'a Struct>, field
42 let toposorted_structs = Vec::new(); in collect() localVariable
211 toposorted_structs, in collect()
214 types.toposorted_structs = toposort::sort(cx, apis, &types); in collect()
/external/rust/cxx/gen/src/
Dwrite.rs83 let mut toposorted_structs = out.types.toposorted_structs.iter(); in write_data_structures() localVariable
87 for next in &mut toposorted_structs { in write_data_structures()