Searched refs:has_more_patches_ (Results 1 – 2 of 2) sorted by relevance
156 static_assert(sizeof(has_more_patches_) == sizeof(proto.has_more_patches()), in FromProto()158 has_more_patches_ = in FromProto()159 static_cast<decltype(has_more_patches_)>(proto.has_more_patches()); in FromProto()185 static_assert(sizeof(has_more_patches_) == sizeof(proto->has_more_patches()), in ToProto()188 static_cast<decltype(proto->has_more_patches())>(has_more_patches_)); in ToProto()
146 bool has_more_patches() const { return has_more_patches_; } in has_more_patches()147 void set_has_more_patches(bool value) { has_more_patches_ = value; } in set_has_more_patches()154 bool has_more_patches_ = {}; variable