Home
last modified time | relevance | path

Searched refs:assertAllFieldsSetViaReflection (Results 1 – 6 of 6) 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.java63 reflectionTester.assertAllFieldsSetViaReflection(message); in testDynamicMessageAccessors()
77 reflectionTester.assertAllFieldsSetViaReflection(message); in testSettersAfterBuild()
120 extensionsReflectionTester.assertAllFieldsSetViaReflection(message); in testDynamicMessageExtensionAccessors()
187 reflectionTester.assertAllFieldsSetViaReflection(message2); in testDynamicMessageParsing()
191 reflectionTester.assertAllFieldsSetViaReflection(message3); in testDynamicMessageParsing()
199 extensionsReflectionTester.assertAllFieldsSetViaReflection(message); in testDynamicMessageExtensionParsing()
204 extensionsReflectionTester.assertAllFieldsSetViaReflection(message2); in testDynamicMessageExtensionParsing()
244 reflectionTester.assertAllFieldsSetViaReflection(copy); in testDynamicMessageCopy()
261 reflectionTester.assertAllFieldsSetViaReflection(derived); in testToBuilder()
DGeneratedMessageTest.java437 reflectionTester.assertAllFieldsSetViaReflection(builder); in testReflectionGetters()
440 reflectionTester.assertAllFieldsSetViaReflection(message); in testReflectionGetters()
538 extensionsReflectionTester.assertAllFieldsSetViaReflection(builder); in testExtensionReflectionGetters()
541 extensionsReflectionTester.assertAllFieldsSetViaReflection(message); in testExtensionReflectionGetters()
DTestUtil.java2247 public void assertAllFieldsSetViaReflection(MessageOrBuilder message) { in assertAllFieldsSetViaReflection() method in TestUtil.ReflectionTester
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DDynamicMessageTest.java66 reflectionTester.assertAllFieldsSetViaReflection(message); in testDynamicMessageAccessors()
80 reflectionTester.assertAllFieldsSetViaReflection(message); in testSettersAfterBuild()
123 extensionsReflectionTester.assertAllFieldsSetViaReflection(message); in testDynamicMessageExtensionAccessors()
190 reflectionTester.assertAllFieldsSetViaReflection(message2); in testDynamicMessageParsing()
194 reflectionTester.assertAllFieldsSetViaReflection(message3); in testDynamicMessageParsing()
202 extensionsReflectionTester.assertAllFieldsSetViaReflection(message); in testDynamicMessageExtensionParsing()
207 extensionsReflectionTester.assertAllFieldsSetViaReflection(message2); in testDynamicMessageExtensionParsing()
247 reflectionTester.assertAllFieldsSetViaReflection(copy); in testDynamicMessageCopy()
277 reflectionTester.assertAllFieldsSetViaReflection(derived); in testToBuilder()
DGeneratedMessageTest.java497 reflectionTester.assertAllFieldsSetViaReflection(builder); in testReflectionGetters()
500 reflectionTester.assertAllFieldsSetViaReflection(message); in testReflectionGetters()
641 extensionsReflectionTester.assertAllFieldsSetViaReflection(builder); in testExtensionReflectionGetters()
644 extensionsReflectionTester.assertAllFieldsSetViaReflection(message); in testExtensionReflectionGetters()
DTestUtil.java3013 public void assertAllFieldsSetViaReflection(MessageOrBuilder message) { in assertAllFieldsSetViaReflection() method in TestUtil.ReflectionTester