chromium/out/Default/gen/chrome/browser/ui/webui/discards/site_data.mojom.h

// chrome/browser/ui/webui/discards/site_data.mojom.h is auto generated by mojom_bindings_generator.py, do not edit

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

#ifndef CHROME_BROWSER_UI_WEBUI_DISCARDS_SITE_DATA_MOJOM_H_
#define CHROME_BROWSER_UI_WEBUI_DISCARDS_SITE_DATA_MOJOM_H_

#include <stdint.h>

#include <limits>
#include <optional>
#include <type_traits>
#include <utility>

#include "base/types/cxx23_to_underlying.h"
#include "mojo/public/cpp/bindings/clone_traits.h"
#include "mojo/public/cpp/bindings/equals_traits.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/struct_ptr.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "mojo/public/cpp/bindings/union_traits.h"

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

#include "chrome/browser/ui/webui/discards/site_data.mojom-features.h"  // IWYU pragma: export
#include "chrome/browser/ui/webui/discards/site_data.mojom-shared.h"  // IWYU pragma: export
#include "chrome/browser/ui/webui/discards/site_data.mojom-forward.h"  // IWYU pragma: export
#include <string>
#include <vector>

#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/lib/message_size_estimator.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"






namespace discards::mojom {

class SiteDataProviderProxy;

template <typename ImplRefTraits>
class SiteDataProviderStub;

class SiteDataProviderRequestValidator;
class SiteDataProviderResponseValidator;


class SiteDataProvider
    : public SiteDataProviderInterfaceBase {};



class  SiteDataProviderProxy
    : public SiteDataProvider {};
class  SiteDataProviderStubDispatch {};

template <typename ImplRefTraits =
              mojo::RawPtrImplRefTraits<SiteDataProvider>>
class SiteDataProviderStub
    : public mojo::MessageReceiverWithResponderStatus {
 public:
  using ImplPointerType = typename ImplRefTraits::PointerType;

  SiteDataProviderStub() = default;
  ~SiteDataProviderStub() override = default;

  void set_sink(ImplPointerType sink) {}
  ImplPointerType& sink() {}

  bool Accept(mojo::Message* message) override {}

  bool AcceptWithResponder(
      mojo::Message* message,
      std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override {}

 private:
  ImplPointerType sink_;
};
class  SiteDataProviderRequestValidator : public mojo::MessageReceiver {};
class  SiteDataProviderResponseValidator : public mojo::MessageReceiver {};





class  SiteDataFeature {};

// The comparison operators are templates, so they are only instantiated if they
// are used. Thus, the bindings generator does not need to know whether
// comparison operators are available for members.
template <typename T, SiteDataFeature::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);

template <typename T, SiteDataFeature::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {}

template <typename T, SiteDataFeature::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {}

template <typename T, SiteDataFeature::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {}





class  SiteDataPerformanceMeasurement {};

// The comparison operators are templates, so they are only instantiated if they
// are used. Thus, the bindings generator does not need to know whether
// comparison operators are available for members.
template <typename T, SiteDataPerformanceMeasurement::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);

template <typename T, SiteDataPerformanceMeasurement::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {}

template <typename T, SiteDataPerformanceMeasurement::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {}

template <typename T, SiteDataPerformanceMeasurement::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {}





class  SiteDataDatabaseSize {};

// The comparison operators are templates, so they are only instantiated if they
// are used. Thus, the bindings generator does not need to know whether
// comparison operators are available for members.
template <typename T, SiteDataDatabaseSize::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);

template <typename T, SiteDataDatabaseSize::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {}

template <typename T, SiteDataDatabaseSize::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {}

template <typename T, SiteDataDatabaseSize::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {}













class  SiteDataValue {};

// The comparison operators are templates, so they are only instantiated if they
// are used. Thus, the bindings generator does not need to know whether
// comparison operators are available for members.
template <typename T, SiteDataValue::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);

template <typename T, SiteDataValue::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {}

template <typename T, SiteDataValue::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {}

template <typename T, SiteDataValue::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {}





class  SiteDataEntry {};

// The comparison operators are templates, so they are only instantiated if they
// are used. Thus, the bindings generator does not need to know whether
// comparison operators are available for members.
template <typename T, SiteDataEntry::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);

template <typename T, SiteDataEntry::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {}

template <typename T, SiteDataEntry::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {}

template <typename T, SiteDataEntry::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {}





class  SiteDataArray {};

// The comparison operators are templates, so they are only instantiated if they
// are used. Thus, the bindings generator does not need to know whether
// comparison operators are available for members.
template <typename T, SiteDataArray::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);

template <typename T, SiteDataArray::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {}

template <typename T, SiteDataArray::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {}

template <typename T, SiteDataArray::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {}

template <typename StructPtrType>
SiteDataFeaturePtr SiteDataFeature::Clone() const {}

template <typename T, SiteDataFeature::EnableIfSame<T>*>
bool SiteDataFeature::Equals(const T& other_struct) const {}

template <typename T, SiteDataFeature::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
SiteDataPerformanceMeasurementPtr SiteDataPerformanceMeasurement::Clone() const {}

template <typename T, SiteDataPerformanceMeasurement::EnableIfSame<T>*>
bool SiteDataPerformanceMeasurement::Equals(const T& other_struct) const {}

template <typename T, SiteDataPerformanceMeasurement::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
SiteDataDatabaseSizePtr SiteDataDatabaseSize::Clone() const {}

template <typename T, SiteDataDatabaseSize::EnableIfSame<T>*>
bool SiteDataDatabaseSize::Equals(const T& other_struct) const {}

template <typename T, SiteDataDatabaseSize::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
SiteDataValuePtr SiteDataValue::Clone() const {}

template <typename T, SiteDataValue::EnableIfSame<T>*>
bool SiteDataValue::Equals(const T& other_struct) const {}

template <typename T, SiteDataValue::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
SiteDataEntryPtr SiteDataEntry::Clone() const {}

template <typename T, SiteDataEntry::EnableIfSame<T>*>
bool SiteDataEntry::Equals(const T& other_struct) const {}

template <typename T, SiteDataEntry::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
SiteDataArrayPtr SiteDataArray::Clone() const {}

template <typename T, SiteDataArray::EnableIfSame<T>*>
bool SiteDataArray::Equals(const T& other_struct) const {}

template <typename T, SiteDataArray::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}


}  // discards::mojom

namespace mojo {


template <>
struct  StructTraits<::discards::mojom::SiteDataFeature::DataView,
                                         ::discards::mojom::SiteDataFeaturePtr> {};


template <>
struct  StructTraits<::discards::mojom::SiteDataPerformanceMeasurement::DataView,
                                         ::discards::mojom::SiteDataPerformanceMeasurementPtr> {};


template <>
struct  StructTraits<::discards::mojom::SiteDataDatabaseSize::DataView,
                                         ::discards::mojom::SiteDataDatabaseSizePtr> {};


template <>
struct  StructTraits<::discards::mojom::SiteDataValue::DataView,
                                         ::discards::mojom::SiteDataValuePtr> {};


template <>
struct  StructTraits<::discards::mojom::SiteDataEntry::DataView,
                                         ::discards::mojom::SiteDataEntryPtr> {};


template <>
struct  StructTraits<::discards::mojom::SiteDataArray::DataView,
                                         ::discards::mojom::SiteDataArrayPtr> {};

}  // namespace mojo

#endif  // CHROME_BROWSER_UI_WEBUI_DISCARDS_SITE_DATA_MOJOM_H_