Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDynamicMessageTest.java231 packedReflectionTester.assertPackedFieldsSetViaReflection(message2); in testDynamicMessagePackedParsing()
235 packedReflectionTester.assertPackedFieldsSetViaReflection(message3); in testDynamicMessagePackedParsing()
DTestUtil.java2810 public void assertPackedFieldsSetViaReflection(MessageOrBuilder message) { in assertPackedFieldsSetViaReflection() method in TestUtil.ReflectionTester
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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