/external/protobuf/objectivec/ |
D | GPBCodedInputStream.m | 410 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 …]
|
D | GPBCodedInputStream_PackagePrivate.h | 53 NSUInteger recursionDepth; member
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | CodedInputByteBufferNano.java | 205 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/ |
D | CodedInputStream.java | 422 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/ |
D | ThreadingModelTest.cs | 55 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/ |
D | CodedInputStreamMicro.java | 213 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/ |
D | CodedInputStream.cs | 112 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/ |
D | kotlin-reflect.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/descriptors.jvm. ... |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |