Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/gen/field/
Dtype_ext.rs8 fn is_s_varint(&self) -> bool; in is_s_varint() method
31 fn is_s_varint(&self) -> bool { in is_s_varint() method
/external/rust/crates/protobuf-codegen/2.27.1/src/field/
Dmod.rs38 fn is_s_varint(&self) -> bool; in is_s_varint() method
56 fn is_s_varint(&self) -> bool { in is_s_varint() method
976 if self.proto_type.is_s_varint() { in element_size()