Lines Matching refs:CodeWriter
131 fn write_match_each_oneof_variant<F>(&self, w: &mut CodeWriter, cb: F) in write_match_each_oneof_variant() argument
133 F: Fn(&mut CodeWriter, &OneofVariantGen, &str, &RustType), in write_match_each_oneof_variant() argument
158 fn write_write_to_with_cached_sizes(&self, w: &mut CodeWriter) { in write_write_to_with_cached_sizes() argument
177 fn write_get_cached_size(&self, w: &mut CodeWriter) { in write_get_cached_size() argument
183 fn write_default_instance(&self, w: &mut CodeWriter) { in write_default_instance() argument
197 fn write_compute_size(&self, w: &mut CodeWriter) { in write_compute_size() argument
222 fn write_field_accessors(&self, w: &mut CodeWriter) { in write_field_accessors() argument
232 fn write_impl_self(&self, w: &mut CodeWriter) { in write_impl_self() argument
243 fn write_unknown_fields(&self, w: &mut CodeWriter) { in write_unknown_fields() argument
265 fn write_merge_from(&self, w: &mut CodeWriter) { in write_merge_from() argument
290 fn write_descriptor_field(&self, fields_var: &str, field: &FieldGen, w: &mut CodeWriter) { in write_descriptor_field() argument
320 fn write_descriptor_static(&self, w: &mut CodeWriter) { in write_descriptor_static() argument
361 fn write_is_initialized(&self, w: &mut CodeWriter) { in write_is_initialized() argument
390 fn write_impl_message(&self, w: &mut CodeWriter) { in write_impl_message() argument
438 fn write_impl_value(&self, w: &mut CodeWriter) { in write_impl_value() argument
462 fn write_impl_show(&self, w: &mut CodeWriter) { in write_impl_show() argument
476 fn write_impl_clear(&self, w: &mut CodeWriter) { in write_impl_clear() argument
498 fn write_struct(&self, w: &mut CodeWriter) { in write_struct() argument
567 fn write_impl_default_for_amp(&self, w: &mut CodeWriter) { in write_impl_default_for_amp() argument
584 pub fn write(&self, w: &mut CodeWriter) { in write() argument