Searched refs:mapUint32Uint32_ (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 | 203 mapUint32Uint32_ = other.mapUint32Uint32_.Clone(); in TestMap() 249 private readonly pbc::MapField<uint, uint> mapUint32Uint32_ = new pbc::MapField<uint, uint>(); field in Google.Protobuf.TestProtos.TestMap 252 get { return mapUint32Uint32_; } 460 mapUint32Uint32_.WriteTo(output, _map_mapUint32Uint32_codec); in WriteTo() 482 size += mapUint32Uint32_.CalculateSize(_map_mapUint32Uint32_codec); in CalculateSize() 507 mapUint32Uint32_.Add(other.mapUint32Uint32_); in MergeFrom() 541 mapUint32Uint32_.AddEntriesFrom(input, _map_mapUint32Uint32_codec); in MergeFrom() 996 mapUint32Uint32_ = other.mapUint32Uint32_.Clone(); in TestArenaMap() 1040 private readonly pbc::MapField<uint, uint> mapUint32Uint32_ = new pbc::MapField<uint, uint>(); field in Google.Protobuf.TestProtos.TestArenaMap 1043 get { return mapUint32Uint32_; } [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 834 mapUint32Uint32_ = other.mapUint32Uint32_.Clone(); in TestAllTypes() 1400 private readonly pbc::MapField<uint, uint> mapUint32Uint32_ = new pbc::MapField<uint, uint>(); field in Conformance.TestAllTypes 1403 get { return mapUint32Uint32_; } 2451 mapUint32Uint32_.WriteTo(output, _map_mapUint32Uint32_codec); in WriteTo() 2692 size += mapUint32Uint32_.CalculateSize(_map_mapUint32Uint32_codec); in CalculateSize() 2923 mapUint32Uint32_.Add(other.mapUint32Uint32_); in MergeFrom() 3302 mapUint32Uint32_.AddEntriesFrom(input, _map_mapUint32Uint32_codec); in MergeFrom()
|