Searched refs:preamble_bytes (Results 1 – 2 of 2) sorted by relevance
184 read_bytes += info.preamble_bytes; in InternalRead()186 data_read_idx = IncrementIndex(data_read_idx, info.preamble_bytes); in InternalRead()301 size_t entry_bytes = info.preamble_bytes + info.data_bytes; in InternalPopFront()322 return info.preamble_bytes + info.data_bytes; in InternalFrontEntryTotalSizeBytes()348 info.preamble_bytes = user_preamble_bytes + length_bytes; in FrontEntryInfo()
287 size_t preamble_bytes; member