Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs39 fn is_s_varint(&self) -> bool; in is_s_varint() method
57 fn is_s_varint(&self) -> bool { in is_s_varint() method
977 if self.proto_type.is_s_varint() { in element_size()