HomeSort by relevance Sort by last modified time
    Searched defs:OutOfSpaceException (Results 1 - 5 of 5) sorted by null

  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 78 /// OutOfSpaceException will be thrown.
87 /// OutOfSpaceException will be thrown.
670 throw new OutOfSpaceException();
683 public sealed class OutOfSpaceException : IOException
685 internal OutOfSpaceException()
  /external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 98 * {@link OutOfSpaceException} will be thrown. Writing directly to a flat
108 * {@link OutOfSpaceException} will be thrown. Writing directly to a flat
762 throw new OutOfSpaceException();
814 public static class OutOfSpaceException extends IOException {
817 OutOfSpaceException() {
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
CodedOutputStream.java 121 * {@link OutOfSpaceException} will be thrown. Writing directly to a flat
132 * {@link OutOfSpaceException} will be thrown. Writing directly to a flat
    [all...]
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java 71 * {@link OutOfSpaceException} will be thrown. Writing directly to a flat
81 * {@link OutOfSpaceException} will be thrown. Writing directly to a flat
315 // OutOfSpaceException instead.
317 throw new OutOfSpaceException(oldPosition + minLengthVarIntSize, buffer.limit());
330 final OutOfSpaceException outOfSpaceException = new OutOfSpaceException(buffer.position(),
332 outOfSpaceException.initCause(e);
333 throw outOfSpaceException;
    [all...]
  /external/kotlinc/lib/
kotlin-reflect.jar 

Completed in 792 milliseconds