Searched refs:HistTsEntry (Results 1 – 4 of 4) sorted by relevance
227 return EntryIterator(mEntry).payload<HistTsEntry>().ts; in timestamp()232 return EntryIterator(mEntry).payload<HistTsEntry>().hash; in hash()249 memcpy(buffer, mEntry, sizeof(entry) + sizeof(HistTsEntry)); in copyWithAuthor()251 *(int*) (buffer + sizeof(entry) + sizeof(HistTsEntry)) = author; in copyWithAuthor()
140 const HistTsEntry payload = it.payload<HistTsEntry>(); in processSnapshot()
122 HistTsEntry data; in logEventHistTs()
80 struct HistTsEntry { struct