Searched refs:getUnfinishedMessage (Results 1 – 4 of 4) sorted by relevance
69 public MessageLite getUnfinishedMessage() { in getUnfinishedMessage() method in InvalidProtocolBufferException
436 assertTrue(expected.getUnfinishedMessage() instanceof TestMap); in testParseError()437 map = (TestMap) expected.getUnfinishedMessage(); in testParseError()
568 assertTrue(expected.getUnfinishedMessage() instanceof TestMap); in testParseError()569 map = (TestMap) expected.getUnfinishedMessage(); in testParseError()
603 assertTrue(expected.getUnfinishedMessage() instanceof TestMap); in testParseError()604 map = (TestMap) expected.getUnfinishedMessage(); in testParseError()