Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_extra_interfaces.proto42 "com.google.protobuf.ExtraInterfaces.HasStringValue<Proto1>";
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7098 public bool HasStringValue { property in Google.Protobuf.Reflection.UninterpretedOption
7161 if (HasStringValue) hash ^= StringValue.GetHashCode(); in GetHashCode()
7193 if (HasStringValue) { in WriteTo()
7222 if (HasStringValue) { in CalculateSize()
7252 if (other.HasStringValue) { in MergeFrom()