#ifndef CONTENT_SERVICES_AUCTION_WORKLET_PUBLIC_MOJOM_AUCTION_SHARED_STORAGE_HOST_MOJOM_PARAMS_DATA_H_
#define CONTENT_SERVICES_AUCTION_WORKLET_PUBLIC_MOJOM_AUCTION_SHARED_STORAGE_HOST_MOJOM_PARAMS_DATA_H_
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/buffer.h"
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
namespace mojo::internal {
class ValidationContext;
}
namespace auction_worklet::mojom {
namespace internal {
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) AuctionSharedStorageHost_Set_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) AuctionSharedStorageHost_Append_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) AuctionSharedStorageHost_Delete_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) AuctionSharedStorageHost_Clear_Params_Data { … };
static_assert …;
}
class AuctionSharedStorageHost_Set_ParamsDataView { … };
class AuctionSharedStorageHost_Append_ParamsDataView { … };
class AuctionSharedStorageHost_Delete_ParamsDataView { … };
class AuctionSharedStorageHost_Clear_ParamsDataView { … };
inline void AuctionSharedStorageHost_Set_ParamsDataView::GetKeyDataView(
::blink::mojom::SharedStorageKeyArgumentDataView* output) { … }
inline void AuctionSharedStorageHost_Set_ParamsDataView::GetValueDataView(
::blink::mojom::SharedStorageValueArgumentDataView* output) { … }
inline void AuctionSharedStorageHost_Append_ParamsDataView::GetKeyDataView(
::blink::mojom::SharedStorageKeyArgumentDataView* output) { … }
inline void AuctionSharedStorageHost_Append_ParamsDataView::GetValueDataView(
::blink::mojom::SharedStorageValueArgumentDataView* output) { … }
inline void AuctionSharedStorageHost_Delete_ParamsDataView::GetKeyDataView(
::blink::mojom::SharedStorageKeyArgumentDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif