Searched refs:full_data_size (Results 1 – 2 of 2) sorted by relevance
47 const std::string_view xored_str, int full_data_size, int position) { in UpdateWithXor() argument49 if (position + xored_str.length() > full_data_size) { in UpdateWithXor()52 xored_str.length(), full_data_size)); in UpdateWithXor()90 full_data_size - (position + xored_str.length())); in UpdateWithXor()
95 std::string_view xored_str, int full_data_size, int position);