#include "third_party/blink/public/mojom/web_install/web_install.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/web_install/web_install.mojom-params-data.h"
namespace blink {
namespace mojom {
NOINLINE static const char* WebInstallServiceResultToStringHelper(WebInstallServiceResult value) { … }
std::string WebInstallServiceResultToString(WebInstallServiceResult value) { … }
std::ostream& operator<<(std::ostream& os, WebInstallServiceResult value) { … }
namespace internal {
bool WebInstallService_InstallCurrentDocument_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
WebInstallService_InstallCurrentDocument_Params_Data::WebInstallService_InstallCurrentDocument_Params_Data()
: … { … }
bool WebInstallService_InstallCurrentDocument_ResponseParams_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
WebInstallService_InstallCurrentDocument_ResponseParams_Data::WebInstallService_InstallCurrentDocument_ResponseParams_Data()
: … { … }
bool WebInstallService_InstallBackgroundDocument_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
WebInstallService_InstallBackgroundDocument_Params_Data::WebInstallService_InstallBackgroundDocument_Params_Data()
: … { … }
bool WebInstallService_InstallBackgroundDocument_ResponseParams_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
WebInstallService_InstallBackgroundDocument_ResponseParams_Data::WebInstallService_InstallBackgroundDocument_ResponseParams_Data()
: … { … }
}
}
}
namespace perfetto {
void TraceFormatTraits<::blink::mojom::WebInstallServiceResult>::WriteIntoTrace(
perfetto::TracedValue context, ::blink::mojom::WebInstallServiceResult value) { … }
}