Lines Matching refs:TrackEventDescriptor
13286 class TrackEventDescriptor;
13300 class PERFETTO_EXPORT TrackEventDescriptor : public ::protozero::CppMessageObj {
13306 TrackEventDescriptor();
13307 ~TrackEventDescriptor() override;
13308 TrackEventDescriptor(TrackEventDescriptor&&) noexcept;
13309 TrackEventDescriptor& operator=(TrackEventDescriptor&&);
13310 TrackEventDescriptor(const TrackEventDescriptor&);
13311 TrackEventDescriptor& operator=(const TrackEventDescriptor&);
13312 bool operator==(const TrackEventDescriptor&) const;
13313 bool operator!=(const TrackEventDescriptor& other) const { return !(*this == other); }
13667 class TrackEventDescriptor;
13722 template <typename T = TrackEventDescriptor> T* set_track_event_descriptor() {
15237 class TrackEventDescriptor : public ::protozero::Message {