Searched refs:write_match_each_oneof_variant (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/protobuf-codegen/src/ |
D | message.rs | 131 fn write_match_each_oneof_variant<F>(&self, w: &mut CodeWriter, cb: F) in write_match_each_oneof_variant() method 169 self.write_match_each_oneof_variant(w, |w, variant, v, v_type| { in write_write_to_with_cached_sizes() 210 self.write_match_each_oneof_variant(w, |w, variant, v, vtype| { in write_compute_size()
|