Searched refs:has_more_patches (Results 1 – 5 of 5) sorted by relevance
185 static_assert(sizeof(has_more_patches_) == sizeof(proto.has_more_patches()), in FromProto()188 static_cast<decltype(has_more_patches_)>(proto.has_more_patches()); in FromProto()214 static_assert(sizeof(has_more_patches_) == sizeof(proto->has_more_patches()), in ToProto()217 static_cast<decltype(proto->has_more_patches())>(has_more_patches_)); in ToProto()
144 EXPECT_FALSE(last_commit.chunks_to_patch()[0].has_more_patches()); in TEST_P()
1986 &patches[0], i, chunk.has_more_patches()); in ApplyChunkPatches()
158 bool has_more_patches() const { return has_more_patches_; } in has_more_patches() function
70 optional bool has_more_patches = 5; field