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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fandroid_2fpackages_5flist_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fandroid_2fpackages_5flist_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_2fandroid_2fpackages_5flist_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_2fpackages_5flist_2eproto {};
namespace perfetto {
namespace protos {
class PackagesList;
struct PackagesListDefaultTypeInternal;
extern PackagesListDefaultTypeInternal _PackagesList_default_instance_;
class PackagesList_PackageInfo;
struct PackagesList_PackageInfoDefaultTypeInternal;
extern PackagesList_PackageInfoDefaultTypeInternal _PackagesList_PackageInfo_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::PackagesList* Arena::CreateMaybeMessage<::perfetto::protos::PackagesList>(Arena*);
template<> ::perfetto::protos::PackagesList_PackageInfo* Arena::CreateMaybeMessage<::perfetto::protos::PackagesList_PackageInfo>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

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

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

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


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

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

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

// optional uint64 uid = 2;
inline bool PackagesList_PackageInfo::_internal_has_uid() const {}
inline bool PackagesList_PackageInfo::has_uid() const {}
inline void PackagesList_PackageInfo::clear_uid() {}
inline uint64_t PackagesList_PackageInfo::_internal_uid() const {}
inline uint64_t PackagesList_PackageInfo::uid() const {}
inline void PackagesList_PackageInfo::_internal_set_uid(uint64_t value) {}
inline void PackagesList_PackageInfo::set_uid(uint64_t value) {}

// optional bool debuggable = 3;
inline bool PackagesList_PackageInfo::_internal_has_debuggable() const {}
inline bool PackagesList_PackageInfo::has_debuggable() const {}
inline void PackagesList_PackageInfo::clear_debuggable() {}
inline bool PackagesList_PackageInfo::_internal_debuggable() const {}
inline bool PackagesList_PackageInfo::debuggable() const {}
inline void PackagesList_PackageInfo::_internal_set_debuggable(bool value) {}
inline void PackagesList_PackageInfo::set_debuggable(bool value) {}

// optional bool profileable_from_shell = 4;
inline bool PackagesList_PackageInfo::_internal_has_profileable_from_shell() const {}
inline bool PackagesList_PackageInfo::has_profileable_from_shell() const {}
inline void PackagesList_PackageInfo::clear_profileable_from_shell() {}
inline bool PackagesList_PackageInfo::_internal_profileable_from_shell() const {}
inline bool PackagesList_PackageInfo::profileable_from_shell() const {}
inline void PackagesList_PackageInfo::_internal_set_profileable_from_shell(bool value) {}
inline void PackagesList_PackageInfo::set_profileable_from_shell(bool value) {}

// optional int64 version_code = 5;
inline bool PackagesList_PackageInfo::_internal_has_version_code() const {}
inline bool PackagesList_PackageInfo::has_version_code() const {}
inline void PackagesList_PackageInfo::clear_version_code() {}
inline int64_t PackagesList_PackageInfo::_internal_version_code() const {}
inline int64_t PackagesList_PackageInfo::version_code() const {}
inline void PackagesList_PackageInfo::_internal_set_version_code(int64_t value) {}
inline void PackagesList_PackageInfo::set_version_code(int64_t value) {}

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

// PackagesList

// repeated .perfetto.protos.PackagesList.PackageInfo packages = 1;
inline int PackagesList::_internal_packages_size() const {}
inline int PackagesList::packages_size() const {}
inline void PackagesList::clear_packages() {}
inline ::perfetto::protos::PackagesList_PackageInfo* PackagesList::mutable_packages(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::PackagesList_PackageInfo >*
PackagesList::mutable_packages() {}
inline const ::perfetto::protos::PackagesList_PackageInfo& PackagesList::_internal_packages(int index) const {}
inline const ::perfetto::protos::PackagesList_PackageInfo& PackagesList::packages(int index) const {}
inline ::perfetto::protos::PackagesList_PackageInfo* PackagesList::_internal_add_packages() {}
inline ::perfetto::protos::PackagesList_PackageInfo* PackagesList::add_packages() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::PackagesList_PackageInfo >&
PackagesList::packages() const {}

// optional bool parse_error = 2;
inline bool PackagesList::_internal_has_parse_error() const {}
inline bool PackagesList::has_parse_error() const {}
inline void PackagesList::clear_parse_error() {}
inline bool PackagesList::_internal_parse_error() const {}
inline bool PackagesList::parse_error() const {}
inline void PackagesList::_internal_set_parse_error(bool value) {}
inline void PackagesList::set_parse_error(bool value) {}

// optional bool read_error = 3;
inline bool PackagesList::_internal_has_read_error() const {}
inline bool PackagesList::has_read_error() const {}
inline void PackagesList::clear_read_error() {}
inline bool PackagesList::_internal_read_error() const {}
inline bool PackagesList::read_error() const {}
inline void PackagesList::_internal_set_read_error(bool value) {}
inline void PackagesList::set_read_error(bool 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_2fandroid_2fpackages_5flist_2eproto