Searched refs:assertPackedFieldsSet (Results 1 – 6 of 6) sorted by relevance
263 TestUtil.assertPackedFieldsSet( in testPackedSerialization()275 TestUtil.assertPackedFieldsSet((TestPackedTypes) message.wrappedMessage); in testPackedParsing()303 TestUtil.assertPackedFieldsSet((TestPackedTypes) message.wrappedMessage); in testParseUnpackedToPacked()
79 TestUtil.assertPackedFieldsSet(message2); in testSerializationPacked()127 TestUtil.assertPackedFieldsSet(message2); in testSerializationPackedWithoutGetSerializedSize()238 TestUtil.assertPackedFieldsSet(TestPackedTypes.parseDelimitedFrom(input)); in testSerializeDelimited()
219 TestUtil.assertPackedFieldsSet(message2); in testDynamicMessagePackedSerialization()
480 TestUtil.assertPackedFieldsSet(message); in testAllPackedFieldsLite()
596 TestUtil.assertPackedFieldsSet(message); in testParseUnpackedToPacked()
1081 public static void assertPackedFieldsSet(TestPackedTypes message) { in assertPackedFieldsSet() method in TestUtil