Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DAbstractMessageLite.java60 throw new RuntimeException(getSerializingExceptionMessage("ByteString"), e); in toByteString()
73 throw new RuntimeException(getSerializingExceptionMessage("byte array"), e); in toByteArray()
108 private String getSerializingExceptionMessage(String target) { in getSerializingExceptionMessage() method in AbstractMessageLite