Searched refs:recursionDepth (Results 1 – 5 of 5) sorted by relevance
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
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 …]
442 if (state_.recursionDepth >= kDefaultRecursionLimit) {445 ++state_.recursionDepth;449 --state_.recursionDepth;454 if (state_.recursionDepth >= kDefaultRecursionLimit) {457 ++state_.recursionDepth;461 --state_.recursionDepth;467 if (state_.recursionDepth >= kDefaultRecursionLimit) {471 ++state_.recursionDepth;474 --state_.recursionDepth;483 if (state_.recursionDepth >= kDefaultRecursionLimit) {[all …]
53 NSUInteger recursionDepth; member
112 private int recursionDepth = 0; field in Google.Protobuf.CodedInputStream430 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()