#ifndef UI_ACCESSIBILITY_MOJOM_AX_TREE_CHECKS_MOJOM_H_
#define UI_ACCESSIBILITY_MOJOM_AX_TREE_CHECKS_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/accessibility/mojom/ax_tree_checks.mojom-features.h"
#include "ui/accessibility/mojom/ax_tree_checks.mojom-shared.h"
#include "ui/accessibility/mojom/ax_tree_checks.mojom-forward.h"
#include <string>
#include <vector>
#include "ui/accessibility/mojom/ax_tree_checks_mojom_traits.h"
namespace ax::mojom {
class AXTreeChecks { … };
template <typename T, AXTreeChecks::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, AXTreeChecks::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, AXTreeChecks::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, AXTreeChecks::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
AXTreeChecksPtr AXTreeChecks::Clone() const { … }
template <typename T, AXTreeChecks::EnableIfSame<T>*>
bool AXTreeChecks::Equals(const T& other_struct) const { … }
template <typename T, AXTreeChecks::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::ax::mojom::AXTreeChecks::DataView,
::ax::mojom::AXTreeChecksPtr> { … };
}
#endif