Home
last modified time | relevance | path

Searched refs:getUnfinishedMessage (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DInvalidProtocolBufferException.java69 public MessageLite getUnfinishedMessage() { in getUnfinishedMessage() method in InvalidProtocolBufferException
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DMapForProto2LiteTest.java436 assertTrue(expected.getUnfinishedMessage() instanceof TestMap); in testParseError()
437 map = (TestMap) expected.getUnfinishedMessage(); in testParseError()
DMapForProto2Test.java568 assertTrue(expected.getUnfinishedMessage() instanceof TestMap); in testParseError()
569 map = (TestMap) expected.getUnfinishedMessage(); in testParseError()
DMapTest.java603 assertTrue(expected.getUnfinishedMessage() instanceof TestMap); in testParseError()
604 map = (TestMap) expected.getUnfinishedMessage(); in testParseError()