Searched refs:mapFixed32Fixed32_ (Results 1 - 3 of 3) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | MapUnittestProto3.cs | 214 mapFixed32Fixed32_ = other.mapFixed32Fixed32_.Clone(); in TestMap() 297 private readonly pbc::MapField<uint, uint> mapFixed32Fixed32_ = new pbc::MapField<uint, uint>(); field in Google.Protobuf.TestProtos.TestMap 300 get { return mapFixed32Fixed32_; } 478 mapFixed32Fixed32_.WriteTo(output, _map_mapFixed32Fixed32_codec); in WriteTo() 504 mapFixed32Fixed32_.WriteTo(ref output, _map_mapFixed32Fixed32_codec); in IBufferMessage.InternalWriteTo() 530 size += mapFixed32Fixed32_.CalculateSize(_map_mapFixed32Fixed32_codec); in CalculateSize() 558 mapFixed32Fixed32_.Add(other.mapFixed32Fixed32_); in MergeFrom() 608 mapFixed32Fixed32_ in MergeFrom() 1387 private readonly pbc::MapField<uint, uint> mapFixed32Fixed32_ = new pbc::MapField<uint, uint>(); global() field in Google.Protobuf.TestProtos.TestArenaMap [all...] |
H A D | TestMessagesProto3.cs | 369 mapFixed32Fixed32_ = other.mapFixed32Fixed32_.Clone(); in TestAllTypesProto3() 1291 private readonly pbc::MapField<uint, uint> mapFixed32Fixed32_ = new pbc::MapField<uint, uint>(); field in ProtobufTestMessages.Proto3.TestAllTypesProto3 1294 get { return mapFixed32Fixed32_; } 2544 mapFixed32Fixed32_.WriteTo(output, _map_mapFixed32Fixed32_codec); in WriteTo() 2888 mapFixed32Fixed32_.WriteTo(ref output, _map_mapFixed32Fixed32_codec); in IBufferMessage.InternalWriteTo() 3237 size += mapFixed32Fixed32_.CalculateSize(_map_mapFixed32Fixed32_codec); in CalculateSize() 3536 mapFixed32Fixed32_.Add(other.mapFixed32Fixed32_); in MergeFrom() 3972 mapFixed32Fixed32_ in MergeFrom() [all...] |
H A D | TestMessagesProto2.cs | 359 mapFixed32Fixed32_ = other.mapFixed32Fixed32_.Clone(); in TestAllTypesProto2() 1484 private readonly pbc::MapField<uint, uint> mapFixed32Fixed32_ = new pbc::MapField<uint, uint>(); field in ProtobufTestMessages.Proto2.TestAllTypesProto2 1487 get { return mapFixed32Fixed32_; } 2682 mapFixed32Fixed32_.WriteTo(output, _map_mapFixed32Fixed32_codec); in WriteTo() 2963 mapFixed32Fixed32_.WriteTo(ref output, _map_mapFixed32Fixed32_codec); in IBufferMessage.InternalWriteTo() 3250 size += mapFixed32Fixed32_.CalculateSize(_map_mapFixed32Fixed32_codec); in CalculateSize() 3491 mapFixed32Fixed32_.Add(other.mapFixed32Fixed32_); in MergeFrom() 3835 mapFixed32Fixed32_ in MergeFrom() [all...] |
Completed in 16 milliseconds