chromium/out/Default/gen/third_party/perfetto/protos/perfetto/trace/profiling/smaps.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fprofiling_2fsmaps_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fprofiling_2fsmaps_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_2fprofiling_2fsmaps_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_2fprofiling_2fsmaps_2eproto {};
namespace perfetto {
namespace protos {
class SmapsEntry;
struct SmapsEntryDefaultTypeInternal;
extern SmapsEntryDefaultTypeInternal _SmapsEntry_default_instance_;
class SmapsPacket;
struct SmapsPacketDefaultTypeInternal;
extern SmapsPacketDefaultTypeInternal _SmapsPacket_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::SmapsEntry* Arena::CreateMaybeMessage<::perfetto::protos::SmapsEntry>(Arena*);
template<> ::perfetto::protos::SmapsPacket* Arena::CreateMaybeMessage<::perfetto::protos::SmapsPacket>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

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

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

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


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

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

// optional string path = 1;
inline bool SmapsEntry::_internal_has_path() const {}
inline bool SmapsEntry::has_path() const {}
inline void SmapsEntry::clear_path() {}
inline const std::string& SmapsEntry::path() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SmapsEntry::set_path(ArgT0&& arg0, ArgT... args) {}
inline std::string* SmapsEntry::mutable_path() {}
inline const std::string& SmapsEntry::_internal_path() const {}
inline void SmapsEntry::_internal_set_path(const std::string& value) {}
inline std::string* SmapsEntry::_internal_mutable_path() {}
inline std::string* SmapsEntry::release_path() {}
inline void SmapsEntry::set_allocated_path(std::string* path) {}

// optional uint64 size_kb = 2;
inline bool SmapsEntry::_internal_has_size_kb() const {}
inline bool SmapsEntry::has_size_kb() const {}
inline void SmapsEntry::clear_size_kb() {}
inline uint64_t SmapsEntry::_internal_size_kb() const {}
inline uint64_t SmapsEntry::size_kb() const {}
inline void SmapsEntry::_internal_set_size_kb(uint64_t value) {}
inline void SmapsEntry::set_size_kb(uint64_t value) {}

// optional uint64 private_dirty_kb = 3;
inline bool SmapsEntry::_internal_has_private_dirty_kb() const {}
inline bool SmapsEntry::has_private_dirty_kb() const {}
inline void SmapsEntry::clear_private_dirty_kb() {}
inline uint64_t SmapsEntry::_internal_private_dirty_kb() const {}
inline uint64_t SmapsEntry::private_dirty_kb() const {}
inline void SmapsEntry::_internal_set_private_dirty_kb(uint64_t value) {}
inline void SmapsEntry::set_private_dirty_kb(uint64_t value) {}

// optional uint64 swap_kb = 4;
inline bool SmapsEntry::_internal_has_swap_kb() const {}
inline bool SmapsEntry::has_swap_kb() const {}
inline void SmapsEntry::clear_swap_kb() {}
inline uint64_t SmapsEntry::_internal_swap_kb() const {}
inline uint64_t SmapsEntry::swap_kb() const {}
inline void SmapsEntry::_internal_set_swap_kb(uint64_t value) {}
inline void SmapsEntry::set_swap_kb(uint64_t value) {}

// optional string file_name = 5;
inline bool SmapsEntry::_internal_has_file_name() const {}
inline bool SmapsEntry::has_file_name() const {}
inline void SmapsEntry::clear_file_name() {}
inline const std::string& SmapsEntry::file_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SmapsEntry::set_file_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* SmapsEntry::mutable_file_name() {}
inline const std::string& SmapsEntry::_internal_file_name() const {}
inline void SmapsEntry::_internal_set_file_name(const std::string& value) {}
inline std::string* SmapsEntry::_internal_mutable_file_name() {}
inline std::string* SmapsEntry::release_file_name() {}
inline void SmapsEntry::set_allocated_file_name(std::string* file_name) {}

// optional uint64 start_address = 6;
inline bool SmapsEntry::_internal_has_start_address() const {}
inline bool SmapsEntry::has_start_address() const {}
inline void SmapsEntry::clear_start_address() {}
inline uint64_t SmapsEntry::_internal_start_address() const {}
inline uint64_t SmapsEntry::start_address() const {}
inline void SmapsEntry::_internal_set_start_address(uint64_t value) {}
inline void SmapsEntry::set_start_address(uint64_t value) {}

// optional uint64 module_timestamp = 7;
inline bool SmapsEntry::_internal_has_module_timestamp() const {}
inline bool SmapsEntry::has_module_timestamp() const {}
inline void SmapsEntry::clear_module_timestamp() {}
inline uint64_t SmapsEntry::_internal_module_timestamp() const {}
inline uint64_t SmapsEntry::module_timestamp() const {}
inline void SmapsEntry::_internal_set_module_timestamp(uint64_t value) {}
inline void SmapsEntry::set_module_timestamp(uint64_t value) {}

// optional string module_debugid = 8;
inline bool SmapsEntry::_internal_has_module_debugid() const {}
inline bool SmapsEntry::has_module_debugid() const {}
inline void SmapsEntry::clear_module_debugid() {}
inline const std::string& SmapsEntry::module_debugid() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SmapsEntry::set_module_debugid(ArgT0&& arg0, ArgT... args) {}
inline std::string* SmapsEntry::mutable_module_debugid() {}
inline const std::string& SmapsEntry::_internal_module_debugid() const {}
inline void SmapsEntry::_internal_set_module_debugid(const std::string& value) {}
inline std::string* SmapsEntry::_internal_mutable_module_debugid() {}
inline std::string* SmapsEntry::release_module_debugid() {}
inline void SmapsEntry::set_allocated_module_debugid(std::string* module_debugid) {}

// optional string module_debug_path = 9;
inline bool SmapsEntry::_internal_has_module_debug_path() const {}
inline bool SmapsEntry::has_module_debug_path() const {}
inline void SmapsEntry::clear_module_debug_path() {}
inline const std::string& SmapsEntry::module_debug_path() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SmapsEntry::set_module_debug_path(ArgT0&& arg0, ArgT... args) {}
inline std::string* SmapsEntry::mutable_module_debug_path() {}
inline const std::string& SmapsEntry::_internal_module_debug_path() const {}
inline void SmapsEntry::_internal_set_module_debug_path(const std::string& value) {}
inline std::string* SmapsEntry::_internal_mutable_module_debug_path() {}
inline std::string* SmapsEntry::release_module_debug_path() {}
inline void SmapsEntry::set_allocated_module_debug_path(std::string* module_debug_path) {}

// optional uint32 protection_flags = 10;
inline bool SmapsEntry::_internal_has_protection_flags() const {}
inline bool SmapsEntry::has_protection_flags() const {}
inline void SmapsEntry::clear_protection_flags() {}
inline uint32_t SmapsEntry::_internal_protection_flags() const {}
inline uint32_t SmapsEntry::protection_flags() const {}
inline void SmapsEntry::_internal_set_protection_flags(uint32_t value) {}
inline void SmapsEntry::set_protection_flags(uint32_t value) {}

// optional uint64 private_clean_resident_kb = 11;
inline bool SmapsEntry::_internal_has_private_clean_resident_kb() const {}
inline bool SmapsEntry::has_private_clean_resident_kb() const {}
inline void SmapsEntry::clear_private_clean_resident_kb() {}
inline uint64_t SmapsEntry::_internal_private_clean_resident_kb() const {}
inline uint64_t SmapsEntry::private_clean_resident_kb() const {}
inline void SmapsEntry::_internal_set_private_clean_resident_kb(uint64_t value) {}
inline void SmapsEntry::set_private_clean_resident_kb(uint64_t value) {}

// optional uint64 shared_dirty_resident_kb = 12;
inline bool SmapsEntry::_internal_has_shared_dirty_resident_kb() const {}
inline bool SmapsEntry::has_shared_dirty_resident_kb() const {}
inline void SmapsEntry::clear_shared_dirty_resident_kb() {}
inline uint64_t SmapsEntry::_internal_shared_dirty_resident_kb() const {}
inline uint64_t SmapsEntry::shared_dirty_resident_kb() const {}
inline void SmapsEntry::_internal_set_shared_dirty_resident_kb(uint64_t value) {}
inline void SmapsEntry::set_shared_dirty_resident_kb(uint64_t value) {}

// optional uint64 shared_clean_resident_kb = 13;
inline bool SmapsEntry::_internal_has_shared_clean_resident_kb() const {}
inline bool SmapsEntry::has_shared_clean_resident_kb() const {}
inline void SmapsEntry::clear_shared_clean_resident_kb() {}
inline uint64_t SmapsEntry::_internal_shared_clean_resident_kb() const {}
inline uint64_t SmapsEntry::shared_clean_resident_kb() const {}
inline void SmapsEntry::_internal_set_shared_clean_resident_kb(uint64_t value) {}
inline void SmapsEntry::set_shared_clean_resident_kb(uint64_t value) {}

// optional uint64 locked_kb = 14;
inline bool SmapsEntry::_internal_has_locked_kb() const {}
inline bool SmapsEntry::has_locked_kb() const {}
inline void SmapsEntry::clear_locked_kb() {}
inline uint64_t SmapsEntry::_internal_locked_kb() const {}
inline uint64_t SmapsEntry::locked_kb() const {}
inline void SmapsEntry::_internal_set_locked_kb(uint64_t value) {}
inline void SmapsEntry::set_locked_kb(uint64_t value) {}

// optional uint64 proportional_resident_kb = 15;
inline bool SmapsEntry::_internal_has_proportional_resident_kb() const {}
inline bool SmapsEntry::has_proportional_resident_kb() const {}
inline void SmapsEntry::clear_proportional_resident_kb() {}
inline uint64_t SmapsEntry::_internal_proportional_resident_kb() const {}
inline uint64_t SmapsEntry::proportional_resident_kb() const {}
inline void SmapsEntry::_internal_set_proportional_resident_kb(uint64_t value) {}
inline void SmapsEntry::set_proportional_resident_kb(uint64_t value) {}

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

// SmapsPacket

// optional uint32 pid = 1;
inline bool SmapsPacket::_internal_has_pid() const {}
inline bool SmapsPacket::has_pid() const {}
inline void SmapsPacket::clear_pid() {}
inline uint32_t SmapsPacket::_internal_pid() const {}
inline uint32_t SmapsPacket::pid() const {}
inline void SmapsPacket::_internal_set_pid(uint32_t value) {}
inline void SmapsPacket::set_pid(uint32_t value) {}

// repeated .perfetto.protos.SmapsEntry entries = 2;
inline int SmapsPacket::_internal_entries_size() const {}
inline int SmapsPacket::entries_size() const {}
inline void SmapsPacket::clear_entries() {}
inline ::perfetto::protos::SmapsEntry* SmapsPacket::mutable_entries(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::SmapsEntry >*
SmapsPacket::mutable_entries() {}
inline const ::perfetto::protos::SmapsEntry& SmapsPacket::_internal_entries(int index) const {}
inline const ::perfetto::protos::SmapsEntry& SmapsPacket::entries(int index) const {}
inline ::perfetto::protos::SmapsEntry* SmapsPacket::_internal_add_entries() {}
inline ::perfetto::protos::SmapsEntry* SmapsPacket::add_entries() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::SmapsEntry >&
SmapsPacket::entries() 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_2fprofiling_2fsmaps_2eproto