#ifndef COMPONENTS_HISTORY_CLUSTERS_PUBLIC_MOJOM_HISTORY_CLUSTER_TYPES_MOJOM_H_
#define COMPONENTS_HISTORY_CLUSTERS_PUBLIC_MOJOM_HISTORY_CLUSTER_TYPES_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 "components/history_clusters/public/mojom/history_cluster_types.mojom-features.h"
#include "components/history_clusters/public/mojom/history_cluster_types.mojom-shared.h"
#include "components/history_clusters/public/mojom/history_cluster_types.mojom-forward.h"
#include "mojo/public/mojom/base/time.mojom.h"
#include "url/mojom/url.mojom.h"
#include <string>
#include <vector>
namespace history_clusters::mojom {
class MatchPosition { … };
template <typename T, MatchPosition::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, MatchPosition::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, MatchPosition::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, MatchPosition::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class SearchQuery { … };
template <typename T, SearchQuery::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, SearchQuery::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, SearchQuery::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, SearchQuery::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class RawVisitData { … };
template <typename T, RawVisitData::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, RawVisitData::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, RawVisitData::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, RawVisitData::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class URLVisit { … };
template <typename T, URLVisit::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, URLVisit::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, URLVisit::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, URLVisit::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class Cluster { … };
template <typename T, Cluster::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, Cluster::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, Cluster::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, Cluster::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
MatchPositionPtr MatchPosition::Clone() const { … }
template <typename T, MatchPosition::EnableIfSame<T>*>
bool MatchPosition::Equals(const T& other_struct) const { … }
template <typename T, MatchPosition::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
SearchQueryPtr SearchQuery::Clone() const { … }
template <typename T, SearchQuery::EnableIfSame<T>*>
bool SearchQuery::Equals(const T& other_struct) const { … }
template <typename T, SearchQuery::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
RawVisitDataPtr RawVisitData::Clone() const { … }
template <typename T, RawVisitData::EnableIfSame<T>*>
bool RawVisitData::Equals(const T& other_struct) const { … }
template <typename T, RawVisitData::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
URLVisitPtr URLVisit::Clone() const { … }
template <typename T, URLVisit::EnableIfSame<T>*>
bool URLVisit::Equals(const T& other_struct) const { … }
template <typename T, URLVisit::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
ClusterPtr Cluster::Clone() const { … }
template <typename T, Cluster::EnableIfSame<T>*>
bool Cluster::Equals(const T& other_struct) const { … }
template <typename T, Cluster::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::history_clusters::mojom::MatchPosition::DataView,
::history_clusters::mojom::MatchPositionPtr> { … };
template <>
struct StructTraits<::history_clusters::mojom::SearchQuery::DataView,
::history_clusters::mojom::SearchQueryPtr> { … };
template <>
struct StructTraits<::history_clusters::mojom::RawVisitData::DataView,
::history_clusters::mojom::RawVisitDataPtr> { … };
template <>
struct StructTraits<::history_clusters::mojom::URLVisit::DataView,
::history_clusters::mojom::URLVisitPtr> { … };
template <>
struct StructTraits<::history_clusters::mojom::Cluster::DataView,
::history_clusters::mojom::ClusterPtr> { … };
}
#endif