#ifndef COMPONENTS_SERVICES_STORAGE_PUBLIC_MOJOM_BLOB_STORAGE_CONTEXT_MOJOM_PARAMS_DATA_H_
#define COMPONENTS_SERVICES_STORAGE_PUBLIC_MOJOM_BLOB_STORAGE_CONTEXT_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 BlobDataItemReader_Read_Params_Data { … };
static_assert …;
class BlobDataItemReader_Read_ResponseParams_Data { … };
static_assert …;
class BlobDataItemReader_ReadSideData_Params_Data { … };
static_assert …;
class BlobDataItemReader_ReadSideData_ResponseParams_Data { … };
static_assert …;
class BlobStorageContext_RegisterFromDataItem_Params_Data { … };
static_assert …;
class BlobStorageContext_RegisterFromMemory_Params_Data { … };
static_assert …;
class BlobStorageContext_WriteBlobToFile_Params_Data { … };
static_assert …;
class BlobStorageContext_WriteBlobToFile_ResponseParams_Data { … };
static_assert …;
class BlobStorageContext_Clone_Params_Data { … };
static_assert …;
}
class BlobDataItemReader_Read_ParamsDataView { … };
class BlobDataItemReader_Read_ResponseParamsDataView { … };
class BlobDataItemReader_ReadSideData_ParamsDataView { … };
class BlobDataItemReader_ReadSideData_ResponseParamsDataView { … };
class BlobStorageContext_RegisterFromDataItem_ParamsDataView { … };
class BlobStorageContext_RegisterFromMemory_ParamsDataView { … };
class BlobStorageContext_WriteBlobToFile_ParamsDataView { … };
class BlobStorageContext_WriteBlobToFile_ResponseParamsDataView { … };
class BlobStorageContext_Clone_ParamsDataView { … };
inline void BlobDataItemReader_ReadSideData_ResponseParamsDataView::GetDataDataView(
::mojo_base::mojom::BigBufferDataView* output) { … }
inline void BlobStorageContext_RegisterFromDataItem_ParamsDataView::GetUuidDataView(
mojo::StringDataView* output) { … }
inline void BlobStorageContext_RegisterFromDataItem_ParamsDataView::GetItemDataView(
BlobDataItemDataView* output) { … }
inline void BlobStorageContext_RegisterFromMemory_ParamsDataView::GetUuidDataView(
mojo::StringDataView* output) { … }
inline void BlobStorageContext_RegisterFromMemory_ParamsDataView::GetDataDataView(
::mojo_base::mojom::BigBufferDataView* output) { … }
inline void BlobStorageContext_WriteBlobToFile_ParamsDataView::GetPathDataView(
::mojo_base::mojom::FilePathDataView* output) { … }
inline void BlobStorageContext_WriteBlobToFile_ParamsDataView::GetLastModifiedDataView(
::mojo_base::mojom::TimeDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif