#ifndef CONTENT_BROWSER_ATTRIBUTION_REPORTING_ATTRIBUTION_REPORTING_MOJOM_SHARED_H_
#define CONTENT_BROWSER_ATTRIBUTION_REPORTING_ATTRIBUTION_REPORTING_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "content/browser/attribution_reporting/attribution_reporting.mojom-shared-internal.h"
namespace attribution_reporting::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace attribution_reporting::mojom {
enum class ReportType : int32_t { … };
std::ostream& operator<<(std::ostream& os, ReportType value);
inline bool IsKnownEnumValue(ReportType value) { … }
enum class RegistrationType : int32_t { … };
std::ostream& operator<<(std::ostream& os, RegistrationType value);
inline bool IsKnownEnumValue(RegistrationType value) { … }
enum class OsRegistrationResult : int32_t { … };
std::ostream& operator<<(std::ostream& os, OsRegistrationResult value);
inline bool IsKnownEnumValue(OsRegistrationResult value) { … }
}
namespace std {
template <>
struct hash<::attribution_reporting::mojom::ReportType>
: public mojo::internal::EnumHashImpl<::attribution_reporting::mojom::ReportType> { … };
template <>
struct hash<::attribution_reporting::mojom::RegistrationType>
: public mojo::internal::EnumHashImpl<::attribution_reporting::mojom::RegistrationType> { … };
template <>
struct hash<::attribution_reporting::mojom::OsRegistrationResult>
: public mojo::internal::EnumHashImpl<::attribution_reporting::mojom::OsRegistrationResult> { … };
}
namespace mojo {
namespace internal {
Serializer< ::attribution_reporting::mojom::ReportType, MaybeConstUserType>;
}
namespace internal {
Serializer< ::attribution_reporting::mojom::RegistrationType, MaybeConstUserType>;
}
namespace internal {
Serializer< ::attribution_reporting::mojom::OsRegistrationResult, MaybeConstUserType>;
}
}
namespace attribution_reporting::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::attribution_reporting::mojom::ReportType> { … };
}
namespace perfetto {
template <>
struct TraceFormatTraits<::attribution_reporting::mojom::RegistrationType> { … };
}
namespace perfetto {
template <>
struct TraceFormatTraits<::attribution_reporting::mojom::OsRegistrationResult> { … };
}
#endif