Lines Matching defs:Lazy
178 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldOptions), global::Google.Protobuf.Reflection.FieldOptions.Parser, new[]{ "Ctype", "Packed", "Jstype", "Lazy", "Deprecated", "Weak", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.CType), typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) }, null, null),
6618 /// Should this field be parsed lazily? Lazy applies only to message-type
6647 public bool Lazy {
6751 if (Lazy != other.Lazy) return false;
6767 if (HasLazy) hash ^= Lazy.GetHashCode();
6804 output.WriteBool(Lazy);
6841 output.WriteBool(Lazy);
6907 Lazy = other.Lazy;
6946 Lazy = input.ReadBool();
6990 Lazy = input.ReadBool();