#include "content/browser/attribution_reporting/store_source_result.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/store_source_result.mojom-params-data.h"
namespace attribution_reporting {
namespace mojom {
NOINLINE static const char* StoreSourceResultToStringHelper(StoreSourceResult value) { … }
std::string StoreSourceResultToString(StoreSourceResult value) { … }
std::ostream& operator<<(std::ostream& os, StoreSourceResult value) { … }
namespace internal {
}
}
}
namespace perfetto {
void TraceFormatTraits<::attribution_reporting::mojom::StoreSourceResult>::WriteIntoTrace(
perfetto::TracedValue context, ::attribution_reporting::mojom::StoreSourceResult value) { … }
}