#ifndef COMPONENTS_SERVICES_STORAGE_PUBLIC_MOJOM_QUOTA_CLIENT_MOJOM_PARAMS_DATA_H_
#define COMPONENTS_SERVICES_STORAGE_PUBLIC_MOJOM_QUOTA_CLIENT_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 storage::mojom {
namespace internal {
class QuotaClient_GetBucketUsage_Params_Data { … };
static_assert …;
class QuotaClient_GetBucketUsage_ResponseParams_Data { … };
static_assert …;
class QuotaClient_GetStorageKeysForType_Params_Data { … };
static_assert …;
class QuotaClient_GetStorageKeysForType_ResponseParams_Data { … };
static_assert …;
class QuotaClient_DeleteBucketData_Params_Data { … };
static_assert …;
class QuotaClient_DeleteBucketData_ResponseParams_Data { … };
static_assert …;
class QuotaClient_PerformStorageCleanup_Params_Data { … };
static_assert …;
class QuotaClient_PerformStorageCleanup_ResponseParams_Data { … };
static_assert …;
}
class QuotaClient_GetBucketUsage_ParamsDataView { … };
class QuotaClient_GetBucketUsage_ResponseParamsDataView { … };
class QuotaClient_GetStorageKeysForType_ParamsDataView { … };
class QuotaClient_GetStorageKeysForType_ResponseParamsDataView { … };
class QuotaClient_DeleteBucketData_ParamsDataView { … };
class QuotaClient_DeleteBucketData_ResponseParamsDataView { … };
class QuotaClient_PerformStorageCleanup_ParamsDataView { … };
class QuotaClient_PerformStorageCleanup_ResponseParamsDataView { … };
inline void QuotaClient_GetBucketUsage_ParamsDataView::GetBucketDataView(
::storage::mojom::BucketLocatorDataView* output) { … }
inline void QuotaClient_GetStorageKeysForType_ResponseParamsDataView::GetStorageKeysDataView(
mojo::ArrayDataView<::blink::mojom::StorageKeyDataView>* output) { … }
inline void QuotaClient_DeleteBucketData_ParamsDataView::GetBucketDataView(
::storage::mojom::BucketLocatorDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif