Lines Matching refs:OneofString
309 case OneofFieldOneofCase.OneofString: in TestAllTypes()
310 OneofString = other.OneofString; in TestAllTypes()
775 public string OneofString { property in Google.Protobuf.TestProtos.TestAllTypes
776 get { return oneofFieldCase_ == OneofFieldOneofCase.OneofString ? (string) oneofField_ : ""; }
779 oneofFieldCase_ = OneofFieldOneofCase.OneofString;
799 OneofString = 113, enumerator
869 if (OneofString != other.OneofString) return false; in Equals()
923 if (oneofFieldCase_ == OneofFieldOneofCase.OneofString) hash ^= OneofString.GetHashCode(); in GetHashCode()
1052 if (oneofFieldCase_ == OneofFieldOneofCase.OneofString) { in WriteTo()
1054 output.WriteString(OneofString); in WriteTo()
1158 if (oneofFieldCase_ == OneofFieldOneofCase.OneofString) { in CalculateSize()
1159 size += 2 + pb::CodedOutputStream.ComputeStringSize(OneofString); in CalculateSize()
1278 case OneofFieldOneofCase.OneofString: in MergeFrom()
1279 OneofString = other.OneofString; in MergeFrom()
1513 OneofString = input.ReadString(); in MergeFrom()