Searched refs:GetNextOpOffset (Results 1 – 4 of 4) sorted by relevance
112 int64_t GetNextOpOffset(const CowOperationV2& op, uint32_t cluster_ops) { in GetNextOpOffset() function
116 pos += sizeof(CowOperationV2) + GetNextOpOffset(current_op, header_.cluster_ops); in ParseOps()
697 next_op_pos_ += sizeof(CowOperationV2) + GetNextOpOffset(op, header_.cluster_ops); in AddOperation()
343 int64_t GetNextOpOffset(const CowOperationV2& op, uint32_t cluster_size);