Lines Matching refs:mapInt32Double_
209 mapInt32Double_ = other.mapInt32Double_.Clone(); in TestMap()
324 private readonly pbc::MapField<int, double> mapInt32Double_ = new pbc::MapField<int, double>(); field in Google.Protobuf.TestProtos.TestMap
326 get { return mapInt32Double_; }
443 mapInt32Double_.WriteTo(output, _map_mapInt32Double_codec); in WriteTo()
464 size += mapInt32Double_.CalculateSize(_map_mapInt32Double_codec); in CalculateSize()
488 mapInt32Double_.Add(other.mapInt32Double_); in MergeFrom()
548 mapInt32Double_.AddEntriesFrom(input, _map_mapInt32Double_codec); in MergeFrom()
929 mapInt32Double_ = other.mapInt32Double_.Clone(); in TestArenaMap()
1042 private readonly pbc::MapField<int, double> mapInt32Double_ = new pbc::MapField<int, double>(); field in Google.Protobuf.TestProtos.TestArenaMap
1044 get { return mapInt32Double_; }
1139 mapInt32Double_.WriteTo(output, _map_mapInt32Double_codec); in WriteTo()
1158 size += mapInt32Double_.CalculateSize(_map_mapInt32Double_codec); in CalculateSize()
1180 mapInt32Double_.Add(other.mapInt32Double_); in MergeFrom()
1238 mapInt32Double_.AddEntriesFrom(input, _map_mapInt32Double_codec); in MergeFrom()