#ifndef IPC_IPC_MOJOM_PARAMS_DATA_H_
#define IPC_IPC_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 IPC::mojom {
namespace internal {
class COMPONENT_EXPORT(IPC_MOJOM_SHARED) Channel_SetPeerPid_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(IPC_MOJOM_SHARED) Channel_Receive_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(IPC_MOJOM_SHARED) Channel_GetAssociatedInterface_Params_Data { … };
static_assert …;
}
class Channel_SetPeerPid_ParamsDataView { … };
class Channel_Receive_ParamsDataView { … };
class Channel_GetAssociatedInterface_ParamsDataView { … };
inline void Channel_Receive_ParamsDataView::GetMessageDataView(
MessageDataView* output) { … }
inline void Channel_GetAssociatedInterface_ParamsDataView::GetReceiverDataView(
::mojo_base::mojom::GenericPendingAssociatedReceiverDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif