Searched refs:mapUint64Uint64_ (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 207 mapUint64Uint64_ = other.mapUint64Uint64_.Clone(); in TestMap() 263 … private readonly pbc::MapField<ulong, ulong> mapUint64Uint64_ = new pbc::MapField<ulong, ulong>(); field in Google.Protobuf.TestProtos.TestMap 266 get { return mapUint64Uint64_; } 468 mapUint64Uint64_.WriteTo(output, _map_mapUint64Uint64_codec); in WriteTo() 493 size += mapUint64Uint64_.CalculateSize(_map_mapUint64Uint64_codec); in CalculateSize() 521 mapUint64Uint64_.Add(other.mapUint64Uint64_); in MergeFrom() 559 mapUint64Uint64_.AddEntriesFrom(input, _map_mapUint64Uint64_codec); in MergeFrom() 1048 mapUint64Uint64_ = other.mapUint64Uint64_.Clone(); in TestArenaMap() 1102 … private readonly pbc::MapField<ulong, ulong> mapUint64Uint64_ = new pbc::MapField<ulong, ulong>(); field in Google.Protobuf.TestProtos.TestArenaMap 1105 get { return mapUint64Uint64_; } [all …]
|
D | TestMessagesProto3.cs | 313 mapUint64Uint64_ = other.mapUint64Uint64_.Clone(); in TestAllTypesProto3() 922 … private readonly pbc::MapField<ulong, ulong> mapUint64Uint64_ = new pbc::MapField<ulong, ulong>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3 925 get { return mapUint64Uint64_; } 2143 mapUint64Uint64_.WriteTo(output, _map_mapUint64Uint64_codec); in WriteTo() 2435 size += mapUint64Uint64_.CalculateSize(_map_mapUint64Uint64_codec); in CalculateSize() 2706 mapUint64Uint64_.Add(other.mapUint64Uint64_); in MergeFrom() 3130 mapUint64Uint64_.AddEntriesFrom(input, _map_mapUint64Uint64_codec); in MergeFrom()
|