Searched refs:malformedVarint (Results 1 – 8 of 8) sorted by relevance
62 static InvalidProtocolBufferNanoException malformedVarint() { in malformedVarint() method in InvalidProtocolBufferNanoException
312 throw InvalidProtocolBufferNanoException.malformedVarint(); in readRawVarint32()332 throw InvalidProtocolBufferNanoException.malformedVarint(); in readRawVarint64()
62 static InvalidProtocolBufferMicroException malformedVarint() { in malformedVarint() method in InvalidProtocolBufferMicroException
319 throw InvalidProtocolBufferMicroException.malformedVarint(); in readRawVarint32()357 throw InvalidProtocolBufferMicroException.malformedVarint(); in readRawVarint32()372 throw InvalidProtocolBufferMicroException.malformedVarint(); in readRawVarint64()
97 static InvalidProtocolBufferException malformedVarint() { in malformedVarint() method in InvalidProtocolBufferException
575 throw InvalidProtocolBufferException.malformedVarint(); in readRawVarint32()1035 throw InvalidProtocolBufferException.malformedVarint(); in skipRawVarintFastPath()1044 throw InvalidProtocolBufferException.malformedVarint(); in skipRawVarintSlowPath()1130 throw InvalidProtocolBufferException.malformedVarint(); in readRawVarint64SlowPath()1761 throw InvalidProtocolBufferException.malformedVarint(); in skipRawVarintFastPath()1770 throw InvalidProtocolBufferException.malformedVarint(); in skipRawVarintSlowPath()1855 throw InvalidProtocolBufferException.malformedVarint(); in readRawVarint64SlowPath()2511 throw InvalidProtocolBufferException.malformedVarint(); in skipRawVarintFastPath()2520 throw InvalidProtocolBufferException.malformedVarint(); in skipRawVarintSlowPath()2606 throw InvalidProtocolBufferException.malformedVarint(); in readRawVarint64SlowPath()[all …]
1524 throw InvalidProtocolBufferException.malformedVarint(); in readVarint32()1591 throw InvalidProtocolBufferException.malformedVarint(); in readVarint64()1608 throw InvalidProtocolBufferException.malformedVarint(); in readVarint64SlowPath()1672 throw InvalidProtocolBufferException.malformedVarint(); in skipVarintSlowPath()
298 InvalidProtocolBufferException.malformedVarint(), in testReadVarint()