Searched refs:recursionDepth (Results 1 – 8 of 8) sorted by relevance
68 int recursionDepth; field in CodedInputStream827 if (recursionDepth >= recursionLimit) { in readGroup()830 ++recursionDepth; in readGroup()833 --recursionDepth; in readGroup()843 if (recursionDepth >= recursionLimit) { in readGroup()846 ++recursionDepth; in readGroup()849 --recursionDepth; in readGroup()865 if (recursionDepth >= recursionLimit) { in readMessage()869 ++recursionDepth; in readMessage()872 --recursionDepth; in readMessage()[all …]
204 if (input.recursionDepth >= input.recursionLimit) { in readMessage()212 ++input.recursionDepth; in readMessage()216 --input.recursionDepth; in readMessage()
112 private int recursionDepth = 0; field in Google.Protobuf.CodedInputStream448 recursionDepth++; in SkipGroup()449 if (recursionDepth >= recursionLimit) in SkipGroup()476 recursionDepth--; in SkipGroup()586 if (recursionDepth >= recursionLimit) in ReadMessage()591 ++recursionDepth; in ReadMessage()599 --recursionDepth; in ReadMessage()608 if (recursionDepth >= recursionLimit) in ReadGroup()612 ++recursionDepth; in ReadGroup()614 --recursionDepth; in ReadGroup()
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
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()
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
72 if (state->recursionDepth >= kDefaultRecursionLimit) {431 ++state_.recursionDepth;435 --state_.recursionDepth;441 ++state_.recursionDepth;445 --state_.recursionDepth;453 ++state_.recursionDepth;456 --state_.recursionDepth;467 ++state_.recursionDepth;471 --state_.recursionDepth;
51 NSUInteger recursionDepth; member