#ifndef PRINTING_BACKEND_MOJOM_PRINT_BACKEND_MOJOM_H_
#define PRINTING_BACKEND_MOJOM_PRINT_BACKEND_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/backend/mojom/print_backend.mojom-features.h"
#include "printing/backend/mojom/print_backend.mojom-shared.h"
#include "printing/backend/mojom/print_backend.mojom-forward.h"
#include "printing/mojom/print.mojom-forward.h"
#include "ui/gfx/geometry/mojom/geometry.mojom.h"
#include <string>
#include <vector>
#include "printing/backend/mojom/print_backend_mojom_traits.h"
namespace printing::mojom {
class MediaType { … };
template <typename T, MediaType::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, MediaType::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, MediaType::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, MediaType::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class PrinterBasicInfo { … };
template <typename T, PrinterBasicInfo::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, PrinterBasicInfo::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, PrinterBasicInfo::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, PrinterBasicInfo::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class Paper { … };
template <typename T, Paper::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, Paper::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, Paper::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, Paper::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class PrinterSemanticCapsAndDefaults { … };
template <typename T, PrinterSemanticCapsAndDefaults::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, PrinterSemanticCapsAndDefaults::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, PrinterSemanticCapsAndDefaults::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, PrinterSemanticCapsAndDefaults::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
PrinterBasicInfoPtr PrinterBasicInfo::Clone() const { … }
template <typename T, PrinterBasicInfo::EnableIfSame<T>*>
bool PrinterBasicInfo::Equals(const T& other_struct) const { … }
template <typename T, PrinterBasicInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
PaperPtr Paper::Clone() const { … }
template <typename T, Paper::EnableIfSame<T>*>
bool Paper::Equals(const T& other_struct) const { … }
template <typename T, Paper::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
MediaTypePtr MediaType::Clone() const { … }
template <typename T, MediaType::EnableIfSame<T>*>
bool MediaType::Equals(const T& other_struct) const { … }
template <typename T, MediaType::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
PrinterSemanticCapsAndDefaultsPtr PrinterSemanticCapsAndDefaults::Clone() const { … }
template <typename T, PrinterSemanticCapsAndDefaults::EnableIfSame<T>*>
bool PrinterSemanticCapsAndDefaults::Equals(const T& other_struct) const { … }
template <typename T, PrinterSemanticCapsAndDefaults::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::printing::mojom::PrinterBasicInfo::DataView,
::printing::mojom::PrinterBasicInfoPtr> { … };
template <>
struct StructTraits<::printing::mojom::Paper::DataView,
::printing::mojom::PaperPtr> { … };
template <>
struct StructTraits<::printing::mojom::MediaType::DataView,
::printing::mojom::MediaTypePtr> { … };
template <>
struct StructTraits<::printing::mojom::PrinterSemanticCapsAndDefaults::DataView,
::printing::mojom::PrinterSemanticCapsAndDefaultsPtr> { … };
}
#endif