#include "content/browser/attribution_reporting/attribution_reporting.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 "content/browser/attribution_reporting/attribution_reporting.mojom-params-data.h"
namespace attribution_reporting {
namespace mojom {
NOINLINE static const char* ReportTypeToStringHelper(ReportType value) { … }
std::string ReportTypeToString(ReportType value) { … }
std::ostream& operator<<(std::ostream& os, ReportType value) { … }
NOINLINE static const char* RegistrationTypeToStringHelper(RegistrationType value) { … }
std::string RegistrationTypeToString(RegistrationType value) { … }
std::ostream& operator<<(std::ostream& os, RegistrationType value) { … }
NOINLINE static const char* OsRegistrationResultToStringHelper(OsRegistrationResult value) { … }
std::string OsRegistrationResultToString(OsRegistrationResult value) { … }
std::ostream& operator<<(std::ostream& os, OsRegistrationResult value) { … }
namespace internal {
}
}
}
namespace perfetto {
void TraceFormatTraits<::attribution_reporting::mojom::ReportType>::WriteIntoTrace(
perfetto::TracedValue context, ::attribution_reporting::mojom::ReportType value) { … }
}
namespace perfetto {
void TraceFormatTraits<::attribution_reporting::mojom::RegistrationType>::WriteIntoTrace(
perfetto::TracedValue context, ::attribution_reporting::mojom::RegistrationType value) { … }
}
namespace perfetto {
void TraceFormatTraits<::attribution_reporting::mojom::OsRegistrationResult>::WriteIntoTrace(
perfetto::TracedValue context, ::attribution_reporting::mojom::OsRegistrationResult value) { … }
}