chromium/out/Default/gen/third_party/perfetto/protos/perfetto/trace/track_event/chrome_mojo_event_info.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: protos/perfetto/trace/track_event/chrome_mojo_event_info.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2ftrack_5fevent_2fchrome_5fmojo_5fevent_5finfo_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2ftrack_5fevent_2fchrome_5fmojo_5fevent_5finfo_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_protos_2fperfetto_2ftrace_2ftrack_5fevent_2fchrome_5fmojo_5fevent_5finfo_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_protos_2fperfetto_2ftrace_2ftrack_5fevent_2fchrome_5fmojo_5fevent_5finfo_2eproto {};
namespace perfetto {
namespace protos {
class ChromeMojoEventInfo;
struct ChromeMojoEventInfoDefaultTypeInternal;
extern ChromeMojoEventInfoDefaultTypeInternal _ChromeMojoEventInfo_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::ChromeMojoEventInfo* Arena::CreateMaybeMessage<::perfetto::protos::ChromeMojoEventInfo>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

// ===================================================================

class ChromeMojoEventInfo final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:perfetto.protos.ChromeMojoEventInfo) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// ChromeMojoEventInfo

// optional string watcher_notify_interface_tag = 1;
inline bool ChromeMojoEventInfo::_internal_has_watcher_notify_interface_tag() const {}
inline bool ChromeMojoEventInfo::has_watcher_notify_interface_tag() const {}
inline void ChromeMojoEventInfo::clear_watcher_notify_interface_tag() {}
inline const std::string& ChromeMojoEventInfo::watcher_notify_interface_tag() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ChromeMojoEventInfo::set_watcher_notify_interface_tag(ArgT0&& arg0, ArgT... args) {}
inline std::string* ChromeMojoEventInfo::mutable_watcher_notify_interface_tag() {}
inline const std::string& ChromeMojoEventInfo::_internal_watcher_notify_interface_tag() const {}
inline void ChromeMojoEventInfo::_internal_set_watcher_notify_interface_tag(const std::string& value) {}
inline std::string* ChromeMojoEventInfo::_internal_mutable_watcher_notify_interface_tag() {}
inline std::string* ChromeMojoEventInfo::release_watcher_notify_interface_tag() {}
inline void ChromeMojoEventInfo::set_allocated_watcher_notify_interface_tag(std::string* watcher_notify_interface_tag) {}

// optional uint32 ipc_hash = 2;
inline bool ChromeMojoEventInfo::_internal_has_ipc_hash() const {}
inline bool ChromeMojoEventInfo::has_ipc_hash() const {}
inline void ChromeMojoEventInfo::clear_ipc_hash() {}
inline uint32_t ChromeMojoEventInfo::_internal_ipc_hash() const {}
inline uint32_t ChromeMojoEventInfo::ipc_hash() const {}
inline void ChromeMojoEventInfo::_internal_set_ipc_hash(uint32_t value) {}
inline void ChromeMojoEventInfo::set_ipc_hash(uint32_t value) {}

// optional string mojo_interface_tag = 3;
inline bool ChromeMojoEventInfo::_internal_has_mojo_interface_tag() const {}
inline bool ChromeMojoEventInfo::has_mojo_interface_tag() const {}
inline void ChromeMojoEventInfo::clear_mojo_interface_tag() {}
inline const std::string& ChromeMojoEventInfo::mojo_interface_tag() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ChromeMojoEventInfo::set_mojo_interface_tag(ArgT0&& arg0, ArgT... args) {}
inline std::string* ChromeMojoEventInfo::mutable_mojo_interface_tag() {}
inline const std::string& ChromeMojoEventInfo::_internal_mojo_interface_tag() const {}
inline void ChromeMojoEventInfo::_internal_set_mojo_interface_tag(const std::string& value) {}
inline std::string* ChromeMojoEventInfo::_internal_mutable_mojo_interface_tag() {}
inline std::string* ChromeMojoEventInfo::release_mojo_interface_tag() {}
inline void ChromeMojoEventInfo::set_allocated_mojo_interface_tag(std::string* mojo_interface_tag) {}

// optional uint64 mojo_interface_method_iid = 4;
inline bool ChromeMojoEventInfo::_internal_has_mojo_interface_method_iid() const {}
inline bool ChromeMojoEventInfo::has_mojo_interface_method_iid() const {}
inline void ChromeMojoEventInfo::clear_mojo_interface_method_iid() {}
inline uint64_t ChromeMojoEventInfo::_internal_mojo_interface_method_iid() const {}
inline uint64_t ChromeMojoEventInfo::mojo_interface_method_iid() const {}
inline void ChromeMojoEventInfo::_internal_set_mojo_interface_method_iid(uint64_t value) {}
inline void ChromeMojoEventInfo::set_mojo_interface_method_iid(uint64_t value) {}

// optional bool is_reply = 5;
inline bool ChromeMojoEventInfo::_internal_has_is_reply() const {}
inline bool ChromeMojoEventInfo::has_is_reply() const {}
inline void ChromeMojoEventInfo::clear_is_reply() {}
inline bool ChromeMojoEventInfo::_internal_is_reply() const {}
inline bool ChromeMojoEventInfo::is_reply() const {}
inline void ChromeMojoEventInfo::_internal_set_is_reply(bool value) {}
inline void ChromeMojoEventInfo::set_is_reply(bool value) {}

// optional uint64 payload_size = 6;
inline bool ChromeMojoEventInfo::_internal_has_payload_size() const {}
inline bool ChromeMojoEventInfo::has_payload_size() const {}
inline void ChromeMojoEventInfo::clear_payload_size() {}
inline uint64_t ChromeMojoEventInfo::_internal_payload_size() const {}
inline uint64_t ChromeMojoEventInfo::payload_size() const {}
inline void ChromeMojoEventInfo::_internal_set_payload_size(uint64_t value) {}
inline void ChromeMojoEventInfo::set_payload_size(uint64_t value) {}

// optional uint64 data_num_bytes = 7;
inline bool ChromeMojoEventInfo::_internal_has_data_num_bytes() const {}
inline bool ChromeMojoEventInfo::has_data_num_bytes() const {}
inline void ChromeMojoEventInfo::clear_data_num_bytes() {}
inline uint64_t ChromeMojoEventInfo::_internal_data_num_bytes() const {}
inline uint64_t ChromeMojoEventInfo::data_num_bytes() const {}
inline void ChromeMojoEventInfo::_internal_set_data_num_bytes(uint64_t value) {}
inline void ChromeMojoEventInfo::set_data_num_bytes(uint64_t value) {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__

// @@protoc_insertion_point(namespace_scope)

}  // namespace protos
}  // namespace perfetto

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2ftrack_5fevent_2fchrome_5fmojo_5fevent_5finfo_2eproto