Searched refs:byte_limit (Results 1 – 2 of 2) sorted by relevance
119 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) { in PushLimit() argument127 if (byte_limit >= 0 && in PushLimit()128 byte_limit <= INT_MAX - current_position) { in PushLimit()129 current_limit_ = current_position + byte_limit; in PushLimit()156 CodedInputStream::IncrementRecursionDepthAndPushLimit(int byte_limit) { in IncrementRecursionDepthAndPushLimit() argument157 return std::make_pair(PushLimit(byte_limit), --recursion_budget_); in IncrementRecursionDepthAndPushLimit()
338 Limit PushLimit(int byte_limit);420 int byte_limit);