Home
last modified time | relevance | path

Searched refs:ccEnableArenas_ (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs4746 ccEnableArenas_ = other.ccEnableArenas_; in FileOptions()
5113 private bool ccEnableArenas_; field in Google.Protobuf.Reflection.FileOptions
5120 get { if ((_hasBits0 & 256) != 0) { return ccEnableArenas_; } else { return CcEnableArenasDefaultValue; } }
5123 ccEnableArenas_ = value;

Completed in 15 milliseconds