Home
last modified time | relevance | path

Searched refs:xored_str (Results 1 – 8 of 8) sorted by relevance

/external/icing/icing/util/
Dcrc32.cc47 const std::string_view xored_str, int full_data_size, int position) { in UpdateWithXor() argument
49 if (position + xored_str.length() > full_data_size) { in UpdateWithXor()
52 xored_str.length(), full_data_size)); in UpdateWithXor()
88 uint32_t update_crc = UpdateCrc32(0, xored_str); in UpdateWithXor()
90 full_data_size - (position + xored_str.length())); in UpdateWithXor()
Dcrc32_test.cc94 const std::string_view xored_str(reinterpret_cast<const char*>(&update_xor), in TEST()
96 EXPECT_THAT(crc32_test.UpdateWithXor(xored_str, buf.size(), offset), in TEST()
Dcrc32.h95 std::string_view xored_str, int full_data_size, int position);
/external/icing/icing/legacy/core/
Dicing-string-util.cc39 const char *xored_str, in UpdateAtPositionCrc32() argument
58 uint32_t update_crc = UpdateCrc32(0, xored_str, len); in UpdateAtPositionCrc32()
Dicing-string-util.h47 const char *xored_str, int len);
/external/icing/icing/file/
Dfile-backed-vector.h706 std::string_view xored_str(buffer_end - sizeof(T), sizeof(T)); in ComputeChecksum()
708 .UpdateWithXor(xored_str, changes_end_ * sizeof(T), in ComputeChecksum()
714 change_offset, xored_str.length(), changes_end_)); in ComputeChecksum()
Dfile-backed-proto-log.h839 const std::string_view xored_str(mmapped_file.region(), in EraseProto()
846 xored_str, in EraseProto()
Dportable-file-backed-proto-log.h1021 const std::string_view xored_str(mmapped_file.region(), in EraseProto()
1027 xored_str, in EraseProto()