#ifndef COMPONENTS_SERVICES_FILESYSTEM_PUBLIC_MOJOM_TYPES_MOJOM_BLINK_H_
#define COMPONENTS_SERVICES_FILESYSTEM_PUBLIC_MOJOM_TYPES_MOJOM_BLINK_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 "components/services/filesystem/public/mojom/types.mojom-features.h"
#include "components/services/filesystem/public/mojom/types.mojom-shared.h"
#include "components/services/filesystem/public/mojom/types.mojom-blink-forward.h"
#include "mojo/public/mojom/base/file_path.mojom-blink.h"
#include "mojo/public/cpp/bindings/lib/wtf_clone_equals_util.h"
#include "mojo/public/cpp/bindings/lib/wtf_hash_util.h"
#include "third_party/blink/renderer/platform/wtf/hash_functions.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
namespace filesystem::mojom::blink {
class TimespecOrNow { … };
template <typename T, TimespecOrNow::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, TimespecOrNow::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, TimespecOrNow::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, TimespecOrNow::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class FileInformation { … };
template <typename T, FileInformation::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, FileInformation::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, FileInformation::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, FileInformation::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class DirectoryEntry { … };
template <typename T, DirectoryEntry::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, DirectoryEntry::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, DirectoryEntry::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, DirectoryEntry::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
TimespecOrNowPtr TimespecOrNow::Clone() const { … }
template <typename T, TimespecOrNow::EnableIfSame<T>*>
bool TimespecOrNow::Equals(const T& other_struct) const { … }
template <typename T, TimespecOrNow::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
FileInformationPtr FileInformation::Clone() const { … }
template <typename T, FileInformation::EnableIfSame<T>*>
bool FileInformation::Equals(const T& other_struct) const { … }
template <typename T, FileInformation::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
DirectoryEntryPtr DirectoryEntry::Clone() const { … }
template <typename T, DirectoryEntry::EnableIfSame<T>*>
bool DirectoryEntry::Equals(const T& other_struct) const { … }
template <typename T, DirectoryEntry::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::filesystem::mojom::blink::TimespecOrNow::DataView,
::filesystem::mojom::blink::TimespecOrNowPtr> { … };
template <>
struct StructTraits<::filesystem::mojom::blink::FileInformation::DataView,
::filesystem::mojom::blink::FileInformationPtr> { … };
template <>
struct StructTraits<::filesystem::mojom::blink::DirectoryEntry::DataView,
::filesystem::mojom::blink::DirectoryEntryPtr> { … };
}
#endif