Home
last modified time | relevance | path

Searched refs:IsExtension (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs246 public bool IsExtension => Proto.HasExtendee; field in Google.Protobuf.Reflection.FieldDescriptor
H A DDescriptor.cs184 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption), global::Google.Protobuf.Reflection.UninterpretedOption.Parser, new[]{ "Name", "IdentifierValue", "PositiveIntValue", "NegativeIntValue", "DoubleValue", "StringValue", "AggregateValue" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart), global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart.Parser, new[]{ "NamePart_", "IsExtension" }, null, null, null, null)}), in DescriptorReflection()
9009 public bool IsExtension { property in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
9041 if (IsExtension != other.IsExtension) return false; in Equals()
9049 if (HasIsExtension) hash ^= IsExtension.GetHashCode(); in GetHashCode()
9072 output.WriteBool(IsExtension); in WriteTo()
9089 output.WriteBool(IsExtension); in IBufferMessage.InternalWriteTo()
9121 IsExtension = other.IsExtension; in MergeFrom()
9142 IsExtension in MergeFrom()
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc789 static PyObject* IsExtension(PyBaseDescriptor *self, void *closure) { in IsExtension() function
976 { "is_extension", (getter)IsExtension, NULL, "ID"},

Completed in 18 milliseconds