Searched refs:mapUint64Uint64_ (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 201 mapUint64Uint64_ = other.mapUint64Uint64_.Clone(); in TestMap() 252 … private readonly pbc::MapField<ulong, ulong> mapUint64Uint64_ = new pbc::MapField<ulong, ulong>(); field in Google.Protobuf.TestProtos.TestMap 254 get { return mapUint64Uint64_; } 435 mapUint64Uint64_.WriteTo(output, _map_mapUint64Uint64_codec); in WriteTo() 456 size += mapUint64Uint64_.CalculateSize(_map_mapUint64Uint64_codec); in CalculateSize() 480 mapUint64Uint64_.Add(other.mapUint64Uint64_); in MergeFrom() 516 mapUint64Uint64_.AddEntriesFrom(input, _map_mapUint64Uint64_codec); in MergeFrom() 921 mapUint64Uint64_ = other.mapUint64Uint64_.Clone(); in TestArenaMap() 970 … private readonly pbc::MapField<ulong, ulong> mapUint64Uint64_ = new pbc::MapField<ulong, ulong>(); field in Google.Protobuf.TestProtos.TestArenaMap 972 get { return mapUint64Uint64_; } [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 793 mapUint64Uint64_ = other.mapUint64Uint64_.Clone(); in TestAllTypes() 1321 … private readonly pbc::MapField<ulong, ulong> mapUint64Uint64_ = new pbc::MapField<ulong, ulong>(); field in Conformance.TestAllTypes 1323 get { return mapUint64Uint64_; } 2294 mapUint64Uint64_.WriteTo(output, _map_mapUint64Uint64_codec); in WriteTo() 2534 size += mapUint64Uint64_.CalculateSize(_map_mapUint64Uint64_codec); in CalculateSize() 2764 mapUint64Uint64_.Add(other.mapUint64Uint64_); in MergeFrom() 3145 mapUint64Uint64_.AddEntriesFrom(input, _map_mapUint64Uint64_codec); in MergeFrom()
|