Searched refs:mapInt64Int64_ (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 | 202 mapInt64Int64_ = other.mapInt64Int64_.Clone(); in TestMap() 239 private readonly pbc::MapField<long, long> mapInt64Int64_ = new pbc::MapField<long, long>(); field in Google.Protobuf.TestProtos.TestMap 242 get { return mapInt64Int64_; } 459 mapInt64Int64_.WriteTo(output, _map_mapInt64Int64_codec); in WriteTo() 481 size += mapInt64Int64_.CalculateSize(_map_mapInt64Int64_codec); in CalculateSize() 506 mapInt64Int64_.Add(other.mapInt64Int64_); in MergeFrom() 537 mapInt64Int64_.AddEntriesFrom(input, _map_mapInt64Int64_codec); in MergeFrom() 995 mapInt64Int64_ = other.mapInt64Int64_.Clone(); in TestArenaMap() 1030 private readonly pbc::MapField<long, long> mapInt64Int64_ = new pbc::MapField<long, long>(); field in Google.Protobuf.TestProtos.TestArenaMap 1033 get { return mapInt64Int64_; } [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 833 mapInt64Int64_ = other.mapInt64Int64_.Clone(); in TestAllTypes() 1390 private readonly pbc::MapField<long, long> mapInt64Int64_ = new pbc::MapField<long, long>(); field in Conformance.TestAllTypes 1393 get { return mapInt64Int64_; } 2450 mapInt64Int64_.WriteTo(output, _map_mapInt64Int64_codec); in WriteTo() 2691 size += mapInt64Int64_.CalculateSize(_map_mapInt64Int64_codec); in CalculateSize() 2922 mapInt64Int64_.Add(other.mapInt64Int64_); in MergeFrom() 3298 mapInt64Int64_.AddEntriesFrom(input, _map_mapInt64Int64_codec); in MergeFrom()
|