#ifndef COMPONENTS_SPELLCHECK_COMMON_SPELLCHECK_MOJOM_PARAMS_DATA_H_
#define COMPONENTS_SPELLCHECK_COMMON_SPELLCHECK_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 spellcheck::mojom {
namespace internal {
class SpellChecker_Initialize_Params_Data { … };
static_assert …;
class SpellChecker_CustomDictionaryChanged_Params_Data { … };
static_assert …;
class SpellCheckInitializationHost_RequestDictionary_Params_Data { … };
static_assert …;
class SpellCheckHost_NotifyChecked_Params_Data { … };
static_assert …;
class SpellCheckHost_CallSpellingService_Params_Data { … };
static_assert …;
class SpellCheckHost_CallSpellingService_ResponseParams_Data { … };
static_assert …;
}
class SpellChecker_Initialize_ParamsDataView { … };
class SpellChecker_CustomDictionaryChanged_ParamsDataView { … };
class SpellCheckInitializationHost_RequestDictionary_ParamsDataView { … };
class SpellCheckHost_NotifyChecked_ParamsDataView { … };
class SpellCheckHost_CallSpellingService_ParamsDataView { … };
class SpellCheckHost_CallSpellingService_ResponseParamsDataView { … };
inline void SpellChecker_Initialize_ParamsDataView::GetDictionariesDataView(
mojo::ArrayDataView<SpellCheckBDictLanguageDataView>* output) { … }
inline void SpellChecker_Initialize_ParamsDataView::GetCustomWordsDataView(
mojo::ArrayDataView<mojo::StringDataView>* output) { … }
inline void SpellChecker_CustomDictionaryChanged_ParamsDataView::GetWordsAddedDataView(
mojo::ArrayDataView<mojo::StringDataView>* output) { … }
inline void SpellChecker_CustomDictionaryChanged_ParamsDataView::GetWordsRemovedDataView(
mojo::ArrayDataView<mojo::StringDataView>* output) { … }
inline void SpellCheckHost_NotifyChecked_ParamsDataView::GetWordDataView(
::mojo_base::mojom::String16DataView* output) { … }
inline void SpellCheckHost_CallSpellingService_ParamsDataView::GetTextDataView(
::mojo_base::mojom::String16DataView* output) { … }
inline void SpellCheckHost_CallSpellingService_ResponseParamsDataView::GetResultsDataView(
mojo::ArrayDataView<SpellCheckResultDataView>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif