#ifndef SERVICES_ACCESSIBILITY_PUBLIC_MOJOM_AUTOMATION_CLIENT_MOJOM_PARAMS_DATA_H_
#define SERVICES_ACCESSIBILITY_PUBLIC_MOJOM_AUTOMATION_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 ax::mojom {
namespace internal {
class AutomationClient_Enable_Params_Data { … };
static_assert …;
class AutomationClient_Enable_ResponseParams_Data { … };
static_assert …;
class AutomationClient_Disable_Params_Data { … };
static_assert …;
class AutomationClient_EnableChildTree_Params_Data { … };
static_assert …;
class AutomationClient_PerformAction_Params_Data { … };
static_assert …;
}
class AutomationClient_Enable_ParamsDataView { … };
class AutomationClient_Enable_ResponseParamsDataView { … };
class AutomationClient_Disable_ParamsDataView { … };
class AutomationClient_EnableChildTree_ParamsDataView { … };
class AutomationClient_PerformAction_ParamsDataView { … };
inline void AutomationClient_Enable_ResponseParamsDataView::GetDesktopIdDataView(
::ax::mojom::AXTreeIDDataView* output) { … }
inline void AutomationClient_EnableChildTree_ParamsDataView::GetTreeIdDataView(
::ax::mojom::AXTreeIDDataView* output) { … }
inline void AutomationClient_PerformAction_ParamsDataView::GetActionDataDataView(
::ax::mojom::AXActionDataDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif