Home
last modified time | relevance | path

Searched refs:oldLimit (Results 1 - 14 of 14) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DSegmentedBufferHelper.cs120 int oldLimit = state.currentLimit; in PushLimit()
121 if (byteLimit > oldLimit) in PushLimit()
129 return oldLimit; in PushLimit()
135 public static void PopLimit(ref ParserInternalState state, int oldLimit) in PopLimit()
137 state.currentLimit = oldLimit; in PopLimit()
H A DParsingPrimitivesMessages.cs122 int oldLimit = SegmentedBufferHelper.PushLimit(ref ctx.state, length); in ReadMessage()
134 SegmentedBufferHelper.PopLimit(ref ctx.state, oldLimit); in ReadMessage()
H A DCodedInputStream.cs622 internal void PopLimit(int oldLimit) in PopLimit() argument
624 SegmentedBufferHelper.PopLimit(ref state, oldLimit); in PopLimit()
H A DFieldCodec.cs597 int oldLimit = SegmentedBufferHelper.PushLimit(ref ctx.state, length);
614 SegmentedBufferHelper.PopLimit(ref ctx.state, oldLimit);
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStream.java391 final int oldLimit = recursionLimit; in setRecursionLimit()
393 return oldLimit; in setRecursionLimit()
414 final int oldLimit = sizeLimit; in setSizeLimit()
416 return oldLimit; in setSizeLimit()
473 * @param oldLimit The old limit, as returned by {@code pushLimit}.
475 public abstract void popLimit(final int oldLimit); in popLimit() argument
870 final int oldLimit = pushLimit(length); in readMessage()
875 popLimit(oldLimit); in readMessage()
886 final int oldLimit = pushLimit(length); in readMessage()
891 popLimit(oldLimit); in readMessage()
1211 popLimit(final int oldLimit) popLimit() argument
1922 popLimit(final int oldLimit) popLimit() argument
2691 popLimit(final int oldLimit) popLimit() argument
3760 popLimit(final int oldLimit) popLimit() argument
[all...]
H A DMapEntryLite.java202 final int oldLimit = input.pushLimit(length); in parseInto()
223 input.popLimit(oldLimit); in parseInto()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDiscardUnknownFieldsTest.java84 int oldLimit = input.pushLimit(messageSize); in assertReuseCodedInputStreamPreserve()
87 input.popLimit(oldLimit); in assertReuseCodedInputStreamPreserve()
H A DMapTest.java1349 int oldLimit = input.pushLimit(length); in testDeterministicSerialziation()
1366 input.popLimit(oldLimit); in testDeterministicSerialziation()
/third_party/node/test/parallel/
H A Dtest-vm-basic.js253 const oldLimit = Error.stackTraceLimit;
349 Error.stackTraceLimit = oldLimit;
/third_party/protobuf/objectivec/
H A DGPBCodedInputStream.h236 * @param oldLimit The number of bytes to move the current limit. Usually this
239 - (void)popLimit:(size_t)oldLimit;
H A DGPBCodedInputStream_PackagePrivate.h106 size_t oldLimit);
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs129 int oldLimit = SegmentedBufferHelper.PushLimit(ref ctx.state, length); in AddEntriesFrom()
156 SegmentedBufferHelper.PopLimit(ref ctx.state, oldLimit); in AddEntriesFrom()
/third_party/skia/src/core/
H A DSkResourceCache.cpp420 size_t oldLimit = fSingleAllocationByteLimit; in setSingleAllocationByteLimit() local
422 return oldLimit; in setSingleAllocationByteLimit()
/third_party/sqlite/src/
H A Dsqlite3.c176266 int oldLimit; global() local
[all...]

Completed in 148 milliseconds