Home
last modified time | relevance | path

Searched refs:assertPackedFieldsSetViaReflection (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDynamicMessageTest.java234 packedReflectionTester.assertPackedFieldsSetViaReflection(message2); in testDynamicMessagePackedParsing()
238 packedReflectionTester.assertPackedFieldsSetViaReflection(message3); in testDynamicMessagePackedParsing()
DTestUtil.java3603 public void assertPackedFieldsSetViaReflection(MessageOrBuilder message) { in assertPackedFieldsSetViaReflection() method in TestUtil.ReflectionTester