Searched refs:current_op_num (Results 1 – 1 of 1) sorted by relevance
95 uint64_t current_op_num = 0; in ParseOps() local103 ops_buffer->resize(current_op_num + to_add); in ParseOps()104 if (!android::base::ReadFully(fd, &ops_buffer->data()[current_op_num], in ParseOps()110 while (current_op_num < ops_buffer->size()) { in ParseOps()111 auto& current_op = ops_buffer->data()[current_op_num]; in ParseOps()112 current_op_num++; in ParseOps()144 current_op_num--; in ParseOps()156 ops_buffer->resize(current_op_num); in ParseOps()