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