Lines Matching refs:OneofString
858 case OneofFieldOneofCase.OneofString: in TestAllTypes()
859 OneofString = other.OneofString; in TestAllTypes()
1483 public string OneofString { property in Conformance.TestAllTypes
1484 get { return oneofFieldCase_ == OneofFieldOneofCase.OneofString ? (string) oneofField_ : ""; }
1487 oneofFieldCase_ = OneofFieldOneofCase.OneofString;
1927 OneofString = 113, enumerator
2015 if (OneofString != other.OneofString) return false; in Equals()
2129 if (oneofFieldCase_ == OneofFieldOneofCase.OneofString) hash ^= OneofString.GetHashCode(); in GetHashCode()
2318 if (oneofFieldCase_ == OneofFieldOneofCase.OneofString) { in WriteTo()
2320 output.WriteString(OneofString); in WriteTo()
2556 if (oneofFieldCase_ == OneofFieldOneofCase.OneofString) { in CalculateSize()
2557 size += 2 + pb::CodedOutputStream.ComputeStringSize(OneofString); in CalculateSize()
2919 case OneofFieldOneofCase.OneofString: in MergeFrom()
2920 OneofString = other.OneofString; in MergeFrom()
3222 OneofString = input.ReadString(); in MergeFrom()