chromium/out/Default/gen/services/device/public/mojom/screen_orientation_lock_types.mojom-shared.h

// services/device/public/mojom/screen_orientation_lock_types.mojom-shared.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {


}  // device::mojom

namespace mojo {
namespace internal {

}  // namespace internal
}  // namespace mojo


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) {}


}  // device::mojom

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 std

namespace mojo {


namespace internal {

Serializer< ::device::mojom::ScreenOrientationLockResult, MaybeConstUserType>;

}  // namespace internal


namespace internal {

Serializer< ::device::mojom::ScreenOrientationLockType, MaybeConstUserType>;

}  // namespace internal

}  // namespace mojo


namespace device::mojom {


}  // device::mojom

// Declare TraceFormatTraits for enums, which should be defined in ::perfetto
// namespace.

namespace perfetto {

template <>
struct  TraceFormatTraits<::device::mojom::ScreenOrientationLockResult> {};

} // namespace perfetto

namespace perfetto {

template <>
struct  TraceFormatTraits<::device::mojom::ScreenOrientationLockType> {};

} // namespace perfetto

#endif  // SERVICES_DEVICE_PUBLIC_MOJOM_SCREEN_ORIENTATION_LOCK_TYPES_MOJOM_SHARED_H_