Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Dtypes.rs95 pub struct ProtobufTypeFixed64; struct
387 impl ProtobufType for ProtobufTypeFixed64 { implementation
455 ProtobufTypeFixed64::get_from_unknown(unknown_values).map(|u| u as i64) in get_from_unknown()