Searched refs:OutOfSpaceException (Results 1 – 6 of 6) sorted by relevance
947 public static class OutOfSpaceException extends IOException { class in CodedOutputStream953 OutOfSpaceException() { in OutOfSpaceException() method in CodedOutputStream.OutOfSpaceException957 OutOfSpaceException(String explanationMessage) { in OutOfSpaceException() method in CodedOutputStream.OutOfSpaceException961 OutOfSpaceException(Throwable cause) { in OutOfSpaceException() method in CodedOutputStream.OutOfSpaceException965 OutOfSpaceException(String explanationMessage, Throwable cause) { in OutOfSpaceException() method in CodedOutputStream.OutOfSpaceException998 throw new OutOfSpaceException(e); in inefficientWriteStringNoTag()999 } catch (OutOfSpaceException e) { in inefficientWriteStringNoTag()1320 throw new OutOfSpaceException( in write()1377 throw new OutOfSpaceException( in writeUInt32NoTag()1391 throw new OutOfSpaceException( in writeFixed32NoTag()[all …]
309 throw new OutOfSpaceException(oldPosition + minLengthVarIntSize, buffer.limit()); in writeStringNoTag()322 final OutOfSpaceException outOfSpaceException = new OutOfSpaceException(buffer.position(), in writeStringNoTag()934 public static class OutOfSpaceException extends IOException { class in CodedOutputByteBufferNano937 OutOfSpaceException(int position, int limit) { in OutOfSpaceException() method in CodedOutputByteBufferNano.OutOfSpaceException947 throw new OutOfSpaceException(buffer.position(), buffer.limit()); in writeRawByte()970 throw new OutOfSpaceException(buffer.position(), buffer.limit()); in writeRawBytes()1044 throw new OutOfSpaceException(buffer.position(), buffer.limit()); in writeRawLittleEndian32()1054 throw new OutOfSpaceException(buffer.position(), buffer.limit()); in writeRawLittleEndian64()
679 throw new OutOfSpaceException(); in RefreshBuffer()692 public sealed class OutOfSpaceException : IOException class in Google.Protobuf.CodedOutputStream694 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;571 } catch (OutOfSpaceException e) {577 } catch (OutOfSpaceException e) {603 } catch (CodedOutputStream.OutOfSpaceException expected) {
2342 } catch (CodedOutputByteBufferNano.OutOfSpaceException expected) {} in testCorrectExceptionThrowWhenEncodingStringsWithoutEnoughSpace()