Searched refs:OutOfSpaceException (Results 1 – 6 of 6) sorted by relevance
938 public static class OutOfSpaceException extends IOException { class in CodedOutputStream944 OutOfSpaceException() { in OutOfSpaceException() method in CodedOutputStream.OutOfSpaceException948 OutOfSpaceException(Throwable cause) { in OutOfSpaceException() method in CodedOutputStream.OutOfSpaceException980 throw new OutOfSpaceException(e); in inefficientWriteStringNoTag()981 } catch (OutOfSpaceException e) { in inefficientWriteStringNoTag()1253 throw new OutOfSpaceException(new IndexOutOfBoundsException( in write()1295 throw new OutOfSpaceException( in writeUInt32NoTag()1310 throw new OutOfSpaceException( in writeFixed32NoTag()1343 throw new OutOfSpaceException( in writeUInt64NoTag()1362 throw new OutOfSpaceException( in writeFixed64NoTag()[all …]
317 throw new OutOfSpaceException(oldPosition + minLengthVarIntSize, buffer.limit()); in writeStringNoTag()330 final OutOfSpaceException outOfSpaceException = new OutOfSpaceException(buffer.position(), in writeStringNoTag()966 public static class OutOfSpaceException extends IOException { class in CodedOutputByteBufferNano969 OutOfSpaceException(int position, int limit) { in OutOfSpaceException() method in CodedOutputByteBufferNano.OutOfSpaceException979 throw new OutOfSpaceException(buffer.position(), buffer.limit()); in writeRawByte()1002 throw new OutOfSpaceException(buffer.position(), buffer.limit()); in writeRawBytes()1076 throw new OutOfSpaceException(buffer.position(), buffer.limit()); in writeRawLittleEndian32()1086 throw new OutOfSpaceException(buffer.position(), buffer.limit()); in writeRawLittleEndian64()
670 throw new OutOfSpaceException(); in RefreshBuffer()683 public sealed class OutOfSpaceException : IOException class in Google.Protobuf.CodedOutputStream685 internal OutOfSpaceException() in OutOfSpaceException() method in Google.Protobuf.CodedOutputStream.OutOfSpaceException
762 throw new OutOfSpaceException(); in refreshBuffer()814 public static class OutOfSpaceException extends IOException { class in CodedOutputStreamMicro817 OutOfSpaceException() { in OutOfSpaceException() method in CodedOutputStreamMicro.OutOfSpaceException
33 import com.google.protobuf.CodedOutputStream.OutOfSpaceException;543 } catch (OutOfSpaceException e) {549 } catch (OutOfSpaceException e) {570 } catch (CodedOutputStream.OutOfSpaceException expected) {
2343 } catch (CodedOutputByteBufferNano.OutOfSpaceException expected) {} in testCorrectExceptionThrowWhenEncodingStringsWithoutEnoughSpace()