Lines Matching refs:OneofBytes
113 Assert.AreEqual(ByteString.Empty, message.OneofBytes);
124 Assert.Throws<ArgumentNullException>(() => message.OneofBytes = null);
606 Assert.AreEqual(ByteString.Empty, message.OneofBytes);
613 Assert.AreEqual(ByteString.Empty, message.OneofBytes);
618 message.OneofBytes = bytes;
621 Assert.AreEqual(bytes, message.OneofBytes);
623 Assert.AreEqual(TestAllTypes.OneofFieldOneofCase.OneofBytes, message.OneofFieldCase);
628 Assert.AreEqual(ByteString.Empty, message.OneofBytes);
636 Assert.AreEqual(ByteString.Empty, message.OneofBytes);
643 Assert.AreEqual(ByteString.Empty, message.OneofBytes);