Home
last modified time | relevance | path

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

/external/rust/cxx/gen/src/
Dwrite.rs155 Api::Struct(strct) => write_struct_operators(out, strct), in write_functions()
514 fn write_struct_operators<'a>(out: &mut OutFile<'a>, strct: &'a Struct) { in write_struct_operators() function