Home
last modified time | relevance | path

Searched refs:ProtobufType (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/protobuf/src/
Dext.rs10 use crate::types::ProtobufType;
13 pub struct ExtFieldOptional<M: Message, T: ProtobufType> {
22 pub struct ExtFieldRepeated<M: Message, T: ProtobufType> {
30 impl<M: Message, T: ProtobufType> ExtFieldOptional<M, T> {
41 impl<M: Message, T: ProtobufType> ExtFieldRepeated<M, T> {
Dtypes.rs24 pub trait ProtobufType { trait
121 impl ProtobufType for ProtobufTypeFloat {
154 impl ProtobufType for ProtobufTypeDouble {
187 impl ProtobufType for ProtobufTypeInt32 {
219 impl ProtobufType for ProtobufTypeInt64 {
247 impl ProtobufType for ProtobufTypeUint32 {
275 impl ProtobufType for ProtobufTypeUint64 {
303 impl ProtobufType for ProtobufTypeSint32 {
331 impl ProtobufType for ProtobufTypeSint64 {
359 impl ProtobufType for ProtobufTypeFixed32 {
[all …]
Drt.rs840 K: ProtobufType, in compute_map_size() argument
841 V: ProtobufType, in compute_map_size() argument
865 K: ProtobufType, in write_map_with_cached_sizes()
866 V: ProtobufType, in write_map_with_cached_sizes() argument
893 K: ProtobufType, in read_map_into()
894 V: ProtobufType, in read_map_into() argument
/external/rust/crates/protobuf/src/reflect/acc/
Dv1.rs569 V: ProtobufType + 'static, in make_vec_accessor()
601 V: ProtobufType + 'static, in make_repeated_field_accessor()
633 V: ProtobufType + 'static, in make_option_accessor()
665 V: ProtobufType + 'static, in make_singular_field_accessor()
697 V: ProtobufType + 'static, in make_singular_ptr_field_accessor()
731 V: ProtobufType + 'static, in make_simple_field_accessor()
765 K: ProtobufType + 'static, in make_map_accessor()
766 V: ProtobufType + 'static, in make_map_accessor()
767 <K as ProtobufType>::Value: Hash + Eq, in make_map_accessor()