Searched refs:mapUint32Uint32_ (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 200 mapUint32Uint32_ = other.mapUint32Uint32_.Clone(); in TestMap() 243 private readonly pbc::MapField<uint, uint> mapUint32Uint32_ = new pbc::MapField<uint, uint>(); field in Google.Protobuf.TestProtos.TestMap 245 get { return mapUint32Uint32_; } 434 mapUint32Uint32_.WriteTo(output, _map_mapUint32Uint32_codec); in WriteTo() 455 size += mapUint32Uint32_.CalculateSize(_map_mapUint32Uint32_codec); in CalculateSize() 479 mapUint32Uint32_.Add(other.mapUint32Uint32_); in MergeFrom() 512 mapUint32Uint32_.AddEntriesFrom(input, _map_mapUint32Uint32_codec); in MergeFrom() 920 mapUint32Uint32_ = other.mapUint32Uint32_.Clone(); in TestArenaMap() 961 private readonly pbc::MapField<uint, uint> mapUint32Uint32_ = new pbc::MapField<uint, uint>(); field in Google.Protobuf.TestProtos.TestArenaMap 963 get { return mapUint32Uint32_; } [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 792 mapUint32Uint32_ = other.mapUint32Uint32_.Clone(); in TestAllTypes() 1312 private readonly pbc::MapField<uint, uint> mapUint32Uint32_ = new pbc::MapField<uint, uint>(); field in Conformance.TestAllTypes 1314 get { return mapUint32Uint32_; } 2293 mapUint32Uint32_.WriteTo(output, _map_mapUint32Uint32_codec); in WriteTo() 2533 size += mapUint32Uint32_.CalculateSize(_map_mapUint32Uint32_codec); in CalculateSize() 2763 mapUint32Uint32_.Add(other.mapUint32Uint32_); in MergeFrom() 3141 mapUint32Uint32_.AddEntriesFrom(input, _map_mapUint32Uint32_codec); in MergeFrom()
|