Searched refs:OneofBool (Results 1 – 1 of 1) sorted by relevance
391 case OneofFieldOneofCase.OneofBool: in TestAllTypesProto3()392 OneofBool = other.OneofBool; in TestAllTypesProto3()1125 public bool OneofBool { property in ProtobufTestMessages.Proto3.TestAllTypesProto31126 get { return oneofFieldCase_ == OneofFieldOneofCase.OneofBool ? (bool) oneofField_ : false; }1129 oneofFieldCase_ = OneofFieldOneofCase.OneofBool;1733 OneofBool = 115, enumerator1831 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()[all …]