Searched refs:mapInt32Double_ (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 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_; } [all …]
|
D | TestMessagesProto3.cs | 321 mapInt32Double_ = other.mapInt32Double_.Clone(); in TestAllTypesProto3() 1002 private readonly pbc::MapField<int, double> mapInt32Double_ = new pbc::MapField<int, double>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3 1005 get { return mapInt32Double_; } 2151 mapInt32Double_.WriteTo(output, _map_mapInt32Double_codec); in WriteTo() 2443 size += mapInt32Double_.CalculateSize(_map_mapInt32Double_codec); in CalculateSize() 2714 mapInt32Double_.Add(other.mapInt32Double_); in MergeFrom() 3162 mapInt32Double_.AddEntriesFrom(input, _map_mapInt32Double_codec); in MergeFrom()
|