Searched refs:read_repeated_int32_into (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/protobuf/src/ |
D | rt.rs | 260 pub fn read_repeated_int32_into( in read_repeated_int32_into() function
|
D | descriptor.rs | 624 … crate::rt::read_repeated_int32_into(wire_type, is, &mut self.public_dependency)?; in merge_from() 627 crate::rt::read_repeated_int32_into(wire_type, is, &mut self.weak_dependency)?; in merge_from() 8766 crate::rt::read_repeated_int32_into(wire_type, is, &mut self.path)?; in merge_from() 8769 crate::rt::read_repeated_int32_into(wire_type, is, &mut self.span)?; in merge_from() 9243 crate::rt::read_repeated_int32_into(wire_type, is, &mut self.path)?; in merge_from()
|