Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2799 ccEnableArenas_ = other.ccEnableArenas_; in FileOptions()
3001 private bool ccEnableArenas_; field in Google.Protobuf.Reflection.FileOptions
3008 get { return ccEnableArenas_; }
3010 ccEnableArenas_ = value;