#ifndef SERVICES_PROXY_RESOLVER_PUBLIC_MOJOM_PROXY_RESOLVER_MOJOM_H_
#define SERVICES_PROXY_RESOLVER_PUBLIC_MOJOM_PROXY_RESOLVER_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 "services/proxy_resolver/public/mojom/proxy_resolver.mojom-features.h"
#include "services/proxy_resolver/public/mojom/proxy_resolver.mojom-shared.h"
#include "services/proxy_resolver/public/mojom/proxy_resolver.mojom-forward.h"
#include "sandbox/policy/mojom/sandbox.mojom-forward.h"
#include "services/network/public/mojom/ip_address.mojom.h"
#include "services/network/public/mojom/network_anonymization_key.mojom.h"
#include "services/network/public/mojom/network_param.mojom.h"
#include "url/mojom/url.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"
#include "services/proxy_resolver/public/cpp/mojo_host_mojom_traits.h"
#include "services/proxy_resolver/public/cpp/proxy_resolver_mojom_traits.h"
namespace proxy_resolver::mojom {
class HostResolverRequestClientProxy;
template <typename ImplRefTraits>
class HostResolverRequestClientStub;
class HostResolverRequestClientRequestValidator;
class HostResolverRequestClient
: public HostResolverRequestClientInterfaceBase { … };
class ProxyResolverProxy;
template <typename ImplRefTraits>
class ProxyResolverStub;
class ProxyResolverRequestValidator;
class ProxyResolver
: public ProxyResolverInterfaceBase { … };
class ProxyResolverRequestClientProxy;
template <typename ImplRefTraits>
class ProxyResolverRequestClientStub;
class ProxyResolverRequestClientRequestValidator;
class ProxyResolverRequestClient
: public ProxyResolverRequestClientInterfaceBase { … };
class ProxyResolverFactoryProxy;
template <typename ImplRefTraits>
class ProxyResolverFactoryStub;
class ProxyResolverFactoryRequestValidator;
class ProxyResolverFactory
: public ProxyResolverFactoryInterfaceBase { … };
class ProxyResolverFactoryRequestClientProxy;
template <typename ImplRefTraits>
class ProxyResolverFactoryRequestClientStub;
class ProxyResolverFactoryRequestClientRequestValidator;
class ProxyResolverFactoryRequestClient
: public ProxyResolverFactoryRequestClientInterfaceBase { … };
class HostResolverRequestClientProxy
: public HostResolverRequestClient { … };
class ProxyResolverProxy
: public ProxyResolver { … };
class ProxyResolverRequestClientProxy
: public ProxyResolverRequestClient { … };
class ProxyResolverFactoryProxy
: public ProxyResolverFactory { … };
class ProxyResolverFactoryRequestClientProxy
: public ProxyResolverFactoryRequestClient { … };
class HostResolverRequestClientStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<HostResolverRequestClient>>
class HostResolverRequestClientStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
HostResolverRequestClientStub() = default;
~HostResolverRequestClientStub() 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 ProxyResolverStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<ProxyResolver>>
class ProxyResolverStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
ProxyResolverStub() = default;
~ProxyResolverStub() 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 ProxyResolverRequestClientStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<ProxyResolverRequestClient>>
class ProxyResolverRequestClientStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
ProxyResolverRequestClientStub() = default;
~ProxyResolverRequestClientStub() 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 ProxyResolverFactoryStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<ProxyResolverFactory>>
class ProxyResolverFactoryStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
ProxyResolverFactoryStub() = default;
~ProxyResolverFactoryStub() 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 ProxyResolverFactoryRequestClientStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<ProxyResolverFactoryRequestClient>>
class ProxyResolverFactoryRequestClientStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
ProxyResolverFactoryRequestClientStub() = default;
~ProxyResolverFactoryRequestClientStub() 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 HostResolverRequestClientRequestValidator : public mojo::MessageReceiver { … };
class ProxyResolverRequestValidator : public mojo::MessageReceiver { … };
class ProxyResolverRequestClientRequestValidator : public mojo::MessageReceiver { … };
class ProxyResolverFactoryRequestValidator : public mojo::MessageReceiver { … };
class ProxyResolverFactoryRequestClientRequestValidator : public mojo::MessageReceiver { … };
class ProxyInfo { … };
template <typename T, ProxyInfo::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, ProxyInfo::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, ProxyInfo::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, ProxyInfo::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
ProxyInfoPtr ProxyInfo::Clone() const { … }
template <typename T, ProxyInfo::EnableIfSame<T>*>
bool ProxyInfo::Equals(const T& other_struct) const { … }
template <typename T, ProxyInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::proxy_resolver::mojom::ProxyInfo::DataView,
::proxy_resolver::mojom::ProxyInfoPtr> { … };
}
#endif