Searched refs:FieldGap (Results 1 – 1 of 1) sorted by relevance
610 struct FieldGap { struct617 bool operator() (const FieldGap& lhs, const FieldGap& rhs) in operator ()()625 using FieldGaps = std::priority_queue<FieldGap, std::vector<FieldGap>, FieldGapsComparator>;635 gaps->push(FieldGap {current_offset, sizeof(uint32_t)}); in AddFieldGap()638 gaps->push(FieldGap {current_offset, sizeof(uint16_t)}); in AddFieldGap()641 gaps->push(FieldGap {current_offset, sizeof(uint8_t)}); in AddFieldGap()674 FieldGap gap = gaps->top(); in ShuffleForward()