Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Dtypes.rs87 pub struct ProtobufTypeUint64; struct
275 impl ProtobufType for ProtobufTypeUint64 { implementation
343 ProtobufTypeUint64::get_from_unknown(unknown_values).map(decode_zig_zag_64) in get_from_unknown()
Dplugin.rs845 … fields.push(crate::reflect::accessor::make_option_accessor::<_, crate::types::ProtobufTypeUint64>( in descriptor_static()
Ddescriptor.rs8131 … fields.push(crate::reflect::accessor::make_option_accessor::<_, crate::types::ProtobufTypeUint64>( in descriptor_static()
/external/rust/crates/protobuf/src/well_known_types/
Dwrappers.rs604 …s.push(crate::reflect::accessor::make_simple_field_accessor::<_, crate::types::ProtobufTypeUint64>( in descriptor_static()