OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutOfSpaceException
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java
65
* {@link
OutOfSpaceException
} will be thrown. Writing directly to a flat
75
* {@link
OutOfSpaceException
} will be thrown. Writing directly to a flat
748
public static class
OutOfSpaceException
extends IOException {
751
OutOfSpaceException
(int position, int limit) {
761
throw new
OutOfSpaceException
(position, limit);
786
throw new
OutOfSpaceException
(position, limit);
/external/protobuf/java/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/src/main/java/com/google/protobuf/
CodedOutputStream.java
110
* {@link
OutOfSpaceException
} will be thrown. Writing directly to a flat
121
* {@link
OutOfSpaceException
} will be thrown. Writing directly to a flat
798
throw new
OutOfSpaceException
();
850
public static class
OutOfSpaceException
extends IOException {
853
OutOfSpaceException
() {
[
all
...]
Completed in 191 milliseconds