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

// chrome/browser/ui/webui/app_service_internals/app_service_internals.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_APP_SERVICE_INTERNALS_APP_SERVICE_INTERNALS_MOJOM_H_
#define CHROME_BROWSER_UI_WEBUI_APP_SERVICE_INTERNALS_APP_SERVICE_INTERNALS_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/app_service_internals/app_service_internals.mojom-features.h"  // IWYU pragma: export
#include "chrome/browser/ui/webui/app_service_internals/app_service_internals.mojom-shared.h"  // IWYU pragma: export
#include "chrome/browser/ui/webui/app_service_internals/app_service_internals.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 mojom::app_service_internals {

class AppServiceInternalsPageHandlerProxy;

template <typename ImplRefTraits>
class AppServiceInternalsPageHandlerStub;

class AppServiceInternalsPageHandlerRequestValidator;
class AppServiceInternalsPageHandlerResponseValidator;


class AppServiceInternalsPageHandler
    : public AppServiceInternalsPageHandlerInterfaceBase {};



class  AppServiceInternalsPageHandlerProxy
    : public AppServiceInternalsPageHandler {};
class  AppServiceInternalsPageHandlerStubDispatch {};

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

  AppServiceInternalsPageHandlerStub() = default;
  ~AppServiceInternalsPageHandlerStub() 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  AppServiceInternalsPageHandlerRequestValidator : public mojo::MessageReceiver {};
class  AppServiceInternalsPageHandlerResponseValidator : public mojo::MessageReceiver {};





class  AppInfo {};

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

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

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

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





class  PreferredAppInfo {};

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

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

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

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





class  PromiseAppInfo {};

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

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

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

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





class  AppCapabilityInfo {};

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

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

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

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












class  DebugInfo {};

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

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

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

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

template <typename StructPtrType>
AppInfoPtr AppInfo::Clone() const {}

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

template <typename T, AppInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
PreferredAppInfoPtr PreferredAppInfo::Clone() const {}

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

template <typename T, PreferredAppInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
PromiseAppInfoPtr PromiseAppInfo::Clone() const {}

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

template <typename T, PromiseAppInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
AppCapabilityInfoPtr AppCapabilityInfo::Clone() const {}

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

template <typename T, AppCapabilityInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {}
template <typename StructPtrType>
DebugInfoPtr DebugInfo::Clone() const {}

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

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


}  // mojom::app_service_internals

namespace mojo {


template <>
struct  StructTraits<::mojom::app_service_internals::AppInfo::DataView,
                                         ::mojom::app_service_internals::AppInfoPtr> {};


template <>
struct  StructTraits<::mojom::app_service_internals::PreferredAppInfo::DataView,
                                         ::mojom::app_service_internals::PreferredAppInfoPtr> {};


template <>
struct  StructTraits<::mojom::app_service_internals::PromiseAppInfo::DataView,
                                         ::mojom::app_service_internals::PromiseAppInfoPtr> {};


template <>
struct  StructTraits<::mojom::app_service_internals::AppCapabilityInfo::DataView,
                                         ::mojom::app_service_internals::AppCapabilityInfoPtr> {};


template <>
struct  StructTraits<::mojom::app_service_internals::DebugInfo::DataView,
                                         ::mojom::app_service_internals::DebugInfoPtr> {};

}  // namespace mojo

#endif  // CHROME_BROWSER_UI_WEBUI_APP_SERVICE_INTERNALS_APP_SERVICE_INTERNALS_MOJOM_H_