Home
last modified time | relevance | path

Searched refs:ProtobufTypeUint32 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf/src/
Dtypes.rs85 pub struct ProtobufTypeUint32; struct
247 impl ProtobufType for ProtobufTypeUint32 { implementation
315 ProtobufTypeUint32::get_from_unknown(unknown_values).map(decode_zig_zag_32) in get_from_unknown()
/external/rust/crates/protobuf/src/well_known_types/
Dwrappers.rs914 …s.push(crate::reflect::accessor::make_simple_field_accessor::<_, crate::types::ProtobufTypeUint32>( in descriptor_static()