Searched refs:InvalidProtocolBufferNanoException (Results 1 – 8 of 8) sorted by relevance
41 public class InvalidProtocolBufferNanoException extends IOException { class44 public InvalidProtocolBufferNanoException(final String description) { in InvalidProtocolBufferNanoException() method in InvalidProtocolBufferNanoException48 static InvalidProtocolBufferNanoException truncatedMessage() { in truncatedMessage()49 return new InvalidProtocolBufferNanoException( in truncatedMessage()56 static InvalidProtocolBufferNanoException negativeSize() { in negativeSize()57 return new InvalidProtocolBufferNanoException( in negativeSize()62 static InvalidProtocolBufferNanoException malformedVarint() { in malformedVarint()63 return new InvalidProtocolBufferNanoException( in malformedVarint()67 static InvalidProtocolBufferNanoException invalidTag() { in invalidTag()68 return new InvalidProtocolBufferNanoException( in invalidTag()[all …]
79 throw InvalidProtocolBufferNanoException.invalidTag(); in readTag()93 throws InvalidProtocolBufferNanoException { in checkLastTagWas()95 throw InvalidProtocolBufferNanoException.invalidEndTag(); in checkLastTagWas()128 throw InvalidProtocolBufferNanoException.invalidWireType(); in skipField()206 throw InvalidProtocolBufferNanoException.recursionLimitExceeded(); in readGroup()219 throw InvalidProtocolBufferNanoException.recursionLimitExceeded(); in readMessage()312 throw InvalidProtocolBufferNanoException.malformedVarint(); in readRawVarint32()332 throw InvalidProtocolBufferNanoException.malformedVarint(); in readRawVarint64()478 public int pushLimit(int byteLimit) throws InvalidProtocolBufferNanoException { in pushLimit()480 throw InvalidProtocolBufferNanoException.negativeSize(); in pushLimit()[all …]
130 throws InvalidProtocolBufferNanoException { in mergeFrom()139 final int off, final int len) throws InvalidProtocolBufferNanoException { in mergeFrom()146 } catch (InvalidProtocolBufferNanoException e) { in mergeFrom()
37 import com.google.protobuf.nano.InvalidProtocolBufferNanoException;79 } catch (InvalidProtocolBufferNanoException e) { in createFromParcel()
25 import com.google.protobuf.nano.InvalidProtocolBufferNanoException;70 assertTrue(ex.getCause() instanceof InvalidProtocolBufferNanoException); in parseInvalid()
126 throws com.google.protobuf.nano.InvalidProtocolBufferNanoException { in parseFrom()
362 javanano/src/main/java/com/google/protobuf/nano/InvalidProtocolBufferNanoException.java \
2347 private void testEncodingOfString(char c, int length) throws InvalidProtocolBufferNanoException { in testEncodingOfString()3084 public void testExtensionsMutation_Equals() throws InvalidProtocolBufferNanoException { in testExtensionsMutation_Equals()