Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4946 mapEntry_ = other.mapEntry_; in MessageOptions()
5064 private bool mapEntry_; field in Google.Protobuf.Reflection.MessageOptions
5090 get { if ((_hasBits0 & 8) != 0) { return mapEntry_; } else { return MapEntryDefaultValue; } }
5093 mapEntry_ = value;