Home
last modified time | relevance | path

Searched refs:recursionDepth (Results 1 – 11 of 11) sorted by relevance

/external/protobuf/objectivec/
DGPBCodedInputStream.m410 if (state_.recursionDepth >= kDefaultRecursionLimit) {
412 format:@"recursionDepth(%tu) >= %tu", state_.recursionDepth,
415 ++state_.recursionDepth;
419 --state_.recursionDepth;
424 if (state_.recursionDepth >= kDefaultRecursionLimit) {
426 format:@"recursionDepth(%tu) >= %tu", state_.recursionDepth,
429 ++state_.recursionDepth;
433 --state_.recursionDepth;
439 if (state_.recursionDepth >= kDefaultRecursionLimit) {
441 format:@"recursionDepth(%tu) >= %tu", state_.recursionDepth,
[all …]
DGPBCodedInputStream_PackagePrivate.h53 NSUInteger recursionDepth; member
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java205 if (recursionDepth >= recursionLimit) { in readGroup()
208 ++recursionDepth; in readGroup()
212 --recursionDepth; in readGroup()
218 if (recursionDepth >= recursionLimit) { in readMessage()
222 ++recursionDepth; in readMessage()
225 --recursionDepth; in readMessage()
408 private int recursionDepth; field in CodedInputByteBufferNano
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java422 if (recursionDepth >= recursionLimit) { in readGroup()
425 ++recursionDepth; in readGroup()
429 --recursionDepth; in readGroup()
439 if (recursionDepth >= recursionLimit) { in readGroup()
442 ++recursionDepth; in readGroup()
446 --recursionDepth; in readGroup()
474 if (recursionDepth >= recursionLimit) { in readMessage()
478 ++recursionDepth; in readMessage()
481 --recursionDepth; in readMessage()
492 if (recursionDepth >= recursionLimit) { in readMessage()
[all …]
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DThreadingModelTest.cs55 int recursionDepth = int.Parse(request); in BlockingCallInServerHandlerDoesNotDeadlock()
56 if (recursionDepth <= 0) { in BlockingCallInServerHandlerDoesNotDeadlock()
59 … var response = Calls.BlockingUnaryCall(helper.CreateUnaryCall(), (recursionDepth - 1).ToString()); in BlockingCallInServerHandlerDoesNotDeadlock()
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java213 if (recursionDepth >= recursionLimit) { in readGroup()
216 ++recursionDepth; in readGroup()
220 --recursionDepth; in readGroup()
226 if (recursionDepth >= recursionLimit) { in readMessage()
230 ++recursionDepth; in readMessage()
233 --recursionDepth; in readMessage()
455 private int recursionDepth; field in CodedInputStreamMicro
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs112 private int recursionDepth = 0; field in Google.Protobuf.CodedInputStream
430 recursionDepth++; in SkipGroup()
431 if (recursionDepth >= recursionLimit) in SkipGroup()
458 recursionDepth--; in SkipGroup()
568 if (recursionDepth >= recursionLimit) in ReadMessage()
573 ++recursionDepth; in ReadMessage()
581 --recursionDepth; in ReadMessage()
/external/kotlinc/lib/
Dkotlin-reflect.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/descriptors.jvm. ...
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...