Home
last modified time | relevance | path

Searched defs:OutOfSpaceException (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs543 public sealed class OutOfSpaceException : IOException class in Google.Protobuf.CodedOutputStream
545 internal OutOfSpaceException() in OutOfSpaceException() method in Google.Protobuf.CodedOutputStream.OutOfSpaceException
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java947 public static class OutOfSpaceException extends IOException { class in CodedOutputStream
953 OutOfSpaceException() { in OutOfSpaceException() method in CodedOutputStream.OutOfSpaceException
957 OutOfSpaceException(String explanationMessage) { in OutOfSpaceException() method in CodedOutputStream.OutOfSpaceException
961 OutOfSpaceException(Throwable cause) { in OutOfSpaceException() method in CodedOutputStream.OutOfSpaceException
965 OutOfSpaceException(String explanationMessage, Throwable cause) { in OutOfSpaceException() method in CodedOutputStream.OutOfSpaceException