Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DGeneratedMessageTest.java1266 TestUtil.assertAtMostOneFieldSetOneof(message); in testOneofEnumCase()
1281 TestUtil.assertAtMostOneFieldSetOneof(message); in testSetOneofClearsOthers()
1285 TestUtil.assertAtMostOneFieldSetOneof(message); in testSetOneofClearsOthers()
1289 TestUtil.assertAtMostOneFieldSetOneof(message); in testSetOneofClearsOthers()
1293 TestUtil.assertAtMostOneFieldSetOneof(message); in testSetOneofClearsOthers()
1297 TestUtil.assertAtMostOneFieldSetOneof(message); in testSetOneofClearsOthers()
1302 TestUtil.assertAtMostOneFieldSetOneof(message); in testSetOneofClearsOthers()
1306 TestUtil.assertAtMostOneFieldSetOneof(message); in testSetOneofClearsOthers()
DTestUtil.java2568 public static void assertAtMostOneFieldSetOneof(TestOneof2 message) { in assertAtMostOneFieldSetOneof() method in TestUtil