chromium/out/Default/gen/components/metrics/structured/mojom/event.mojom-shared.h

// components/metrics/structured/mojom/event.mojom-shared.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_METRICS_STRUCTURED_MOJOM_EVENT_MOJOM_SHARED_H_
#define COMPONENTS_METRICS_STRUCTURED_MOJOM_EVENT_MOJOM_SHARED_H_

#include <stdint.h>

#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "mojo/public/cpp/bindings/array_data_view.h"
#include "mojo/public/cpp/bindings/enum_traits.h"
#include "mojo/public/cpp/bindings/interface_data_view.h"
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/map_data_view.h"
#include "mojo/public/cpp/bindings/string_data_view.h"

#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"

#include "components/metrics/structured/mojom/event.mojom-shared-internal.h"
#include "mojo/public/mojom/base/time.mojom-shared.h"







namespace metrics::structured::mojom {
class EventDataView;

class MetricValueDataView;


}  // metrics::structured::mojom

namespace mojo {
namespace internal {

template <>
struct MojomTypeTraits<::metrics::structured::mojom::EventDataView> {};

template <>
struct MojomTypeTraits<::metrics::structured::mojom::MetricValueDataView> {};

}  // namespace internal
}  // namespace mojo


namespace metrics::structured::mojom {


class EventDataView {};


class MetricValueDataView {};



}  // metrics::structured::mojom

namespace std {

}  // namespace std

namespace mojo {


namespace internal {

Serializer< ::metrics::structured::mojom::EventDataView, MaybeConstUserType>;

}  // namespace internal


namespace internal {

Serializer< ::metrics::structured::mojom::MetricValueDataView, MaybeConstUserType>;

}  // namespace internal

}  // namespace mojo


namespace metrics::structured::mojom {

inline void EventDataView::GetProjectNameDataView(
    mojo::StringDataView* output) {}
inline void EventDataView::GetEventNameDataView(
    mojo::StringDataView* output) {}
inline void EventDataView::GetMetricsDataView(
    mojo::MapDataView<mojo::StringDataView, MetricValueDataView>* output) {}
inline void EventDataView::GetSystemUptimeDataView(
    ::mojo_base::mojom::TimeDeltaDataView* output) {}


inline void MetricValueDataView::GetHmacValueDataView(
    mojo::StringDataView* output) const {}
inline void MetricValueDataView::GetRawStrValueDataView(
    mojo::StringDataView* output) const {}


}  // metrics::structured::mojom

// Declare TraceFormatTraits for enums, which should be defined in ::perfetto
// namespace.

#endif  // COMPONENTS_METRICS_STRUCTURED_MOJOM_EVENT_MOJOM_SHARED_H_