Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs337 if (Proto.HasDefaultValue) in CrossLink()
DDescriptor.cs1978 public bool HasDefaultValue { property in Google.Protobuf.Reflection.FieldDescriptorProto
2100 if (HasDefaultValue) hash ^= DefaultValue.GetHashCode(); in GetHashCode()
2141 if (HasDefaultValue) { in WriteTo()
2183 if (HasDefaultValue) { in CalculateSize()
2224 if (other.HasDefaultValue) { in MergeFrom()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc793 static PyObject* HasDefaultValue(PyBaseDescriptor *self, void *closure) { in HasDefaultValue() function
975 { "has_default_value", (getter)HasDefaultValue},