Searched refs:mapUint64Uint64_ (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 | 204 mapUint64Uint64_ = other.mapUint64Uint64_.Clone(); in TestMap() 259 … private readonly pbc::MapField<ulong, ulong> mapUint64Uint64_ = new pbc::MapField<ulong, ulong>(); field in Google.Protobuf.TestProtos.TestMap 262 get { return mapUint64Uint64_; } 461 mapUint64Uint64_.WriteTo(output, _map_mapUint64Uint64_codec); in WriteTo() 483 size += mapUint64Uint64_.CalculateSize(_map_mapUint64Uint64_codec); in CalculateSize() 508 mapUint64Uint64_.Add(other.mapUint64Uint64_); in MergeFrom() 545 mapUint64Uint64_.AddEntriesFrom(input, _map_mapUint64Uint64_codec); in MergeFrom() 997 mapUint64Uint64_ = other.mapUint64Uint64_.Clone(); in TestArenaMap() 1050 … private readonly pbc::MapField<ulong, ulong> mapUint64Uint64_ = new pbc::MapField<ulong, ulong>(); field in Google.Protobuf.TestProtos.TestArenaMap 1053 get { return mapUint64Uint64_; } [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 835 mapUint64Uint64_ = other.mapUint64Uint64_.Clone(); in TestAllTypes() 1410 … private readonly pbc::MapField<ulong, ulong> mapUint64Uint64_ = new pbc::MapField<ulong, ulong>(); field in Conformance.TestAllTypes 1413 get { return mapUint64Uint64_; } 2452 mapUint64Uint64_.WriteTo(output, _map_mapUint64Uint64_codec); in WriteTo() 2693 size += mapUint64Uint64_.CalculateSize(_map_mapUint64Uint64_codec); in CalculateSize() 2924 mapUint64Uint64_.Add(other.mapUint64Uint64_); in MergeFrom() 3306 mapUint64Uint64_.AddEntriesFrom(input, _map_mapUint64Uint64_codec); in MergeFrom()
|