Searched refs:parseWithIOException (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | GeneratedMessageV3.java | 279 protected static <M extends Message> M parseWithIOException(Parser<M> parser, InputStream input) in parseWithIOException() method in GeneratedMessageV3 288 protected static <M extends Message> M parseWithIOException(Parser<M> parser, InputStream input, in parseWithIOException() method in GeneratedMessageV3 297 protected static <M extends Message> M parseWithIOException(Parser<M> parser, in parseWithIOException() method in GeneratedMessageV3 306 protected static <M extends Message> M parseWithIOException(Parser<M> parser, in parseWithIOException() method in GeneratedMessageV3
|
D | GeneratedMessage.java | 278 protected static <M extends Message> M parseWithIOException(Parser<M> parser, InputStream input) in parseWithIOException() method in GeneratedMessage 287 protected static <M extends Message> M parseWithIOException(Parser<M> parser, InputStream input, in parseWithIOException() method in GeneratedMessage 296 protected static <M extends Message> M parseWithIOException(Parser<M> parser, in parseWithIOException() method in GeneratedMessage 305 protected static <M extends Message> M parseWithIOException(Parser<M> parser, in parseWithIOException() method in GeneratedMessage
|