Exemple #1
0
 public void MergeFrom(ref ParseContext ctx)
 {
     codec.ValueMerger(ref ctx, ref field);
 }
Exemple #2
0
 public void MergeFrom(CodedInputStream input)
 {
     hasValue = true;
     codec.ValueMerger(input, ref field);
 }