Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5484 public bool HasLazy { property in Google.Protobuf.Reflection.FieldOptions
5595 if (HasLazy) hash ^= Lazy.GetHashCode(); in GetHashCode()
5627 if (HasLazy) { in WriteTo()
5660 if (HasLazy) { in CalculateSize()
5693 if (other.HasLazy) { in MergeFrom()