Lines Matching defs:Customize
16 fn file(&self, file: &FileDescriptor) -> Customize { in file() method
21 fn message(&self, message: &MessageDescriptor) -> Customize { in message() method
26 fn field(&self, field: &FieldDescriptor) -> Customize { in field() method
31 fn special_field(&self, message: &MessageDescriptor, field: &str) -> Customize { in special_field()
36 fn enumeration(&self, enum_type: &EnumDescriptor) -> Customize { in enumeration()
41 fn oneof(&self, oneof: &OneofDescriptor) -> Customize { in oneof() method
90 pub struct Customize { struct
115 pub(crate) enum CustomizeParseParameterError { argument
122 impl Customize { argument
175 pub fn update_with(&mut self, that: &Customize) { in update_with()
203 pub fn set_defaults_from(&mut self, other: &Customize) { in set_defaults_from()
210 pub fn parse_from_parameter(parameter: &str) -> anyhow::Result<Customize> { in parse_from_parameter()