Searched refs:HistTsEntryWithAuthor (Results 1 – 2 of 2) sorted by relevance
238 return it->length == sizeof(HistTsEntryWithAuthor) in author()239 ? it.payload<HistTsEntryWithAuthor>().author : -1; in author()247 uint8_t buffer[Entry::kOverhead + sizeof(HistTsEntryWithAuthor)]; in copyWithAuthor()253 buffer[offsetof(entry, length)] = sizeof(HistTsEntryWithAuthor); in copyWithAuthor()254 buffer[offsetof(entry, data) + sizeof(HistTsEntryWithAuthor) + offsetof(ending, length)] in copyWithAuthor()255 = sizeof(HistTsEntryWithAuthor); in copyWithAuthor()
86 struct HistTsEntryWithAuthor { struct