#ifndef PRINTING_MOJOM_PRINTING_CONTEXT_MOJOM_H_
#define PRINTING_MOJOM_PRINTING_CONTEXT_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 "printing/mojom/printing_context.mojom-features.h"
#include "printing/mojom/printing_context.mojom-shared.h"
#include "printing/mojom/printing_context.mojom-forward.h"
#include "mojo/public/mojom/base/string16.mojom.h"
#include "mojo/public/mojom/base/values.mojom.h"
#include "printing/mojom/print.mojom.h"
#include "ui/gfx/geometry/mojom/geometry.mojom.h"
#include <string>
#include <vector>
#include "printing/mojom/printing_context_mojom_traits.h"
namespace printing::mojom {
class PageMargins { … };
template <typename T, PageMargins::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, PageMargins::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, PageMargins::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, PageMargins::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class PageSetup { … };
template <typename T, PageSetup::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, PageSetup::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, PageSetup::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, PageSetup::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class RequestedMedia { … };
template <typename T, RequestedMedia::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, RequestedMedia::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, RequestedMedia::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, RequestedMedia::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class PrintSettings { … };
template <typename T, PrintSettings::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, PrintSettings::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, PrintSettings::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, PrintSettings::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
PageMarginsPtr PageMargins::Clone() const { … }
template <typename T, PageMargins::EnableIfSame<T>*>
bool PageMargins::Equals(const T& other_struct) const { … }
template <typename T, PageMargins::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
PageSetupPtr PageSetup::Clone() const { … }
template <typename T, PageSetup::EnableIfSame<T>*>
bool PageSetup::Equals(const T& other_struct) const { … }
template <typename T, PageSetup::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
RequestedMediaPtr RequestedMedia::Clone() const { … }
template <typename T, RequestedMedia::EnableIfSame<T>*>
bool RequestedMedia::Equals(const T& other_struct) const { … }
template <typename T, RequestedMedia::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
PrintSettingsPtr PrintSettings::Clone() const { … }
template <typename T, PrintSettings::EnableIfSame<T>*>
bool PrintSettings::Equals(const T& other_struct) const { … }
template <typename T, PrintSettings::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::printing::mojom::PageMargins::DataView,
::printing::mojom::PageMarginsPtr> { … };
template <>
struct StructTraits<::printing::mojom::PageSetup::DataView,
::printing::mojom::PageSetupPtr> { … };
template <>
struct StructTraits<::printing::mojom::RequestedMedia::DataView,
::printing::mojom::RequestedMediaPtr> { … };
template <>
struct StructTraits<::printing::mojom::PrintSettings::DataView,
::printing::mojom::PrintSettingsPtr> { … };
}
#endif