Searched refs:chunks_to_patch (Results 1 – 3 of 3) sorted by relevance
161 EXPECT_EQ(writer->writer_id(), last_commit.chunks_to_patch()[0].writer_id()); in TEST_P()162 EXPECT_EQ(kBufId, last_commit.chunks_to_patch()[0].target_buffer()); in TEST_P()164 last_commit.chunks_to_patch()[0].chunk_id()); in TEST_P()165 EXPECT_FALSE(last_commit.chunks_to_patch()[0].has_more_patches()); in TEST_P()166 ASSERT_EQ(1, last_commit.chunks_to_patch()[0].patches_size()); in TEST_P()234 EXPECT_EQ(writer->writer_id(), last_commit.chunks_to_patch()[0].writer_id()); in TEST_P()235 EXPECT_EQ(kBufId, last_commit.chunks_to_patch()[0].target_buffer()); in TEST_P()237 last_commit.chunks_to_patch()[0].chunk_id()); in TEST_P()238 EXPECT_FALSE(last_commit.chunks_to_patch()[0].has_more_patches()); in TEST_P()239 ASSERT_EQ(1, last_commit.chunks_to_patch()[0].patches_size()); in TEST_P()
2627 const std::vector<CommitDataRequest::ChunkToPatch>& chunks_to_patch) { in ApplyChunkPatches() argument2630 for (const auto& chunk : chunks_to_patch) { in ApplyChunkPatches()3668 service_->ApplyChunkPatches(id_, req_untrusted.chunks_to_patch()); in CommitData()
44 // In other words, |chunks_to_patch| is always processed after71 repeated ChunkToPatch chunks_to_patch = 2; field