Searched refs:xored_str (Results 1 – 8 of 8) sorted by relevance
/external/icing/icing/util/ |
D | crc32.cc | 47 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()
|
D | crc32_test.cc | 94 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()
|
D | crc32.h | 95 std::string_view xored_str, int full_data_size, int position);
|
/external/icing/icing/legacy/core/ |
D | icing-string-util.cc | 39 const char *xored_str, in UpdateAtPositionCrc32() argument 58 uint32_t update_crc = UpdateCrc32(0, xored_str, len); in UpdateAtPositionCrc32()
|
D | icing-string-util.h | 47 const char *xored_str, int len);
|
/external/icing/icing/file/ |
D | file-backed-vector.h | 706 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()
|
D | file-backed-proto-log.h | 839 const std::string_view xored_str(mmapped_file.region(), in EraseProto() 846 xored_str, in EraseProto()
|
D | portable-file-backed-proto-log.h | 1021 const std::string_view xored_str(mmapped_file.region(), in EraseProto() 1027 xored_str, in EraseProto()
|