Searched refs:patches_failed_ (Results 1 – 2 of 2) sorted by relevance
191 (patches_failed_ == other.patches_failed_) && in operator ==()271 static_assert(sizeof(patches_failed_) == sizeof(proto.patches_failed()), in FromProto()273 patches_failed_ = in FromProto()274 static_cast<decltype(patches_failed_)>(proto.patches_failed()); in FromProto()377 static_assert(sizeof(patches_failed_) == sizeof(proto->patches_failed()), in ToProto()380 static_cast<decltype(proto->patches_failed())>(patches_failed_)); in ToProto()
117 uint64_t patches_failed() const { return patches_failed_; } in patches_failed()118 void set_patches_failed(uint64_t value) { patches_failed_ = value; } in set_patches_failed()146 uint64_t patches_failed_ = {}; variable