Searched refs:read_repeated_message_into (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/protobuf/src/well_known_types/ |
D | api.rs | 260 crate::rt::read_repeated_message_into(wire_type, is, &mut self.methods)?; in merge_from() 263 crate::rt::read_repeated_message_into(wire_type, is, &mut self.options)?; in merge_from() 272 crate::rt::read_repeated_message_into(wire_type, is, &mut self.mixins)?; in merge_from() 677 crate::rt::read_repeated_message_into(wire_type, is, &mut self.options)?; in merge_from()
|
D | type_pb.rs | 228 crate::rt::read_repeated_message_into(wire_type, is, &mut self.fields)?; in merge_from() 234 crate::rt::read_repeated_message_into(wire_type, is, &mut self.options)?; in merge_from() 696 crate::rt::read_repeated_message_into(wire_type, is, &mut self.options)?; in merge_from() 1254 crate::rt::read_repeated_message_into(wire_type, is, &mut self.enumvalue)?; in merge_from() 1257 crate::rt::read_repeated_message_into(wire_type, is, &mut self.options)?; in merge_from() 1539 crate::rt::read_repeated_message_into(wire_type, is, &mut self.options)?; in merge_from()
|
D | struct_pb.rs | 729 crate::rt::read_repeated_message_into(wire_type, is, &mut self.values)?; in merge_from()
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 86 crate::rt::read_repeated_message_into(wire_type, is, &mut self.file)?; in merge_from() 630 crate::rt::read_repeated_message_into(wire_type, is, &mut self.message_type)?; in merge_from() 633 crate::rt::read_repeated_message_into(wire_type, is, &mut self.enum_type)?; in merge_from() 636 crate::rt::read_repeated_message_into(wire_type, is, &mut self.service)?; in merge_from() 639 crate::rt::read_repeated_message_into(wire_type, is, &mut self.extension)?; in merge_from() 1255 crate::rt::read_repeated_message_into(wire_type, is, &mut self.field)?; in merge_from() 1258 crate::rt::read_repeated_message_into(wire_type, is, &mut self.extension)?; in merge_from() 1261 crate::rt::read_repeated_message_into(wire_type, is, &mut self.nested_type)?; in merge_from() 1264 crate::rt::read_repeated_message_into(wire_type, is, &mut self.enum_type)?; in merge_from() 1267 … crate::rt::read_repeated_message_into(wire_type, is, &mut self.extension_range)?; in merge_from() [all …]
|
D | plugin.rs | 483 crate::rt::read_repeated_message_into(wire_type, is, &mut self.proto_file)?; in merge_from() 761 crate::rt::read_repeated_message_into(wire_type, is, &mut self.file)?; in merge_from()
|
D | rt.rs | 766 pub fn read_repeated_message_into<M: Message + Default>( in read_repeated_message_into() function
|