Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5442 private readonly static bool LazyDefaultValue = false; field in Google.Protobuf.Reflection.FieldOptions
5476 get { if ((_hasBits0 & 8) != 0) { return lazy_; } else { return LazyDefaultValue; } }