#ifndef COMPONENTS_SCHEMA_ORG_COMMON_METADATA_MOJOM_BLINK_H_
#define COMPONENTS_SCHEMA_ORG_COMMON_METADATA_MOJOM_BLINK_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/schema_org/common/metadata.mojom-features.h"
#include "components/schema_org/common/metadata.mojom-shared.h"
#include "components/schema_org/common/metadata.mojom-blink-forward.h"
#include "mojo/public/cpp/bindings/lib/wtf_clone_equals_util.h"
#include "mojo/public/cpp/bindings/lib/wtf_hash_util.h"
#include "third_party/blink/renderer/platform/wtf/hash_functions.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
namespace schema_org::mojom::blink {
class Values { … };
class Property { … };
template <typename T, Property::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, Property::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, Property::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, Property::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class Entity { … };
template <typename T, Entity::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, Entity::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, Entity::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, Entity::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename UnionPtrType>
ValuesPtr Values::Clone() const { … }
template <typename T,
typename std::enable_if<std::is_same<
T, Values>::value>::type*>
bool Values::Equals(const T& other) const { … }
template <typename StructPtrType>
PropertyPtr Property::Clone() const { … }
template <typename T, Property::EnableIfSame<T>*>
bool Property::Equals(const T& other_struct) const { … }
template <typename T, Property::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
EntityPtr Entity::Clone() const { … }
template <typename T, Entity::EnableIfSame<T>*>
bool Entity::Equals(const T& other_struct) const { … }
template <typename T, Entity::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::schema_org::mojom::blink::Property::DataView,
::schema_org::mojom::blink::PropertyPtr> { … };
template <>
struct StructTraits<::schema_org::mojom::blink::Entity::DataView,
::schema_org::mojom::blink::EntityPtr> { … };
template <>
struct UnionTraits<::schema_org::mojom::blink::Values::DataView,
::schema_org::mojom::blink::ValuesPtr> { … };
}
#endif