• Home
  • Raw
  • Download

Lines Matching refs:TrackEventDescriptor

14646 class TrackEventDescriptor;
14660 class PERFETTO_EXPORT TrackEventDescriptor : public ::protozero::CppMessageObj { class
14666 TrackEventDescriptor();
14667 ~TrackEventDescriptor() override;
14668 TrackEventDescriptor(TrackEventDescriptor&&) noexcept;
14669 TrackEventDescriptor& operator=(TrackEventDescriptor&&);
14670 TrackEventDescriptor(const TrackEventDescriptor&);
14671 TrackEventDescriptor& operator=(const TrackEventDescriptor&);
14672 bool operator==(const TrackEventDescriptor&) const;
14673 bool operator!=(const TrackEventDescriptor& other) const { return !(*this == other); } in operator !=()
15037 TrackEventDescriptor::TrackEventDescriptor() = default;
15038 TrackEventDescriptor::~TrackEventDescriptor() = default;
15039 TrackEventDescriptor::TrackEventDescriptor(const TrackEventDescriptor&) = default;
15040 TrackEventDescriptor& TrackEventDescriptor::operator=(const TrackEventDescriptor&) = default;
15041 TrackEventDescriptor::TrackEventDescriptor(TrackEventDescriptor&&) noexcept = default;
15042 TrackEventDescriptor& TrackEventDescriptor::operator=(TrackEventDescriptor&&) = default;
15044 bool TrackEventDescriptor::operator==(const TrackEventDescriptor& other) const { in operator ==()
15049 int TrackEventDescriptor::available_categories_size() const { return static_cast<int>(available_cat… in available_categories_size()
15050 void TrackEventDescriptor::clear_available_categories() { available_categories_.clear(); } in clear_available_categories()
15051 TrackEventCategory* TrackEventDescriptor::add_available_categories() { available_categories_.emplac… in add_available_categories()
15052 bool TrackEventDescriptor::ParseFromArray(const void* raw, size_t size) { in ParseFromArray()
15075 std::string TrackEventDescriptor::SerializeAsString() const { in SerializeAsString()
15081 std::vector<uint8_t> TrackEventDescriptor::SerializeAsArray() const { in SerializeAsArray()
15087 void TrackEventDescriptor::Serialize(::protozero::Message* msg) const { in Serialize()
40659 class TrackEventDescriptor : public ::protozero::Message { class
40672 TrackEventDescriptor>;
40908 protozero::HeapBuffered<protos::pbzero::TrackEventDescriptor> ted; in Initialize()