Lines Matching refs:mapInt32Double_
215 mapInt32Double_ = other.mapInt32Double_.Clone(); in TestMap()
343 private readonly pbc::MapField<int, double> mapInt32Double_ = new pbc::MapField<int, double>(); field in Google.Protobuf.TestProtos.TestMap
346 get { return mapInt32Double_; }
476 mapInt32Double_.WriteTo(output, _map_mapInt32Double_codec); in WriteTo()
501 size += mapInt32Double_.CalculateSize(_map_mapInt32Double_codec); in CalculateSize()
529 mapInt32Double_.Add(other.mapInt32Double_); in MergeFrom()
591 mapInt32Double_.AddEntriesFrom(input, _map_mapInt32Double_codec); in MergeFrom()
1056 mapInt32Double_ = other.mapInt32Double_.Clone(); in TestArenaMap()
1182 private readonly pbc::MapField<int, double> mapInt32Double_ = new pbc::MapField<int, double>(); field in Google.Protobuf.TestProtos.TestArenaMap
1185 get { return mapInt32Double_; }
1291 mapInt32Double_.WriteTo(output, _map_mapInt32Double_codec); in WriteTo()
1314 size += mapInt32Double_.CalculateSize(_map_mapInt32Double_codec); in CalculateSize()
1340 mapInt32Double_.Add(other.mapInt32Double_); in MergeFrom()
1400 mapInt32Double_.AddEntriesFrom(input, _map_mapInt32Double_codec); in MergeFrom()