Searched defs:ExtFieldRepeated (Results 1 – 2 of 2) sorted by relevance
| /external/rust/crates/protobuf/src/ |
| D | ext.rs | 32 pub struct ExtFieldRepeated<M, V> { struct 35 field_number: u32, 38 field_type: Type, 40 phantom: PhantomData<(M, V)>, 65 impl<M, V> ExtFieldRepeated<M, V> { impl 76 impl<M: Message, V: ProtobufValue> ExtFieldRepeated<M, V> { impl
|
| /external/rust/crates/protobuf/2.27.1/src/ |
| D | ext.rs | 22 pub struct ExtFieldRepeated<M: Message, T: ProtobufType> { struct 41 impl<M: Message, T: ProtobufType> ExtFieldRepeated<M, T> { argument
|