Searched refs:byte_limit (Results 1 – 5 of 5) 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()
327 Limit PushLimit(int byte_limit);409 int byte_limit);
144 DEFINE_CONV(btrfs_root_item, inode, generation, root_dirid, bytenr, byte_limit,
593 __u64 byte_limit; member
609 __le64 byte_limit; member