#include "third_party/blink/public/mojom/service_worker/service_worker_error_type.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_error_type.mojom-params-data.h"
namespace blink {
namespace mojom {
NOINLINE static const char* ServiceWorkerErrorTypeToStringHelper(ServiceWorkerErrorType value) { … }
std::string ServiceWorkerErrorTypeToString(ServiceWorkerErrorType value) { … }
std::ostream& operator<<(std::ostream& os, ServiceWorkerErrorType value) { … }
NOINLINE static const char* ServiceWorkerResponseErrorToStringHelper(ServiceWorkerResponseError value) { … }
std::string ServiceWorkerResponseErrorToString(ServiceWorkerResponseError value) { … }
std::ostream& operator<<(std::ostream& os, ServiceWorkerResponseError value) { … }
namespace internal {
}
}
}
namespace perfetto {
void TraceFormatTraits<::blink::mojom::ServiceWorkerErrorType>::WriteIntoTrace(
perfetto::TracedValue context, ::blink::mojom::ServiceWorkerErrorType value) { … }
}
namespace perfetto {
void TraceFormatTraits<::blink::mojom::ServiceWorkerResponseError>::WriteIntoTrace(
perfetto::TracedValue context, ::blink::mojom::ServiceWorkerResponseError value) { … }
}