Home
last modified time | relevance | path

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

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