Searched defs:OutOfSpaceException (Results 1 – 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
D | CodedOutputStream.cs | 543 public sealed class OutOfSpaceException : IOException class in Google.Protobuf.CodedOutputStream |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ | ||
D | CodedOutputStream.java | 947 public static class OutOfSpaceException extends IOException { class in CodedOutputStream |