Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs207 mapFixed32Fixed32_ = other.mapFixed32Fixed32_.Clone(); in TestMap()
289 private readonly pbc::MapField<uint, uint> mapFixed32Fixed32_ = new pbc::MapField<uint, uint>(); field in Google.Protobuf.TestProtos.TestMap
292 get { return mapFixed32Fixed32_; }
464 mapFixed32Fixed32_.WriteTo(output, _map_mapFixed32Fixed32_codec); in WriteTo()
486 size += mapFixed32Fixed32_.CalculateSize(_map_mapFixed32Fixed32_codec); in CalculateSize()
511 mapFixed32Fixed32_.Add(other.mapFixed32Fixed32_); in MergeFrom()
557 mapFixed32Fixed32_.AddEntriesFrom(input, _map_mapFixed32Fixed32_codec); in MergeFrom()
1000 mapFixed32Fixed32_ = other.mapFixed32Fixed32_.Clone(); in TestArenaMap()
1080 private readonly pbc::MapField<uint, uint> mapFixed32Fixed32_ = new pbc::MapField<uint, uint>(); field in Google.Protobuf.TestProtos.TestArenaMap
1083 get { return mapFixed32Fixed32_; }
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs838 mapFixed32Fixed32_ = other.mapFixed32Fixed32_.Clone(); in TestAllTypes()
1440 private readonly pbc::MapField<uint, uint> mapFixed32Fixed32_ = new pbc::MapField<uint, uint>(); field in Conformance.TestAllTypes
1443 get { return mapFixed32Fixed32_; }
2455 mapFixed32Fixed32_.WriteTo(output, _map_mapFixed32Fixed32_codec); in WriteTo()
2696 size += mapFixed32Fixed32_.CalculateSize(_map_mapFixed32Fixed32_codec); in CalculateSize()
2927 mapFixed32Fixed32_.Add(other.mapFixed32Fixed32_); in MergeFrom()
3318 mapFixed32Fixed32_.AddEntriesFrom(input, _map_mapFixed32Fixed32_codec); in MergeFrom()