#include "third_party/blink/public/mojom/service_worker/service_worker_event_status.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 "third_party/blink/public/mojom/service_worker/service_worker_event_status.mojom-params-data.h"
namespace blink {
namespace mojom {
NOINLINE static const char* ServiceWorkerEventStatusToStringHelper(ServiceWorkerEventStatus value) { … }
std::string ServiceWorkerEventStatusToString(ServiceWorkerEventStatus value) { … }
std::ostream& operator<<(std::ostream& os, ServiceWorkerEventStatus value) { … }
NOINLINE static const char* ServiceWorkerStartStatusToStringHelper(ServiceWorkerStartStatus value) { … }
std::string ServiceWorkerStartStatusToString(ServiceWorkerStartStatus value) { … }
std::ostream& operator<<(std::ostream& os, ServiceWorkerStartStatus value) { … }
namespace internal {
}
}
}
namespace perfetto {
void TraceFormatTraits<::blink::mojom::ServiceWorkerEventStatus>::WriteIntoTrace(
perfetto::TracedValue context, ::blink::mojom::ServiceWorkerEventStatus value) { … }
}
namespace perfetto {
void TraceFormatTraits<::blink::mojom::ServiceWorkerStartStatus>::WriteIntoTrace(
perfetto::TracedValue context, ::blink::mojom::ServiceWorkerStartStatus value) { … }
}