Lines Matching refs:enum_with_scope
57 enum_with_scope: &'a EnumWithScope<'a>, field
65 enum_with_scope: &'a EnumWithScope<'a>, in new()
70 let rust_name = if enum_with_scope.get_scope().get_file_descriptor().get_name() in new()
74 enum_with_scope.rust_name().to_string() in new()
77 &ProtobufAbsolutePath::from(enum_with_scope.name_absolute()), in new()
86 enum_with_scope in new()
96 enum_with_scope.en.options.as_ref().unwrap_or_default(), in new()
100 enum_with_scope, in new()
108 self.enum_with_scope.en.get_options().get_allow_alias() in allow_alias()
113 for p in self.enum_with_scope.values() { in values_all()
126 for p in self.enum_with_scope.values() { in values_unique()
143 let v = self.enum_with_scope.value_by_name(name); in value_by_name()
285 self.enum_with_scope.name_to_package(), in write_impl_enum()
286 file_descriptor_proto_expr(&self.enum_with_scope.scope) in write_impl_enum()
356 let first_value = &self.enum_with_scope.values()[0]; in write_impl_default()