#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_BACK_FORWARD_CACHE_NOT_RESTORED_REASONS_MOJOM_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_BACK_FORWARD_CACHE_NOT_RESTORED_REASONS_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 "third_party/blink/public/mojom/back_forward_cache_not_restored_reasons.mojom-features.h"
#include "third_party/blink/public/mojom/back_forward_cache_not_restored_reasons.mojom-shared.h"
#include "third_party/blink/public/mojom/back_forward_cache_not_restored_reasons.mojom-forward.h"
#include "third_party/blink/public/mojom/script_source_location.mojom.h"
#include "url/mojom/url.mojom.h"
#include <string>
#include <vector>
#include "third_party/blink/public/common/common_export.h"
namespace blink::mojom {
class BLINK_COMMON_EXPORT SameOriginBfcacheNotRestoredDetails { … };
template <typename T, SameOriginBfcacheNotRestoredDetails::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, SameOriginBfcacheNotRestoredDetails::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, SameOriginBfcacheNotRestoredDetails::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, SameOriginBfcacheNotRestoredDetails::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class BLINK_COMMON_EXPORT BFCacheBlockingDetailedReason { … };
template <typename T, BFCacheBlockingDetailedReason::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, BFCacheBlockingDetailedReason::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, BFCacheBlockingDetailedReason::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, BFCacheBlockingDetailedReason::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class BLINK_COMMON_EXPORT BackForwardCacheNotRestoredReasons { … };
template <typename T, BackForwardCacheNotRestoredReasons::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, BackForwardCacheNotRestoredReasons::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, BackForwardCacheNotRestoredReasons::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, BackForwardCacheNotRestoredReasons::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
SameOriginBfcacheNotRestoredDetailsPtr SameOriginBfcacheNotRestoredDetails::Clone() const { … }
template <typename T, SameOriginBfcacheNotRestoredDetails::EnableIfSame<T>*>
bool SameOriginBfcacheNotRestoredDetails::Equals(const T& other_struct) const { … }
template <typename T, SameOriginBfcacheNotRestoredDetails::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
BFCacheBlockingDetailedReasonPtr BFCacheBlockingDetailedReason::Clone() const { … }
template <typename T, BFCacheBlockingDetailedReason::EnableIfSame<T>*>
bool BFCacheBlockingDetailedReason::Equals(const T& other_struct) const { … }
template <typename T, BFCacheBlockingDetailedReason::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
BackForwardCacheNotRestoredReasonsPtr BackForwardCacheNotRestoredReasons::Clone() const { … }
template <typename T, BackForwardCacheNotRestoredReasons::EnableIfSame<T>*>
bool BackForwardCacheNotRestoredReasons::Equals(const T& other_struct) const { … }
template <typename T, BackForwardCacheNotRestoredReasons::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct BLINK_COMMON_EXPORT StructTraits<::blink::mojom::SameOriginBfcacheNotRestoredDetails::DataView,
::blink::mojom::SameOriginBfcacheNotRestoredDetailsPtr> { … };
template <>
struct BLINK_COMMON_EXPORT StructTraits<::blink::mojom::BFCacheBlockingDetailedReason::DataView,
::blink::mojom::BFCacheBlockingDetailedReasonPtr> { … };
template <>
struct BLINK_COMMON_EXPORT StructTraits<::blink::mojom::BackForwardCacheNotRestoredReasons::DataView,
::blink::mojom::BackForwardCacheNotRestoredReasonsPtr> { … };
}
#endif