Lines Matching refs:TrackEventDescriptor
20233 class TrackEventDescriptor;
20247 class PERFETTO_EXPORT TrackEventDescriptor : public ::protozero::CppMessageObj {
20253 TrackEventDescriptor();
20254 ~TrackEventDescriptor() override;
20255 TrackEventDescriptor(TrackEventDescriptor&&) noexcept;
20256 TrackEventDescriptor& operator=(TrackEventDescriptor&&);
20257 TrackEventDescriptor(const TrackEventDescriptor&);
20258 TrackEventDescriptor& operator=(const TrackEventDescriptor&);
20259 bool operator==(const TrackEventDescriptor&) const;
20260 bool operator!=(const TrackEventDescriptor& other) const { return !(*this == other); }
21084 class TrackEventDescriptor;
21250 TrackEventDescriptor,
21261 template <typename T = TrackEventDescriptor> T* set_track_event_descriptor() {
25439 class TrackEventDescriptor : public ::protozero::Message {
25452 TrackEventDescriptor>;