Searched refs:mapSfixed32Sfixed32_ (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 212 mapSfixed32Sfixed32_ = other.mapSfixed32Sfixed32_.Clone(); in TestMap() 313 private readonly pbc::MapField<int, int> mapSfixed32Sfixed32_ = new pbc::MapField<int, int>(); field in Google.Protobuf.TestProtos.TestMap 316 get { return mapSfixed32Sfixed32_; } 473 mapSfixed32Sfixed32_.WriteTo(output, _map_mapSfixed32Sfixed32_codec); in WriteTo() 498 size += mapSfixed32Sfixed32_.CalculateSize(_map_mapSfixed32Sfixed32_codec); in CalculateSize() 526 mapSfixed32Sfixed32_.Add(other.mapSfixed32Sfixed32_); in MergeFrom() 579 mapSfixed32Sfixed32_.AddEntriesFrom(input, _map_mapSfixed32Sfixed32_codec); in MergeFrom() 1053 mapSfixed32Sfixed32_ = other.mapSfixed32Sfixed32_.Clone(); in TestArenaMap() 1152 private readonly pbc::MapField<int, int> mapSfixed32Sfixed32_ = new pbc::MapField<int, int>(); field in Google.Protobuf.TestProtos.TestArenaMap 1155 get { return mapSfixed32Sfixed32_; } [all …]
|
D | TestMessagesProto3.cs | 318 mapSfixed32Sfixed32_ = other.mapSfixed32Sfixed32_.Clone(); in TestAllTypesProto3() 972 private readonly pbc::MapField<int, int> mapSfixed32Sfixed32_ = new pbc::MapField<int, int>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3 975 get { return mapSfixed32Sfixed32_; } 2148 mapSfixed32Sfixed32_.WriteTo(output, _map_mapSfixed32Sfixed32_codec); in WriteTo() 2440 size += mapSfixed32Sfixed32_.CalculateSize(_map_mapSfixed32Sfixed32_codec); in CalculateSize() 2711 mapSfixed32Sfixed32_.Add(other.mapSfixed32Sfixed32_); in MergeFrom() 3150 mapSfixed32Sfixed32_.AddEntriesFrom(input, _map_mapSfixed32Sfixed32_codec); in MergeFrom()
|