#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_SCREEN_ORIENTATION_LOCK_TYPES_MOJOM_SHARED_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_SCREEN_ORIENTATION_LOCK_TYPES_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "services/device/public/mojom/screen_orientation_lock_types.mojom-shared-internal.h"
namespace device::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace device::mojom {
enum class ScreenOrientationLockResult : int32_t { … };
std::ostream& operator<<(std::ostream& os, ScreenOrientationLockResult value);
inline bool IsKnownEnumValue(ScreenOrientationLockResult value) { … }
enum class ScreenOrientationLockType : int32_t { … };
std::ostream& operator<<(std::ostream& os, ScreenOrientationLockType value);
inline bool IsKnownEnumValue(ScreenOrientationLockType value) { … }
}
namespace std {
template <>
struct hash<::device::mojom::ScreenOrientationLockResult>
: public mojo::internal::EnumHashImpl<::device::mojom::ScreenOrientationLockResult> { … };
template <>
struct hash<::device::mojom::ScreenOrientationLockType>
: public mojo::internal::EnumHashImpl<::device::mojom::ScreenOrientationLockType> { … };
}
namespace mojo {
namespace internal {
Serializer< ::device::mojom::ScreenOrientationLockResult, MaybeConstUserType>;
}
namespace internal {
Serializer< ::device::mojom::ScreenOrientationLockType, MaybeConstUserType>;
}
}
namespace device::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::device::mojom::ScreenOrientationLockResult> { … };
}
namespace perfetto {
template <>
struct TraceFormatTraits<::device::mojom::ScreenOrientationLockType> { … };
}
#endif