chromium/out/Default/gen/third_party/perfetto/protos/perfetto/trace/android/protolog.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fandroid_2fprotolog_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fandroid_2fprotolog_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
#include "protos/perfetto/common/protolog_common.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_protos_2fperfetto_2ftrace_2fandroid_2fprotolog_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_2fandroid_2fprotolog_2eproto {};
namespace perfetto {
namespace protos {
class ProtoLogMessage;
struct ProtoLogMessageDefaultTypeInternal;
extern ProtoLogMessageDefaultTypeInternal _ProtoLogMessage_default_instance_;
class ProtoLogViewerConfig;
struct ProtoLogViewerConfigDefaultTypeInternal;
extern ProtoLogViewerConfigDefaultTypeInternal _ProtoLogViewerConfig_default_instance_;
class ProtoLogViewerConfig_Group;
struct ProtoLogViewerConfig_GroupDefaultTypeInternal;
extern ProtoLogViewerConfig_GroupDefaultTypeInternal _ProtoLogViewerConfig_Group_default_instance_;
class ProtoLogViewerConfig_MessageData;
struct ProtoLogViewerConfig_MessageDataDefaultTypeInternal;
extern ProtoLogViewerConfig_MessageDataDefaultTypeInternal _ProtoLogViewerConfig_MessageData_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::ProtoLogMessage* Arena::CreateMaybeMessage<::perfetto::protos::ProtoLogMessage>(Arena*);
template<> ::perfetto::protos::ProtoLogViewerConfig* Arena::CreateMaybeMessage<::perfetto::protos::ProtoLogViewerConfig>(Arena*);
template<> ::perfetto::protos::ProtoLogViewerConfig_Group* Arena::CreateMaybeMessage<::perfetto::protos::ProtoLogViewerConfig_Group>(Arena*);
template<> ::perfetto::protos::ProtoLogViewerConfig_MessageData* Arena::CreateMaybeMessage<::perfetto::protos::ProtoLogViewerConfig_MessageData>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

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

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

class ProtoLogViewerConfig_MessageData final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:perfetto.protos.ProtoLogViewerConfig.MessageData) */ {};
// -------------------------------------------------------------------

class ProtoLogViewerConfig_Group final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:perfetto.protos.ProtoLogViewerConfig.Group) */ {};
// -------------------------------------------------------------------

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


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

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

// optional fixed64 message_id = 1;
inline bool ProtoLogMessage::_internal_has_message_id() const {}
inline bool ProtoLogMessage::has_message_id() const {}
inline void ProtoLogMessage::clear_message_id() {}
inline uint64_t ProtoLogMessage::_internal_message_id() const {}
inline uint64_t ProtoLogMessage::message_id() const {}
inline void ProtoLogMessage::_internal_set_message_id(uint64_t value) {}
inline void ProtoLogMessage::set_message_id(uint64_t value) {}

// repeated uint32 str_param_iids = 2;
inline int ProtoLogMessage::_internal_str_param_iids_size() const {}
inline int ProtoLogMessage::str_param_iids_size() const {}
inline void ProtoLogMessage::clear_str_param_iids() {}
inline uint32_t ProtoLogMessage::_internal_str_param_iids(int index) const {}
inline uint32_t ProtoLogMessage::str_param_iids(int index) const {}
inline void ProtoLogMessage::set_str_param_iids(int index, uint32_t value) {}
inline void ProtoLogMessage::_internal_add_str_param_iids(uint32_t value) {}
inline void ProtoLogMessage::add_str_param_iids(uint32_t value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint32_t >&
ProtoLogMessage::_internal_str_param_iids() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint32_t >&
ProtoLogMessage::str_param_iids() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint32_t >*
ProtoLogMessage::_internal_mutable_str_param_iids() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint32_t >*
ProtoLogMessage::mutable_str_param_iids() {}

// repeated sint64 sint64_params = 3;
inline int ProtoLogMessage::_internal_sint64_params_size() const {}
inline int ProtoLogMessage::sint64_params_size() const {}
inline void ProtoLogMessage::clear_sint64_params() {}
inline int64_t ProtoLogMessage::_internal_sint64_params(int index) const {}
inline int64_t ProtoLogMessage::sint64_params(int index) const {}
inline void ProtoLogMessage::set_sint64_params(int index, int64_t value) {}
inline void ProtoLogMessage::_internal_add_sint64_params(int64_t value) {}
inline void ProtoLogMessage::add_sint64_params(int64_t value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >&
ProtoLogMessage::_internal_sint64_params() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >&
ProtoLogMessage::sint64_params() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >*
ProtoLogMessage::_internal_mutable_sint64_params() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >*
ProtoLogMessage::mutable_sint64_params() {}

// repeated double double_params = 4;
inline int ProtoLogMessage::_internal_double_params_size() const {}
inline int ProtoLogMessage::double_params_size() const {}
inline void ProtoLogMessage::clear_double_params() {}
inline double ProtoLogMessage::_internal_double_params(int index) const {}
inline double ProtoLogMessage::double_params(int index) const {}
inline void ProtoLogMessage::set_double_params(int index, double value) {}
inline void ProtoLogMessage::_internal_add_double_params(double value) {}
inline void ProtoLogMessage::add_double_params(double value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
ProtoLogMessage::_internal_double_params() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
ProtoLogMessage::double_params() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
ProtoLogMessage::_internal_mutable_double_params() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
ProtoLogMessage::mutable_double_params() {}

// repeated int32 boolean_params = 5;
inline int ProtoLogMessage::_internal_boolean_params_size() const {}
inline int ProtoLogMessage::boolean_params_size() const {}
inline void ProtoLogMessage::clear_boolean_params() {}
inline int32_t ProtoLogMessage::_internal_boolean_params(int index) const {}
inline int32_t ProtoLogMessage::boolean_params(int index) const {}
inline void ProtoLogMessage::set_boolean_params(int index, int32_t value) {}
inline void ProtoLogMessage::_internal_add_boolean_params(int32_t value) {}
inline void ProtoLogMessage::add_boolean_params(int32_t value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
ProtoLogMessage::_internal_boolean_params() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
ProtoLogMessage::boolean_params() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
ProtoLogMessage::_internal_mutable_boolean_params() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
ProtoLogMessage::mutable_boolean_params() {}

// optional uint32 stacktrace_iid = 6;
inline bool ProtoLogMessage::_internal_has_stacktrace_iid() const {}
inline bool ProtoLogMessage::has_stacktrace_iid() const {}
inline void ProtoLogMessage::clear_stacktrace_iid() {}
inline uint32_t ProtoLogMessage::_internal_stacktrace_iid() const {}
inline uint32_t ProtoLogMessage::stacktrace_iid() const {}
inline void ProtoLogMessage::_internal_set_stacktrace_iid(uint32_t value) {}
inline void ProtoLogMessage::set_stacktrace_iid(uint32_t value) {}

// -------------------------------------------------------------------

// ProtoLogViewerConfig_MessageData

// optional fixed64 message_id = 1;
inline bool ProtoLogViewerConfig_MessageData::_internal_has_message_id() const {}
inline bool ProtoLogViewerConfig_MessageData::has_message_id() const {}
inline void ProtoLogViewerConfig_MessageData::clear_message_id() {}
inline uint64_t ProtoLogViewerConfig_MessageData::_internal_message_id() const {}
inline uint64_t ProtoLogViewerConfig_MessageData::message_id() const {}
inline void ProtoLogViewerConfig_MessageData::_internal_set_message_id(uint64_t value) {}
inline void ProtoLogViewerConfig_MessageData::set_message_id(uint64_t value) {}

// optional string message = 2;
inline bool ProtoLogViewerConfig_MessageData::_internal_has_message() const {}
inline bool ProtoLogViewerConfig_MessageData::has_message() const {}
inline void ProtoLogViewerConfig_MessageData::clear_message() {}
inline const std::string& ProtoLogViewerConfig_MessageData::message() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ProtoLogViewerConfig_MessageData::set_message(ArgT0&& arg0, ArgT... args) {}
inline std::string* ProtoLogViewerConfig_MessageData::mutable_message() {}
inline const std::string& ProtoLogViewerConfig_MessageData::_internal_message() const {}
inline void ProtoLogViewerConfig_MessageData::_internal_set_message(const std::string& value) {}
inline std::string* ProtoLogViewerConfig_MessageData::_internal_mutable_message() {}
inline std::string* ProtoLogViewerConfig_MessageData::release_message() {}
inline void ProtoLogViewerConfig_MessageData::set_allocated_message(std::string* message) {}

// optional .perfetto.protos.ProtoLogLevel level = 3;
inline bool ProtoLogViewerConfig_MessageData::_internal_has_level() const {}
inline bool ProtoLogViewerConfig_MessageData::has_level() const {}
inline void ProtoLogViewerConfig_MessageData::clear_level() {}
inline ::perfetto::protos::ProtoLogLevel ProtoLogViewerConfig_MessageData::_internal_level() const {}
inline ::perfetto::protos::ProtoLogLevel ProtoLogViewerConfig_MessageData::level() const {}
inline void ProtoLogViewerConfig_MessageData::_internal_set_level(::perfetto::protos::ProtoLogLevel value) {}
inline void ProtoLogViewerConfig_MessageData::set_level(::perfetto::protos::ProtoLogLevel value) {}

// optional uint32 group_id = 4;
inline bool ProtoLogViewerConfig_MessageData::_internal_has_group_id() const {}
inline bool ProtoLogViewerConfig_MessageData::has_group_id() const {}
inline void ProtoLogViewerConfig_MessageData::clear_group_id() {}
inline uint32_t ProtoLogViewerConfig_MessageData::_internal_group_id() const {}
inline uint32_t ProtoLogViewerConfig_MessageData::group_id() const {}
inline void ProtoLogViewerConfig_MessageData::_internal_set_group_id(uint32_t value) {}
inline void ProtoLogViewerConfig_MessageData::set_group_id(uint32_t value) {}

// optional string location = 5;
inline bool ProtoLogViewerConfig_MessageData::_internal_has_location() const {}
inline bool ProtoLogViewerConfig_MessageData::has_location() const {}
inline void ProtoLogViewerConfig_MessageData::clear_location() {}
inline const std::string& ProtoLogViewerConfig_MessageData::location() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ProtoLogViewerConfig_MessageData::set_location(ArgT0&& arg0, ArgT... args) {}
inline std::string* ProtoLogViewerConfig_MessageData::mutable_location() {}
inline const std::string& ProtoLogViewerConfig_MessageData::_internal_location() const {}
inline void ProtoLogViewerConfig_MessageData::_internal_set_location(const std::string& value) {}
inline std::string* ProtoLogViewerConfig_MessageData::_internal_mutable_location() {}
inline std::string* ProtoLogViewerConfig_MessageData::release_location() {}
inline void ProtoLogViewerConfig_MessageData::set_allocated_location(std::string* location) {}

// -------------------------------------------------------------------

// ProtoLogViewerConfig_Group

// optional uint32 id = 1;
inline bool ProtoLogViewerConfig_Group::_internal_has_id() const {}
inline bool ProtoLogViewerConfig_Group::has_id() const {}
inline void ProtoLogViewerConfig_Group::clear_id() {}
inline uint32_t ProtoLogViewerConfig_Group::_internal_id() const {}
inline uint32_t ProtoLogViewerConfig_Group::id() const {}
inline void ProtoLogViewerConfig_Group::_internal_set_id(uint32_t value) {}
inline void ProtoLogViewerConfig_Group::set_id(uint32_t value) {}

// optional string name = 2;
inline bool ProtoLogViewerConfig_Group::_internal_has_name() const {}
inline bool ProtoLogViewerConfig_Group::has_name() const {}
inline void ProtoLogViewerConfig_Group::clear_name() {}
inline const std::string& ProtoLogViewerConfig_Group::name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ProtoLogViewerConfig_Group::set_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* ProtoLogViewerConfig_Group::mutable_name() {}
inline const std::string& ProtoLogViewerConfig_Group::_internal_name() const {}
inline void ProtoLogViewerConfig_Group::_internal_set_name(const std::string& value) {}
inline std::string* ProtoLogViewerConfig_Group::_internal_mutable_name() {}
inline std::string* ProtoLogViewerConfig_Group::release_name() {}
inline void ProtoLogViewerConfig_Group::set_allocated_name(std::string* name) {}

// optional string tag = 3;
inline bool ProtoLogViewerConfig_Group::_internal_has_tag() const {}
inline bool ProtoLogViewerConfig_Group::has_tag() const {}
inline void ProtoLogViewerConfig_Group::clear_tag() {}
inline const std::string& ProtoLogViewerConfig_Group::tag() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ProtoLogViewerConfig_Group::set_tag(ArgT0&& arg0, ArgT... args) {}
inline std::string* ProtoLogViewerConfig_Group::mutable_tag() {}
inline const std::string& ProtoLogViewerConfig_Group::_internal_tag() const {}
inline void ProtoLogViewerConfig_Group::_internal_set_tag(const std::string& value) {}
inline std::string* ProtoLogViewerConfig_Group::_internal_mutable_tag() {}
inline std::string* ProtoLogViewerConfig_Group::release_tag() {}
inline void ProtoLogViewerConfig_Group::set_allocated_tag(std::string* tag) {}

// -------------------------------------------------------------------

// ProtoLogViewerConfig

// repeated .perfetto.protos.ProtoLogViewerConfig.MessageData messages = 1;
inline int ProtoLogViewerConfig::_internal_messages_size() const {}
inline int ProtoLogViewerConfig::messages_size() const {}
inline void ProtoLogViewerConfig::clear_messages() {}
inline ::perfetto::protos::ProtoLogViewerConfig_MessageData* ProtoLogViewerConfig::mutable_messages(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::ProtoLogViewerConfig_MessageData >*
ProtoLogViewerConfig::mutable_messages() {}
inline const ::perfetto::protos::ProtoLogViewerConfig_MessageData& ProtoLogViewerConfig::_internal_messages(int index) const {}
inline const ::perfetto::protos::ProtoLogViewerConfig_MessageData& ProtoLogViewerConfig::messages(int index) const {}
inline ::perfetto::protos::ProtoLogViewerConfig_MessageData* ProtoLogViewerConfig::_internal_add_messages() {}
inline ::perfetto::protos::ProtoLogViewerConfig_MessageData* ProtoLogViewerConfig::add_messages() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::ProtoLogViewerConfig_MessageData >&
ProtoLogViewerConfig::messages() const {}

// repeated .perfetto.protos.ProtoLogViewerConfig.Group groups = 2;
inline int ProtoLogViewerConfig::_internal_groups_size() const {}
inline int ProtoLogViewerConfig::groups_size() const {}
inline void ProtoLogViewerConfig::clear_groups() {}
inline ::perfetto::protos::ProtoLogViewerConfig_Group* ProtoLogViewerConfig::mutable_groups(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::ProtoLogViewerConfig_Group >*
ProtoLogViewerConfig::mutable_groups() {}
inline const ::perfetto::protos::ProtoLogViewerConfig_Group& ProtoLogViewerConfig::_internal_groups(int index) const {}
inline const ::perfetto::protos::ProtoLogViewerConfig_Group& ProtoLogViewerConfig::groups(int index) const {}
inline ::perfetto::protos::ProtoLogViewerConfig_Group* ProtoLogViewerConfig::_internal_add_groups() {}
inline ::perfetto::protos::ProtoLogViewerConfig_Group* ProtoLogViewerConfig::add_groups() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::ProtoLogViewerConfig_Group >&
ProtoLogViewerConfig::groups() const {}

#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_2fandroid_2fprotolog_2eproto