Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_extra_interfaces.proto40 "com.google.protobuf.ExtraInterfaces.HasStringValue<Proto1>";
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs8641 public bool HasStringValue { property in Google.Protobuf.Reflection.UninterpretedOption
8704 if (HasStringValue) hash ^= StringValue.GetHashCode(); in GetHashCode()
8739 if (HasStringValue) { in WriteTo()
8773 if (HasStringValue) { in IBufferMessage.InternalWriteTo()
8803 if (HasStringValue) { in CalculateSize()
8833 if (other.HasStringValue) { in MergeFrom()