chromium/out/Default/gen/ui/webui/resources/cr_components/help_bubble/help_bubble.mojom.h

// ui/webui/resources/cr_components/help_bubble/help_bubble.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 UI_WEBUI_RESOURCES_CR_COMPONENTS_HELP_BUBBLE_HELP_BUBBLE_MOJOM_H_
#define UI_WEBUI_RESOURCES_CR_COMPONENTS_HELP_BUBBLE_HELP_BUBBLE_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 "ui/webui/resources/cr_components/help_bubble/help_bubble.mojom-features.h"  // IWYU pragma: export
#include "ui/webui/resources/cr_components/help_bubble/help_bubble.mojom-shared.h"  // IWYU pragma: export
#include "ui/webui/resources/cr_components/help_bubble/help_bubble.mojom-forward.h"  // IWYU pragma: export
#include "mojo/public/mojom/base/time.mojom.h"
#include "ui/gfx/geometry/mojom/geometry.mojom.h"
#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 help_bubble::mojom {

class HelpBubbleHandlerFactoryProxy;

template <typename ImplRefTraits>
class HelpBubbleHandlerFactoryStub;

class HelpBubbleHandlerFactoryRequestValidator;


class HelpBubbleHandlerFactory
    : public HelpBubbleHandlerFactoryInterfaceBase {};

class HelpBubbleHandlerProxy;

template <typename ImplRefTraits>
class HelpBubbleHandlerStub;

class HelpBubbleHandlerRequestValidator;


class HelpBubbleHandler
    : public HelpBubbleHandlerInterfaceBase {};

class HelpBubbleClientProxy;

template <typename ImplRefTraits>
class HelpBubbleClientStub;

class HelpBubbleClientRequestValidator;


class HelpBubbleClient
    : public HelpBubbleClientInterfaceBase {};



class  HelpBubbleHandlerFactoryProxy
    : public HelpBubbleHandlerFactory {};



class  HelpBubbleHandlerProxy
    : public HelpBubbleHandler {};



class  HelpBubbleClientProxy
    : public HelpBubbleClient {};
class  HelpBubbleHandlerFactoryStubDispatch {};

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

  HelpBubbleHandlerFactoryStub() = default;
  ~HelpBubbleHandlerFactoryStub() 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  HelpBubbleHandlerStubDispatch {};

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

  HelpBubbleHandlerStub() = default;
  ~HelpBubbleHandlerStub() 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  HelpBubbleClientStubDispatch {};

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

  HelpBubbleClientStub() = default;
  ~HelpBubbleClientStub() 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  HelpBubbleHandlerFactoryRequestValidator : public mojo::MessageReceiver {};
class  HelpBubbleHandlerRequestValidator : public mojo::MessageReceiver {};
class  HelpBubbleClientRequestValidator : public mojo::MessageReceiver {};





class  HelpBubbleButtonParams {};

// 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, HelpBubbleButtonParams::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);

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

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

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





class  Progress {};

// 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, Progress::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);

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

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

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










class  HelpBubbleParams {};

// 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, HelpBubbleParams::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);

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

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

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

template <typename StructPtrType>
HelpBubbleButtonParamsPtr HelpBubbleButtonParams::Clone() const {}

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

template <typename T, HelpBubbleButtonParams::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
ProgressPtr Progress::Clone() const {}

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

template <typename T, Progress::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
HelpBubbleParamsPtr HelpBubbleParams::Clone() const {}

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

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


}  // help_bubble::mojom

namespace mojo {


template <>
struct  StructTraits<::help_bubble::mojom::HelpBubbleButtonParams::DataView,
                                         ::help_bubble::mojom::HelpBubbleButtonParamsPtr> {};


template <>
struct  StructTraits<::help_bubble::mojom::Progress::DataView,
                                         ::help_bubble::mojom::ProgressPtr> {};


template <>
struct  StructTraits<::help_bubble::mojom::HelpBubbleParams::DataView,
                                         ::help_bubble::mojom::HelpBubbleParamsPtr> {};

}  // namespace mojo

#endif  // UI_WEBUI_RESOURCES_CR_COMPONENTS_HELP_BUBBLE_HELP_BUBBLE_MOJOM_H_