Searched refs:current_op_num (Results 1 – 1 of 1) sorted by relevance
196 uint64_t current_op_num = 0; in ParseOps() local204 ops_buffer->resize(current_op_num + to_add); in ParseOps()205 if (!android::base::ReadFully(fd_, &ops_buffer->data()[current_op_num], in ParseOps()211 while (current_op_num < ops_buffer->size()) { in ParseOps()212 auto& current_op = ops_buffer->data()[current_op_num]; in ParseOps()213 current_op_num++; in ParseOps()245 current_op_num--; in ParseOps()259 ops_buffer->resize(current_op_num); in ParseOps()