Searched refs:chunks_to_patch (Results 1 – 5 of 5) sorted by relevance
140 EXPECT_EQ(writer->writer_id(), last_commit.chunks_to_patch()[0].writer_id()); in TEST_P()141 EXPECT_EQ(kBufId, last_commit.chunks_to_patch()[0].target_buffer()); in TEST_P()143 last_commit.chunks_to_patch()[0].chunk_id()); in TEST_P()144 EXPECT_FALSE(last_commit.chunks_to_patch()[0].has_more_patches()); in TEST_P()145 ASSERT_EQ(1, last_commit.chunks_to_patch()[0].patches_size()); in TEST_P()
60 for (const auto& field : proto.chunks_to_patch()) { in FromProto()
1933 const std::vector<CommitDataRequest::ChunkToPatch>& chunks_to_patch) { in ApplyChunkPatches() argument1936 for (const auto& chunk : chunks_to_patch) { in ApplyChunkPatches()2592 service_->ApplyChunkPatches(id_, req_untrusted.chunks_to_patch()); in CommitData()
45 // In other words, |chunks_to_patch| is always processed after72 repeated ChunkToPatch chunks_to_patch = 2; field
206 const std::vector<ChunkToPatch>& chunks_to_patch() const { in chunks_to_patch() function