Searched defs:parseWithIOException (Results 1 – 2 of 2) sorted by relevance
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| 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
|
| D | GeneratedMessageV3.java | 329 protected static <M extends Message> M parseWithIOException(Parser<M> parser, InputStream input) in parseWithIOException() method in GeneratedMessageV3 338 protected static <M extends Message> M parseWithIOException(Parser<M> parser, InputStream input, in parseWithIOException() method in GeneratedMessageV3 347 protected static <M extends Message> M parseWithIOException(Parser<M> parser, in parseWithIOException() method in GeneratedMessageV3 356 protected static <M extends Message> M parseWithIOException(Parser<M> parser, in parseWithIOException() method in GeneratedMessageV3
|