Searched defs:currentLimit (Results 1 – 3 of 3) sorted by relevance
/third_party/protobuf/objectivec/ | ||
D | GPBCodedInputStream_PackagePrivate.h | 49 size_t currentLimit; member |
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
D | ParserInternalState.cs | 72 internal int currentLimit; field |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ | ||
D | CodedInputStream.java | 606 private int currentLimit = Integer.MAX_VALUE; field in CodedInputStream.ArrayDecoder |