#ifndef UI_DISPLAY_MOJOM_DISPLAY_LAYOUT_MOJOM_H_
#define UI_DISPLAY_MOJOM_DISPLAY_LAYOUT_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/display/mojom/display_layout.mojom-features.h"
#include "ui/display/mojom/display_layout.mojom-shared.h"
#include "ui/display/mojom/display_layout.mojom-forward.h"
#include <string>
#include <vector>
#include "ui/display/mojom/display_layout_mojom_traits.h"
namespace display::mojom {
class DisplayPlacement { … };
template <typename T, DisplayPlacement::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, DisplayPlacement::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, DisplayPlacement::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, DisplayPlacement::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class DisplayLayout { … };
template <typename T, DisplayLayout::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, DisplayLayout::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, DisplayLayout::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, DisplayLayout::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
DisplayPlacementPtr DisplayPlacement::Clone() const { … }
template <typename T, DisplayPlacement::EnableIfSame<T>*>
bool DisplayPlacement::Equals(const T& other_struct) const { … }
template <typename T, DisplayPlacement::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
DisplayLayoutPtr DisplayLayout::Clone() const { … }
template <typename T, DisplayLayout::EnableIfSame<T>*>
bool DisplayLayout::Equals(const T& other_struct) const { … }
template <typename T, DisplayLayout::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::display::mojom::DisplayPlacement::DataView,
::display::mojom::DisplayPlacementPtr> { … };
template <>
struct StructTraits<::display::mojom::DisplayLayout::DataView,
::display::mojom::DisplayLayoutPtr> { … };
}
#endif