Searched refs:current_op_num (Results 1 – 1 of 1) sorted by relevance
156 uint64_t current_op_num = 0; in ParseOps() local164 ops_buffer->resize(current_op_num + to_add); in ParseOps()165 if (!android::base::ReadFully(fd_, &ops_buffer->data()[current_op_num], in ParseOps()171 while (current_op_num < ops_buffer->size()) { in ParseOps()172 auto& current_op = ops_buffer->data()[current_op_num]; in ParseOps()173 current_op_num++; in ParseOps()201 current_op_num--; in ParseOps()213 ops_buffer->resize(current_op_num); in ParseOps()