Home | History | Annotate | Download | only in src

Lines Matching refs:delta_crope

278   crope delta_crope, result_crope;
279 EXPECT_TRUE(encoder_.StartEncoding(&delta_crope));
280 EXPECT_TRUE(encoder_.EncodeChunk(kTarget, strlen(kTarget), &delta_crope));
281 EXPECT_TRUE(encoder_.FinishEncoding(&delta_crope));
283 delta_crope.size());
287 for (crope::const_iterator it = delta_crope.begin();
288 it != delta_crope.end(); it++) {