Searched refs:mapInt32Double_ (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 212 mapInt32Double_ = other.mapInt32Double_.Clone(); in TestMap() 339 private readonly pbc::MapField<int, double> mapInt32Double_ = new pbc::MapField<int, double>(); field in Google.Protobuf.TestProtos.TestMap 342 get { return mapInt32Double_; } 469 mapInt32Double_.WriteTo(output, _map_mapInt32Double_codec); in WriteTo() 491 size += mapInt32Double_.CalculateSize(_map_mapInt32Double_codec); in CalculateSize() 516 mapInt32Double_.Add(other.mapInt32Double_); in MergeFrom() 577 mapInt32Double_.AddEntriesFrom(input, _map_mapInt32Double_codec); in MergeFrom() 1005 mapInt32Double_ = other.mapInt32Double_.Clone(); in TestArenaMap() 1130 private readonly pbc::MapField<int, double> mapInt32Double_ = new pbc::MapField<int, double>(); field in Google.Protobuf.TestProtos.TestArenaMap 1133 get { return mapInt32Double_; } [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 843 mapInt32Double_ = other.mapInt32Double_.Clone(); in TestAllTypes() 1490 private readonly pbc::MapField<int, double> mapInt32Double_ = new pbc::MapField<int, double>(); field in Conformance.TestAllTypes 1493 get { return mapInt32Double_; } 2460 mapInt32Double_.WriteTo(output, _map_mapInt32Double_codec); in WriteTo() 2701 size += mapInt32Double_.CalculateSize(_map_mapInt32Double_codec); in CalculateSize() 2932 mapInt32Double_.Add(other.mapInt32Double_); in MergeFrom() 3338 mapInt32Double_.AddEntriesFrom(input, _map_mapInt32Double_codec); in MergeFrom()
|