Searched refs:posAfterRead (Results 1 – 1 of 1) sorted by relevance
55 auto posAfterRead = Tell() + static_cast<int64_t>(target_size); in CheckSize() local56 return (end < 0 || posAfterRead <= end) && static_cast<size_t>(posAfterRead) <= length_; in CheckSize()