chromium/out/Default/gen/components/payments/mojom/payment_request_data.mojom-shared.h

// components/payments/mojom/payment_request_data.mojom-shared.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_PAYMENTS_MOJOM_PAYMENT_REQUEST_DATA_MOJOM_SHARED_H_
#define COMPONENTS_PAYMENTS_MOJOM_PAYMENT_REQUEST_DATA_MOJOM_SHARED_H_

#include <stdint.h>

#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "mojo/public/cpp/bindings/array_data_view.h"
#include "mojo/public/cpp/bindings/enum_traits.h"
#include "mojo/public/cpp/bindings/interface_data_view.h"
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/map_data_view.h"
#include "mojo/public/cpp/bindings/string_data_view.h"

#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"

#include "components/payments/mojom/payment_request_data.mojom-shared-internal.h"







namespace payments::mojom {
class PaymentAddressDataView;

class PaymentCurrencyAmountDataView;

class PaymentValidationErrorsDataView;

class PayerErrorsDataView;

class AddressErrorsDataView;



}  // payments::mojom

namespace mojo {
namespace internal {

template <>
struct MojomTypeTraits<::payments::mojom::PaymentAddressDataView> {};

template <>
struct MojomTypeTraits<::payments::mojom::PaymentCurrencyAmountDataView> {};

template <>
struct MojomTypeTraits<::payments::mojom::PaymentValidationErrorsDataView> {};

template <>
struct MojomTypeTraits<::payments::mojom::PayerErrorsDataView> {};

template <>
struct MojomTypeTraits<::payments::mojom::AddressErrorsDataView> {};

}  // namespace internal
}  // namespace mojo


namespace payments::mojom {


class PaymentAddressDataView {};


class PaymentCurrencyAmountDataView {};


class PaymentValidationErrorsDataView {};


class PayerErrorsDataView {};


class AddressErrorsDataView {};


}  // payments::mojom

namespace std {

}  // namespace std

namespace mojo {


namespace internal {

Serializer< ::payments::mojom::PaymentAddressDataView, MaybeConstUserType>;

}  // namespace internal


namespace internal {

Serializer< ::payments::mojom::PaymentCurrencyAmountDataView, MaybeConstUserType>;

}  // namespace internal


namespace internal {

Serializer< ::payments::mojom::PaymentValidationErrorsDataView, MaybeConstUserType>;

}  // namespace internal


namespace internal {

Serializer< ::payments::mojom::PayerErrorsDataView, MaybeConstUserType>;

}  // namespace internal


namespace internal {

Serializer< ::payments::mojom::AddressErrorsDataView, MaybeConstUserType>;

}  // namespace internal

}  // namespace mojo


namespace payments::mojom {

inline void PaymentAddressDataView::GetCountryDataView(
    mojo::StringDataView* output) {}
inline void PaymentAddressDataView::GetAddressLineDataView(
    mojo::ArrayDataView<mojo::StringDataView>* output) {}
inline void PaymentAddressDataView::GetRegionDataView(
    mojo::StringDataView* output) {}
inline void PaymentAddressDataView::GetCityDataView(
    mojo::StringDataView* output) {}
inline void PaymentAddressDataView::GetDependentLocalityDataView(
    mojo::StringDataView* output) {}
inline void PaymentAddressDataView::GetPostalCodeDataView(
    mojo::StringDataView* output) {}
inline void PaymentAddressDataView::GetSortingCodeDataView(
    mojo::StringDataView* output) {}
inline void PaymentAddressDataView::GetOrganizationDataView(
    mojo::StringDataView* output) {}
inline void PaymentAddressDataView::GetRecipientDataView(
    mojo::StringDataView* output) {}
inline void PaymentAddressDataView::GetPhoneDataView(
    mojo::StringDataView* output) {}


inline void PaymentCurrencyAmountDataView::GetCurrencyDataView(
    mojo::StringDataView* output) {}
inline void PaymentCurrencyAmountDataView::GetValueDataView(
    mojo::StringDataView* output) {}


inline void PaymentValidationErrorsDataView::GetErrorDataView(
    mojo::StringDataView* output) {}
inline void PaymentValidationErrorsDataView::GetPayerDataView(
    PayerErrorsDataView* output) {}
inline void PaymentValidationErrorsDataView::GetShippingAddressDataView(
    AddressErrorsDataView* output) {}


inline void PayerErrorsDataView::GetEmailDataView(
    mojo::StringDataView* output) {}
inline void PayerErrorsDataView::GetNameDataView(
    mojo::StringDataView* output) {}
inline void PayerErrorsDataView::GetPhoneDataView(
    mojo::StringDataView* output) {}


inline void AddressErrorsDataView::GetAddressLineDataView(
    mojo::StringDataView* output) {}
inline void AddressErrorsDataView::GetCityDataView(
    mojo::StringDataView* output) {}
inline void AddressErrorsDataView::GetCountryDataView(
    mojo::StringDataView* output) {}
inline void AddressErrorsDataView::GetDependentLocalityDataView(
    mojo::StringDataView* output) {}
inline void AddressErrorsDataView::GetOrganizationDataView(
    mojo::StringDataView* output) {}
inline void AddressErrorsDataView::GetPhoneDataView(
    mojo::StringDataView* output) {}
inline void AddressErrorsDataView::GetPostalCodeDataView(
    mojo::StringDataView* output) {}
inline void AddressErrorsDataView::GetRecipientDataView(
    mojo::StringDataView* output) {}
inline void AddressErrorsDataView::GetRegionDataView(
    mojo::StringDataView* output) {}
inline void AddressErrorsDataView::GetSortingCodeDataView(
    mojo::StringDataView* output) {}



}  // payments::mojom

// Declare TraceFormatTraits for enums, which should be defined in ::perfetto
// namespace.

#endif  // COMPONENTS_PAYMENTS_MOJOM_PAYMENT_REQUEST_DATA_MOJOM_SHARED_H_