Searched refs:mapInt32Double_ (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 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_; } [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 801 mapInt32Double_ = other.mapInt32Double_.Clone(); in TestAllTypes() 1393 private readonly pbc::MapField<int, double> mapInt32Double_ = new pbc::MapField<int, double>(); field in Conformance.TestAllTypes 1395 get { return mapInt32Double_; } 2302 mapInt32Double_.WriteTo(output, _map_mapInt32Double_codec); in WriteTo() 2542 size += mapInt32Double_.CalculateSize(_map_mapInt32Double_codec); in CalculateSize() 2772 mapInt32Double_.Add(other.mapInt32Double_); in MergeFrom() 3177 mapInt32Double_.AddEntriesFrom(input, _map_mapInt32Double_codec); in MergeFrom()
|