chromium/out/Default/gen/components/gwp_asan/crash_handler/crash.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: crash.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_crash_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_crash_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 <google/protobuf/generated_enum_util.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_crash_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_crash_2eproto {};
namespace gwp_asan {
class Crash;
struct CrashDefaultTypeInternal;
extern CrashDefaultTypeInternal _Crash_default_instance_;
class Crash_AllocationInfo;
struct Crash_AllocationInfoDefaultTypeInternal;
extern Crash_AllocationInfoDefaultTypeInternal _Crash_AllocationInfo_default_instance_;
}  // namespace gwp_asan
PROTOBUF_NAMESPACE_OPEN
template<> ::gwp_asan::Crash* Arena::CreateMaybeMessage<::gwp_asan::Crash>(Arena*);
template<> ::gwp_asan::Crash_AllocationInfo* Arena::CreateMaybeMessage<::gwp_asan::Crash_AllocationInfo>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace gwp_asan {

enum Crash_ErrorType : int {};
bool Crash_ErrorType_IsValid(int value);
constexpr Crash_ErrorType Crash_ErrorType_ErrorType_MIN =;
constexpr Crash_ErrorType Crash_ErrorType_ErrorType_MAX =;
constexpr int Crash_ErrorType_ErrorType_ARRAYSIZE =;

const std::string& Crash_ErrorType_Name(Crash_ErrorType value);
template<typename T>
inline const std::string& Crash_ErrorType_Name(T enum_t_value) {}
bool Crash_ErrorType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Crash_ErrorType* value);
enum Crash_Allocator : int {};
bool Crash_Allocator_IsValid(int value);
constexpr Crash_Allocator Crash_Allocator_Allocator_MIN =;
constexpr Crash_Allocator Crash_Allocator_Allocator_MAX =;
constexpr int Crash_Allocator_Allocator_ARRAYSIZE =;

const std::string& Crash_Allocator_Name(Crash_Allocator value);
template<typename T>
inline const std::string& Crash_Allocator_Name(T enum_t_value) {}
bool Crash_Allocator_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Crash_Allocator* value);
enum Crash_Mode : int {};
bool Crash_Mode_IsValid(int value);
constexpr Crash_Mode Crash_Mode_Mode_MIN =;
constexpr Crash_Mode Crash_Mode_Mode_MAX =;
constexpr int Crash_Mode_Mode_ARRAYSIZE =;

const std::string& Crash_Mode_Name(Crash_Mode value);
template<typename T>
inline const std::string& Crash_Mode_Name(T enum_t_value) {}
bool Crash_Mode_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Crash_Mode* value);
// ===================================================================

class Crash_AllocationInfo final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:gwp_asan.Crash.AllocationInfo) */ {};
// -------------------------------------------------------------------

class Crash final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:gwp_asan.Crash) */ {};
// ===================================================================


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

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

// repeated uint64 stack_trace = 1 [packed = true];
inline int Crash_AllocationInfo::_internal_stack_trace_size() const {}
inline int Crash_AllocationInfo::stack_trace_size() const {}
inline void Crash_AllocationInfo::clear_stack_trace() {}
inline uint64_t Crash_AllocationInfo::_internal_stack_trace(int index) const {}
inline uint64_t Crash_AllocationInfo::stack_trace(int index) const {}
inline void Crash_AllocationInfo::set_stack_trace(int index, uint64_t value) {}
inline void Crash_AllocationInfo::_internal_add_stack_trace(uint64_t value) {}
inline void Crash_AllocationInfo::add_stack_trace(uint64_t value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint64_t >&
Crash_AllocationInfo::_internal_stack_trace() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint64_t >&
Crash_AllocationInfo::stack_trace() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint64_t >*
Crash_AllocationInfo::_internal_mutable_stack_trace() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint64_t >*
Crash_AllocationInfo::mutable_stack_trace() {}

// optional uint64 thread_id = 2;
inline bool Crash_AllocationInfo::_internal_has_thread_id() const {}
inline bool Crash_AllocationInfo::has_thread_id() const {}
inline void Crash_AllocationInfo::clear_thread_id() {}
inline uint64_t Crash_AllocationInfo::_internal_thread_id() const {}
inline uint64_t Crash_AllocationInfo::thread_id() const {}
inline void Crash_AllocationInfo::_internal_set_thread_id(uint64_t value) {}
inline void Crash_AllocationInfo::set_thread_id(uint64_t value) {}

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

// Crash

// optional .gwp_asan.Crash.ErrorType error_type = 1;
inline bool Crash::_internal_has_error_type() const {}
inline bool Crash::has_error_type() const {}
inline void Crash::clear_error_type() {}
inline ::gwp_asan::Crash_ErrorType Crash::_internal_error_type() const {}
inline ::gwp_asan::Crash_ErrorType Crash::error_type() const {}
inline void Crash::_internal_set_error_type(::gwp_asan::Crash_ErrorType value) {}
inline void Crash::set_error_type(::gwp_asan::Crash_ErrorType value) {}

// optional uint64 allocation_address = 2;
inline bool Crash::_internal_has_allocation_address() const {}
inline bool Crash::has_allocation_address() const {}
inline void Crash::clear_allocation_address() {}
inline uint64_t Crash::_internal_allocation_address() const {}
inline uint64_t Crash::allocation_address() const {}
inline void Crash::_internal_set_allocation_address(uint64_t value) {}
inline void Crash::set_allocation_address(uint64_t value) {}

// optional uint64 allocation_size = 3;
inline bool Crash::_internal_has_allocation_size() const {}
inline bool Crash::has_allocation_size() const {}
inline void Crash::clear_allocation_size() {}
inline uint64_t Crash::_internal_allocation_size() const {}
inline uint64_t Crash::allocation_size() const {}
inline void Crash::_internal_set_allocation_size(uint64_t value) {}
inline void Crash::set_allocation_size(uint64_t value) {}

// optional .gwp_asan.Crash.AllocationInfo allocation = 4;
inline bool Crash::_internal_has_allocation() const {}
inline bool Crash::has_allocation() const {}
inline void Crash::clear_allocation() {}
inline const ::gwp_asan::Crash_AllocationInfo& Crash::_internal_allocation() const {}
inline const ::gwp_asan::Crash_AllocationInfo& Crash::allocation() const {}
inline void Crash::unsafe_arena_set_allocated_allocation(
    ::gwp_asan::Crash_AllocationInfo* allocation) {}
inline ::gwp_asan::Crash_AllocationInfo* Crash::release_allocation() {}
inline ::gwp_asan::Crash_AllocationInfo* Crash::unsafe_arena_release_allocation() {}
inline ::gwp_asan::Crash_AllocationInfo* Crash::_internal_mutable_allocation() {}
inline ::gwp_asan::Crash_AllocationInfo* Crash::mutable_allocation() {}
inline void Crash::set_allocated_allocation(::gwp_asan::Crash_AllocationInfo* allocation) {}

// optional .gwp_asan.Crash.AllocationInfo deallocation = 5;
inline bool Crash::_internal_has_deallocation() const {}
inline bool Crash::has_deallocation() const {}
inline void Crash::clear_deallocation() {}
inline const ::gwp_asan::Crash_AllocationInfo& Crash::_internal_deallocation() const {}
inline const ::gwp_asan::Crash_AllocationInfo& Crash::deallocation() const {}
inline void Crash::unsafe_arena_set_allocated_deallocation(
    ::gwp_asan::Crash_AllocationInfo* deallocation) {}
inline ::gwp_asan::Crash_AllocationInfo* Crash::release_deallocation() {}
inline ::gwp_asan::Crash_AllocationInfo* Crash::unsafe_arena_release_deallocation() {}
inline ::gwp_asan::Crash_AllocationInfo* Crash::_internal_mutable_deallocation() {}
inline ::gwp_asan::Crash_AllocationInfo* Crash::mutable_deallocation() {}
inline void Crash::set_allocated_deallocation(::gwp_asan::Crash_AllocationInfo* deallocation) {}

// optional uint64 region_start = 6;
inline bool Crash::_internal_has_region_start() const {}
inline bool Crash::has_region_start() const {}
inline void Crash::clear_region_start() {}
inline uint64_t Crash::_internal_region_start() const {}
inline uint64_t Crash::region_start() const {}
inline void Crash::_internal_set_region_start(uint64_t value) {}
inline void Crash::set_region_start(uint64_t value) {}

// optional uint64 region_size = 7;
inline bool Crash::_internal_has_region_size() const {}
inline bool Crash::has_region_size() const {}
inline void Crash::clear_region_size() {}
inline uint64_t Crash::_internal_region_size() const {}
inline uint64_t Crash::region_size() const {}
inline void Crash::_internal_set_region_size(uint64_t value) {}
inline void Crash::set_region_size(uint64_t value) {}

// optional uint64 free_invalid_address = 8;
inline bool Crash::_internal_has_free_invalid_address() const {}
inline bool Crash::has_free_invalid_address() const {}
inline void Crash::clear_free_invalid_address() {}
inline uint64_t Crash::_internal_free_invalid_address() const {}
inline uint64_t Crash::free_invalid_address() const {}
inline void Crash::_internal_set_free_invalid_address(uint64_t value) {}
inline void Crash::set_free_invalid_address(uint64_t value) {}

// optional bool missing_metadata = 9;
inline bool Crash::_internal_has_missing_metadata() const {}
inline bool Crash::has_missing_metadata() const {}
inline void Crash::clear_missing_metadata() {}
inline bool Crash::_internal_missing_metadata() const {}
inline bool Crash::missing_metadata() const {}
inline void Crash::_internal_set_missing_metadata(bool value) {}
inline void Crash::set_missing_metadata(bool value) {}

// optional string internal_error = 10;
inline bool Crash::_internal_has_internal_error() const {}
inline bool Crash::has_internal_error() const {}
inline void Crash::clear_internal_error() {}
inline const std::string& Crash::internal_error() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Crash::set_internal_error(ArgT0&& arg0, ArgT... args) {}
inline std::string* Crash::mutable_internal_error() {}
inline const std::string& Crash::_internal_internal_error() const {}
inline void Crash::_internal_set_internal_error(const std::string& value) {}
inline std::string* Crash::_internal_mutable_internal_error() {}
inline std::string* Crash::release_internal_error() {}
inline void Crash::set_allocated_internal_error(std::string* internal_error) {}

// optional .gwp_asan.Crash.Allocator allocator = 11;
inline bool Crash::_internal_has_allocator() const {}
inline bool Crash::has_allocator() const {}
inline void Crash::clear_allocator() {}
inline ::gwp_asan::Crash_Allocator Crash::_internal_allocator() const {}
inline ::gwp_asan::Crash_Allocator Crash::allocator() const {}
inline void Crash::_internal_set_allocator(::gwp_asan::Crash_Allocator value) {}
inline void Crash::set_allocator(::gwp_asan::Crash_Allocator value) {}

// optional .gwp_asan.Crash.Mode mode = 12;
inline bool Crash::_internal_has_mode() const {}
inline bool Crash::has_mode() const {}
inline void Crash::clear_mode() {}
inline ::gwp_asan::Crash_Mode Crash::_internal_mode() const {}
inline ::gwp_asan::Crash_Mode Crash::mode() const {}
inline void Crash::_internal_set_mode(::gwp_asan::Crash_Mode value) {}
inline void Crash::set_mode(::gwp_asan::Crash_Mode value) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace gwp_asan

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::gwp_asan::Crash_ErrorType> : ::std::true_type {};
template <> struct is_proto_enum< ::gwp_asan::Crash_Allocator> : ::std::true_type {};
template <> struct is_proto_enum< ::gwp_asan::Crash_Mode> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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