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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fclock_5fsnapshot_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fclock_5fsnapshot_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>
#include "protos/perfetto/common/builtin_clock.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_protos_2fperfetto_2ftrace_2fclock_5fsnapshot_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_2fclock_5fsnapshot_2eproto {};
namespace perfetto {
namespace protos {
class ClockSnapshot;
struct ClockSnapshotDefaultTypeInternal;
extern ClockSnapshotDefaultTypeInternal _ClockSnapshot_default_instance_;
class ClockSnapshot_Clock;
struct ClockSnapshot_ClockDefaultTypeInternal;
extern ClockSnapshot_ClockDefaultTypeInternal _ClockSnapshot_Clock_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::ClockSnapshot* Arena::CreateMaybeMessage<::perfetto::protos::ClockSnapshot>(Arena*);
template<> ::perfetto::protos::ClockSnapshot_Clock* Arena::CreateMaybeMessage<::perfetto::protos::ClockSnapshot_Clock>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

enum ClockSnapshot_Clock_BuiltinClocks : int {};
bool ClockSnapshot_Clock_BuiltinClocks_IsValid(int value);
constexpr ClockSnapshot_Clock_BuiltinClocks ClockSnapshot_Clock_BuiltinClocks_BuiltinClocks_MIN =;
constexpr ClockSnapshot_Clock_BuiltinClocks ClockSnapshot_Clock_BuiltinClocks_BuiltinClocks_MAX =;
constexpr int ClockSnapshot_Clock_BuiltinClocks_BuiltinClocks_ARRAYSIZE =;

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

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

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


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

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

// optional uint32 clock_id = 1;
inline bool ClockSnapshot_Clock::_internal_has_clock_id() const {}
inline bool ClockSnapshot_Clock::has_clock_id() const {}
inline void ClockSnapshot_Clock::clear_clock_id() {}
inline uint32_t ClockSnapshot_Clock::_internal_clock_id() const {}
inline uint32_t ClockSnapshot_Clock::clock_id() const {}
inline void ClockSnapshot_Clock::_internal_set_clock_id(uint32_t value) {}
inline void ClockSnapshot_Clock::set_clock_id(uint32_t value) {}

// optional uint64 timestamp = 2;
inline bool ClockSnapshot_Clock::_internal_has_timestamp() const {}
inline bool ClockSnapshot_Clock::has_timestamp() const {}
inline void ClockSnapshot_Clock::clear_timestamp() {}
inline uint64_t ClockSnapshot_Clock::_internal_timestamp() const {}
inline uint64_t ClockSnapshot_Clock::timestamp() const {}
inline void ClockSnapshot_Clock::_internal_set_timestamp(uint64_t value) {}
inline void ClockSnapshot_Clock::set_timestamp(uint64_t value) {}

// optional bool is_incremental = 3;
inline bool ClockSnapshot_Clock::_internal_has_is_incremental() const {}
inline bool ClockSnapshot_Clock::has_is_incremental() const {}
inline void ClockSnapshot_Clock::clear_is_incremental() {}
inline bool ClockSnapshot_Clock::_internal_is_incremental() const {}
inline bool ClockSnapshot_Clock::is_incremental() const {}
inline void ClockSnapshot_Clock::_internal_set_is_incremental(bool value) {}
inline void ClockSnapshot_Clock::set_is_incremental(bool value) {}

// optional uint64 unit_multiplier_ns = 4;
inline bool ClockSnapshot_Clock::_internal_has_unit_multiplier_ns() const {}
inline bool ClockSnapshot_Clock::has_unit_multiplier_ns() const {}
inline void ClockSnapshot_Clock::clear_unit_multiplier_ns() {}
inline uint64_t ClockSnapshot_Clock::_internal_unit_multiplier_ns() const {}
inline uint64_t ClockSnapshot_Clock::unit_multiplier_ns() const {}
inline void ClockSnapshot_Clock::_internal_set_unit_multiplier_ns(uint64_t value) {}
inline void ClockSnapshot_Clock::set_unit_multiplier_ns(uint64_t value) {}

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

// ClockSnapshot

// repeated .perfetto.protos.ClockSnapshot.Clock clocks = 1;
inline int ClockSnapshot::_internal_clocks_size() const {}
inline int ClockSnapshot::clocks_size() const {}
inline void ClockSnapshot::clear_clocks() {}
inline ::perfetto::protos::ClockSnapshot_Clock* ClockSnapshot::mutable_clocks(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::ClockSnapshot_Clock >*
ClockSnapshot::mutable_clocks() {}
inline const ::perfetto::protos::ClockSnapshot_Clock& ClockSnapshot::_internal_clocks(int index) const {}
inline const ::perfetto::protos::ClockSnapshot_Clock& ClockSnapshot::clocks(int index) const {}
inline ::perfetto::protos::ClockSnapshot_Clock* ClockSnapshot::_internal_add_clocks() {}
inline ::perfetto::protos::ClockSnapshot_Clock* ClockSnapshot::add_clocks() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::perfetto::protos::ClockSnapshot_Clock >&
ClockSnapshot::clocks() const {}

// optional .perfetto.protos.BuiltinClock primary_trace_clock = 2;
inline bool ClockSnapshot::_internal_has_primary_trace_clock() const {}
inline bool ClockSnapshot::has_primary_trace_clock() const {}
inline void ClockSnapshot::clear_primary_trace_clock() {}
inline ::perfetto::protos::BuiltinClock ClockSnapshot::_internal_primary_trace_clock() const {}
inline ::perfetto::protos::BuiltinClock ClockSnapshot::primary_trace_clock() const {}
inline void ClockSnapshot::_internal_set_primary_trace_clock(::perfetto::protos::BuiltinClock value) {}
inline void ClockSnapshot::set_primary_trace_clock(::perfetto::protos::BuiltinClock value) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace protos
}  // namespace perfetto

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::perfetto::protos::ClockSnapshot_Clock_BuiltinClocks> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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