Searched refs:copy_counts_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/courgette/
H A Dencoded_program.cc213 ok = copy_counts_.push_back(1);
216 copy_counts_.back() += count;
228 ok = ops_.push_back(COPY) && copy_counts_.push_back(count);
272 << "\n copy_counts " << copy_counts_.size()
352 success &= WriteVector(copy_counts_, streams->stream(kStreamCopyCounts));
381 if (!ReadVector(&copy_counts_, streams->stream(kStreamCopyCounts)))
560 if (!VectorAt(copy_counts_, ix_copy_counts, &count))
687 if (ix_copy_counts != copy_counts_.size())
H A Dencoded_program.h112 UInt32Vector copy_counts_; member in class:courgette::EncodedProgram

Completed in 174 milliseconds