Home | History | Annotate | Download | only in core

Lines Matching refs:Patch

86     class PERFETTO_EXPORT Patch {
88 Patch();
89 ~Patch();
90 Patch(Patch&&) noexcept;
91 Patch& operator=(Patch&&);
92 Patch(const Patch&);
93 Patch& operator=(const Patch&);
140 const std::vector<Patch>& patches() const { return patches_; }
141 Patch* add_patches() {
153 std::vector<Patch> patches_;