OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutOfSpaceException
(Results
1 - 2
of
2
) sorted by null
/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 59 milliseconds