Searched refs:patches_failed (Results 1 – 7 of 7) sorted by relevance
271 static_assert(sizeof(patches_failed_) == sizeof(proto.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()
415 stats_.set_patches_failed(stats_.patches_failed() + 1); in TryPatchChunkContents()445 stats_.set_patches_failed(stats_.patches_failed() + 1); in TryPatchChunkContents()
117 uint64_t patches_failed() const { return patches_failed_; } in patches_failed() function
96 optional uint64 patches_failed = 6; field
111 EXPECT_EQ(0u, buf_stats.patches_failed()); in CheckTraceStats()
1235 static_cast<int64_t>(buf.patches_failed())); in ParseTraceStats()
258 optional uint64 patches_failed = 6; field