#ifndef COMPONENTS_ATTRIBUTION_REPORTING_DEBUG_TYPES_MOJOM_SHARED_H_
#define COMPONENTS_ATTRIBUTION_REPORTING_DEBUG_TYPES_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 "components/attribution_reporting/debug_types.mojom-shared-internal.h"
namespace attribution_reporting::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace attribution_reporting::mojom {
enum class DebugDataType : int32_t { … };
std::ostream& operator<<(std::ostream& os, DebugDataType value);
inline bool IsKnownEnumValue(DebugDataType value) { … }
}
namespace std {
template <>
struct hash<::attribution_reporting::mojom::DebugDataType>
: public mojo::internal::EnumHashImpl<::attribution_reporting::mojom::DebugDataType> { … };
}
namespace mojo {
namespace internal {
Serializer< ::attribution_reporting::mojom::DebugDataType, MaybeConstUserType>;
}
}
namespace attribution_reporting::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::attribution_reporting::mojom::DebugDataType> { … };
}
#endif