Lines Matching refs:OneofBool
391 case OneofFieldOneofCase.OneofBool: in TestAllTypesProto3()
392 OneofBool = other.OneofBool; in TestAllTypesProto3()
1125 public bool OneofBool { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
1126 get { return oneofFieldCase_ == OneofFieldOneofCase.OneofBool ? (bool) oneofField_ : false; }
1129 oneofFieldCase_ = OneofFieldOneofCase.OneofBool;
1733 OneofBool = 115, enumerator
1831 if (OneofBool != other.OneofBool) return false; in Equals()
1959 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBool) hash ^= OneofBool.GetHashCode(); in GetHashCode()
2175 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBool) { in WriteTo()
2177 output.WriteBool(OneofBool); in WriteTo()
2463 if (oneofFieldCase_ == OneofFieldOneofCase.OneofBool) { in CalculateSize()
2889 case OneofFieldOneofCase.OneofBool: in MergeFrom()
2890 OneofBool = other.OneofBool; in MergeFrom()
3215 OneofBool = input.ReadBool(); in MergeFrom()