Searched refs:mapSfixed64Sfixed64_ (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 207 mapSfixed64Sfixed64_ = other.mapSfixed64Sfixed64_.Clone(); in TestMap() 306 … private readonly pbc::MapField<long, long> mapSfixed64Sfixed64_ = new pbc::MapField<long, long>(); field in Google.Protobuf.TestProtos.TestMap 308 get { return mapSfixed64Sfixed64_; } 441 mapSfixed64Sfixed64_.WriteTo(output, _map_mapSfixed64Sfixed64_codec); in WriteTo() 462 size += mapSfixed64Sfixed64_.CalculateSize(_map_mapSfixed64Sfixed64_codec); in CalculateSize() 486 mapSfixed64Sfixed64_.Add(other.mapSfixed64Sfixed64_); in MergeFrom() 540 mapSfixed64Sfixed64_.AddEntriesFrom(input, _map_mapSfixed64Sfixed64_codec); in MergeFrom() 927 mapSfixed64Sfixed64_ = other.mapSfixed64Sfixed64_.Clone(); in TestArenaMap() 1024 … private readonly pbc::MapField<long, long> mapSfixed64Sfixed64_ = new pbc::MapField<long, long>(); field in Google.Protobuf.TestProtos.TestArenaMap 1026 get { return mapSfixed64Sfixed64_; } [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 799 mapSfixed64Sfixed64_ = other.mapSfixed64Sfixed64_.Clone(); in TestAllTypes() 1375 … private readonly pbc::MapField<long, long> mapSfixed64Sfixed64_ = new pbc::MapField<long, long>(); field in Conformance.TestAllTypes 1377 get { return mapSfixed64Sfixed64_; } 2300 mapSfixed64Sfixed64_.WriteTo(output, _map_mapSfixed64Sfixed64_codec); in WriteTo() 2540 size += mapSfixed64Sfixed64_.CalculateSize(_map_mapSfixed64Sfixed64_codec); in CalculateSize() 2770 mapSfixed64Sfixed64_.Add(other.mapSfixed64Sfixed64_); in MergeFrom() 3169 mapSfixed64Sfixed64_.AddEntriesFrom(input, _map_mapSfixed64Sfixed64_codec); in MergeFrom()
|