Searched refs:time_delta_ext (Results 1 – 1 of 1) sorted by relevance
482 uint32_t time_delta_ext; in ParsePage() local483 if (!ReadAndAdvance<uint32_t>(&ptr, end, &time_delta_ext)) in ParsePage()486 timestamp += (static_cast<uint64_t>(time_delta_ext)) << 27; in ParsePage()