Searched refs:Proto3Optional (Results 1 - 3 of 3) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | SingleFieldAccessor.cs | 88 else if (descriptor.File.Syntax == Syntax.Proto2 || descriptor.Proto.Proto3Optional) in SingleFieldAccessor()
|
H A D | OneofDescriptor.cs | 63 IsSynthetic = firstFieldInOneof?.Proto3Optional ?? false; in OneofDescriptor()
|
H A D | Descriptor.cs | 170 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto), global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser, new[]{ "Name", "Number", "Label", "Type", "TypeName", "Extendee", "DefaultValue", "OneofIndex", "JsonName", "Options", "Proto3Optional" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Type), typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label) }, null, null), in DescriptorReflection() 2461 public bool Proto3Optional { property in Google.Protobuf.Reflection.FieldDescriptorProto 2502 if (Proto3Optional != other.Proto3Optional) return false; in Equals() 2519 if (HasProto3Optional) hash ^= Proto3Optional.GetHashCode(); in GetHashCode() 2578 output.WriteBool(Proto3Optional); in WriteTo() 2631 output.WriteBool(Proto3Optional); in IBufferMessage.InternalWriteTo() 2720 Proto3Optional = other.Proto3Optional; in MergeFrom() 2780 Proto3Optional in MergeFrom() [all...] |
Completed in 10 milliseconds