#include "components/attribution_reporting/summary_operator.mojom-shared.h"
#include <ostream>
#include <utility>
#include "base/strings/stringprintf.h"
#include "mojo/public/cpp/bindings/lib/validate_params.h"
#include "mojo/public/cpp/bindings/lib/validation_errors.h"
#include "mojo/public/cpp/bindings/lib/validation_util.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value.h"
#include "components/attribution_reporting/summary_operator.mojom-params-data.h"
namespace attribution_reporting {
namespace mojom {
NOINLINE static const char* SummaryOperatorToStringHelper(SummaryOperator value) { … }
std::string SummaryOperatorToString(SummaryOperator value) { … }
std::ostream& operator<<(std::ostream& os, SummaryOperator value) { … }
namespace internal {
}
}
}
namespace perfetto {
void TraceFormatTraits<::attribution_reporting::mojom::SummaryOperator>::WriteIntoTrace(
perfetto::TracedValue context, ::attribution_reporting::mojom::SummaryOperator value) { … }
}