Home
last modified time | relevance | path

Searched refs:mapInt32Bytes_ (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs212 mapInt32Bytes_ = other.mapInt32Bytes_.Clone(); in TestMap()
351 …private readonly pbc::MapField<int, pb::ByteString> mapInt32Bytes_ = new pbc::MapField<int, pb::By… field in Google.Protobuf.TestProtos.TestMap
353 get { return mapInt32Bytes_; }
446 mapInt32Bytes_.WriteTo(output, _map_mapInt32Bytes_codec); in WriteTo()
467 size += mapInt32Bytes_.CalculateSize(_map_mapInt32Bytes_codec); in CalculateSize()
491 mapInt32Bytes_.Add(other.mapInt32Bytes_); in MergeFrom()
560 mapInt32Bytes_.AddEntriesFrom(input, _map_mapInt32Bytes_codec); in MergeFrom()