Lines Matching full:customize
14 use crate::customize::customize_from_rustproto_for_enum;
15 use crate::Customize;
60 customize: Customize, field
67 customize: &Customize, in new() argument
81 customize, in new()
85 let lite_runtime = customize.lite_runtime.unwrap_or_else(|| { in new()
94 let mut customize = customize.clone(); in new() localVariable
95 customize.update_with(&customize_from_rustproto_for_enum( in new()
103 customize, in new()
181 &self.customize, in write_struct()
184 if let Some(ref ren) = self.customize.serde_rename_all { in write_struct()
186 serde::write_serde_attr(w, &self.customize, &attr); in write_struct()
225 &format!("{}::ProtobufEnum", protobuf_crate_path(&self.customize)), in write_impl_enum()
269 protobuf_crate_path(&self.customize) in write_impl_enum()
276 protobuf_crate_path(&self.customize) in write_impl_enum()
278 &self.customize, in write_impl_enum()
283 protobuf_crate_path(&self.customize), in write_impl_enum()
301 protobuf_crate_path(&self.customize) in write_impl_value()
308 protobuf_crate_path(&self.customize) in write_impl_value()
313 protobuf_crate_path(&self.customize), in write_impl_value()
314 protobuf_crate_path(&self.customize) in write_impl_value()
335 protobuf_crate_path(&self.customize), in write_impl_eq()
336 protobuf_crate_path(&self.customize) in write_impl_eq()
349 protobuf_crate_path(&self.customize) in write_impl_hash()