Searched refs:authorEntrySize (Results 1 – 1 of 1) sorted by relevance
208 size_t authorEntrySize = Entry::kOverhead + sizeof(author); in copyWithAuthor() local209 uint8_t authorEntry[authorEntrySize]; in copyWithAuthor()212 authorEntry[authorEntrySize + Entry::kPreviousLengthOffset] = in copyWithAuthor()215 dst->write(authorEntry, authorEntrySize); in copyWithAuthor()