Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java485 throw InvalidProtocolBufferNanoException.truncatedMessage(); in pushLimit()
584 throw InvalidProtocolBufferNanoException.truncatedMessage(); in readRawByte()
604 throw InvalidProtocolBufferNanoException.truncatedMessage(); in readRawBytes()
614 throw InvalidProtocolBufferNanoException.truncatedMessage(); in readRawBytes()
633 throw InvalidProtocolBufferNanoException.truncatedMessage(); in skipRawBytes()
640 throw InvalidProtocolBufferNanoException.truncatedMessage(); in skipRawBytes()
DInvalidProtocolBufferNanoException.java48 static InvalidProtocolBufferNanoException truncatedMessage() { in truncatedMessage() method in InvalidProtocolBufferNanoException
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java675 throw InvalidProtocolBufferException.truncatedMessage(); in readRawVarint32()
696 throw InvalidProtocolBufferException.truncatedMessage(); in readRawVarint32()
707 throw InvalidProtocolBufferException.truncatedMessage(); in readRawVarint32()
985 throw InvalidProtocolBufferException.truncatedMessage(); in pushLimit()
1062 throw InvalidProtocolBufferException.truncatedMessage(); in refillBuffer()
1173 throw InvalidProtocolBufferException.truncatedMessage(); in readRawBytesSlowPath()
1178 throw InvalidProtocolBufferException.truncatedMessage(); in readRawBytesSlowPath()
1205 throw InvalidProtocolBufferException.truncatedMessage(); in readRawBytesSlowPath()
1230 throw InvalidProtocolBufferException.truncatedMessage(); in readRawBytesSlowPath()
1284 throw InvalidProtocolBufferException.truncatedMessage(); in skipRawBytesSlowPath()
DInvalidProtocolBufferException.java81 static InvalidProtocolBufferException truncatedMessage() { in truncatedMessage() method in InvalidProtocolBufferException
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java231 InvalidProtocolBufferException.truncatedMessage(), in testReadVarint()