Home
last modified time | relevance | path

Searched refs:assertReflectionRepeatedSettersRejectNull (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDynamicMessageTest.java144 reflectionTester.assertReflectionRepeatedSettersRejectNull(builder); in testDynamicMessageRepeatedSettersRejectNull()
DGeneratedMessageTest.java529 reflectionTester.assertReflectionRepeatedSettersRejectNull(builder); in testReflectionRepeatedSettersRejectNull()
674 extensionsReflectionTester.assertReflectionRepeatedSettersRejectNull( in testExtensionReflectionRepeatedSettersRejectNull()
DTestUtil.java3719 public void assertReflectionRepeatedSettersRejectNull(Message.Builder builder) in assertReflectionRepeatedSettersRejectNull() method in TestUtil.ReflectionTester