Searched refs:write_struct (Results 1 – 3 of 3) sorted by relevance
142 self.write_struct(w); in write()159 fn write_struct(&self, w: &mut CodeWriter) { in write_struct() method
498 fn write_struct(&self, w: &mut CodeWriter) { in write_struct() method585 self.write_struct(w); in write()
94 write_struct(out, next, methods); in write_data_structures()230 fn write_struct<'a>(out: &mut OutFile<'a>, strct: &'a Struct, methods: &[&ExternFn]) { in write_struct() function