Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Dtypes.rs93 pub struct ProtobufTypeFixed32; struct
359 impl ProtobufType for ProtobufTypeFixed32 { implementation
427 ProtobufTypeFixed32::get_from_unknown(unknown_values).map(|u| u as i32) in get_from_unknown()