chromium/out/Default/gen/third_party/perfetto/protos/perfetto/ipc/relay_port.gen.cc

#include "perfetto/protozero/gen_field_helpers.h"
#include "perfetto/protozero/message.h"
#include "perfetto/protozero/packed_repeated_fields.h"
#include "perfetto/protozero/proto_decoder.h"
#include "perfetto/protozero/scattered_heap_buffer.h"
// DO NOT EDIT. Autogenerated by Perfetto cppgen_plugin
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wfloat-equal"
#endif
#include "protos/perfetto/ipc/relay_port.gen.h"

namespace perfetto {
namespace protos {
namespace gen {

SyncClockResponse::SyncClockResponse() = default;
SyncClockResponse::~SyncClockResponse() = default;
SyncClockResponse::SyncClockResponse(const SyncClockResponse&) = default;
SyncClockResponse& SyncClockResponse::operator=(const SyncClockResponse&) = default;
SyncClockResponse::SyncClockResponse(SyncClockResponse&&) noexcept = default;
SyncClockResponse& SyncClockResponse::operator=(SyncClockResponse&&) = default;

bool SyncClockResponse::operator==(const SyncClockResponse& other) const {}

bool SyncClockResponse::ParseFromArray(const void* raw, size_t size) {}

std::string SyncClockResponse::SerializeAsString() const {}

std::vector<uint8_t> SyncClockResponse::SerializeAsArray() const {}

void SyncClockResponse::Serialize(::protozero::Message* msg) const {}


SyncClockRequest::SyncClockRequest() = default;
SyncClockRequest::~SyncClockRequest() = default;
SyncClockRequest::SyncClockRequest(const SyncClockRequest&) = default;
SyncClockRequest& SyncClockRequest::operator=(const SyncClockRequest&) = default;
SyncClockRequest::SyncClockRequest(SyncClockRequest&&) noexcept = default;
SyncClockRequest& SyncClockRequest::operator=(SyncClockRequest&&) = default;

bool SyncClockRequest::operator==(const SyncClockRequest& other) const {}

int SyncClockRequest::clocks_size() const {}
void SyncClockRequest::clear_clocks() {}
SyncClockRequest_Clock* SyncClockRequest::add_clocks() {}
bool SyncClockRequest::ParseFromArray(const void* raw, size_t size) {}

std::string SyncClockRequest::SerializeAsString() const {}

std::vector<uint8_t> SyncClockRequest::SerializeAsArray() const {}

void SyncClockRequest::Serialize(::protozero::Message* msg) const {}


SyncClockRequest_Clock::SyncClockRequest_Clock() = default;
SyncClockRequest_Clock::~SyncClockRequest_Clock() = default;
SyncClockRequest_Clock::SyncClockRequest_Clock(const SyncClockRequest_Clock&) = default;
SyncClockRequest_Clock& SyncClockRequest_Clock::operator=(const SyncClockRequest_Clock&) = default;
SyncClockRequest_Clock::SyncClockRequest_Clock(SyncClockRequest_Clock&&) noexcept = default;
SyncClockRequest_Clock& SyncClockRequest_Clock::operator=(SyncClockRequest_Clock&&) = default;

bool SyncClockRequest_Clock::operator==(const SyncClockRequest_Clock& other) const {}

bool SyncClockRequest_Clock::ParseFromArray(const void* raw, size_t size) {}

std::string SyncClockRequest_Clock::SerializeAsString() const {}

std::vector<uint8_t> SyncClockRequest_Clock::SerializeAsArray() const {}

void SyncClockRequest_Clock::Serialize(::protozero::Message* msg) const {}

}  // namespace perfetto
}  // namespace protos
}  // namespace gen
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic pop
#endif