#ifndef SERVICES_CERT_VERIFIER_PUBLIC_MOJOM_CERT_VERIFIER_SERVICE_FACTORY_MOJOM_PARAMS_DATA_H_
#define SERVICES_CERT_VERIFIER_PUBLIC_MOJOM_CERT_VERIFIER_SERVICE_FACTORY_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 cert_verifier::mojom {
namespace internal {
class CertVerifierServiceFactory_GetNewCertVerifier_Params_Data { … };
static_assert …;
class CertVerifierServiceFactory_UpdateCRLSet_Params_Data { … };
static_assert …;
class CertVerifierServiceFactory_UpdateCRLSet_ResponseParams_Data { … };
static_assert …;
class CertVerifierServiceFactory_UpdateCtLogList_Params_Data { … };
static_assert …;
class CertVerifierServiceFactory_UpdateCtLogList_ResponseParams_Data { … };
static_assert …;
class CertVerifierServiceFactory_UpdateChromeRootStore_Params_Data { … };
static_assert …;
class CertVerifierServiceFactory_UpdateChromeRootStore_ResponseParams_Data { … };
static_assert …;
class CertVerifierServiceFactory_GetChromeRootStoreInfo_Params_Data { … };
static_assert …;
class CertVerifierServiceFactory_GetChromeRootStoreInfo_ResponseParams_Data { … };
static_assert …;
class CertVerifierServiceFactory_GetPlatformRootStoreInfo_Params_Data { … };
static_assert …;
class CertVerifierServiceFactory_GetPlatformRootStoreInfo_ResponseParams_Data { … };
static_assert …;
class CertVerifierServiceFactory_UpdateNetworkTime_Params_Data { … };
static_assert …;
}
class CertVerifierServiceFactory_GetNewCertVerifier_ParamsDataView { … };
class CertVerifierServiceFactory_UpdateCRLSet_ParamsDataView { … };
class CertVerifierServiceFactory_UpdateCRLSet_ResponseParamsDataView { … };
class CertVerifierServiceFactory_UpdateCtLogList_ParamsDataView { … };
class CertVerifierServiceFactory_UpdateCtLogList_ResponseParamsDataView { … };
class CertVerifierServiceFactory_UpdateChromeRootStore_ParamsDataView { … };
class CertVerifierServiceFactory_UpdateChromeRootStore_ResponseParamsDataView { … };
class CertVerifierServiceFactory_GetChromeRootStoreInfo_ParamsDataView { … };
class CertVerifierServiceFactory_GetChromeRootStoreInfo_ResponseParamsDataView { … };
class CertVerifierServiceFactory_GetPlatformRootStoreInfo_ParamsDataView { … };
class CertVerifierServiceFactory_GetPlatformRootStoreInfo_ResponseParamsDataView { … };
class CertVerifierServiceFactory_UpdateNetworkTime_ParamsDataView { … };
inline void CertVerifierServiceFactory_GetNewCertVerifier_ParamsDataView::GetCreationParamsDataView(
CertVerifierCreationParamsDataView* output) { … }
inline void CertVerifierServiceFactory_UpdateCRLSet_ParamsDataView::GetCrlSetDataView(
::mojo_base::mojom::BigBufferDataView* output) { … }
inline void CertVerifierServiceFactory_UpdateCtLogList_ParamsDataView::GetLogListDataView(
mojo::ArrayDataView<::network::mojom::CTLogInfoDataView>* output) { … }
inline void CertVerifierServiceFactory_UpdateCtLogList_ParamsDataView::GetUpdateTimeDataView(
::mojo_base::mojom::TimeDataView* output) { … }
inline void CertVerifierServiceFactory_UpdateChromeRootStore_ParamsDataView::GetNewRootStoreDataView(
::mojo_base::mojom::ProtoWrapperDataView* output) { … }
inline void CertVerifierServiceFactory_GetChromeRootStoreInfo_ResponseParamsDataView::GetRootStoreInfoDataView(
ChromeRootStoreInfoDataView* output) { … }
inline void CertVerifierServiceFactory_GetPlatformRootStoreInfo_ResponseParamsDataView::GetRootStoreInfoDataView(
PlatformRootStoreInfoDataView* output) { … }
inline void CertVerifierServiceFactory_UpdateNetworkTime_ParamsDataView::GetSystemTimeDataView(
::mojo_base::mojom::TimeDataView* output) { … }
inline void CertVerifierServiceFactory_UpdateNetworkTime_ParamsDataView::GetSystemTicksDataView(
::mojo_base::mojom::TimeTicksDataView* output) { … }
inline void CertVerifierServiceFactory_UpdateNetworkTime_ParamsDataView::GetCurrentTimeDataView(
::mojo_base::mojom::TimeDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif