#ifndef UI_GFX_X_GENERATED_PROTOS_SYNC_H_
#define UI_GFX_X_GENERATED_PROTOS_SYNC_H_
#include <array>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <optional>
#include <vector>
#include "base/component_export.h"
#include "base/files/scoped_file.h"
#include "base/memory/scoped_refptr.h"
#include "ui/gfx/x/error.h"
#include "ui/gfx/x/ref_counted_fd.h"
#include "ui/gfx/x/xproto_types.h"
#include "xproto.h"
namespace x11 {
class Connection;
template <typename Reply>
struct Response;
template <typename Reply>
class Future;
class COMPONENT_EXPORT(X11) Sync { … };
}
inline constexpr x11::Sync::Alarmstate operator|(x11::Sync::Alarmstate l,
x11::Sync::Alarmstate r) { … }
inline constexpr x11::Sync::Alarmstate operator&(x11::Sync::Alarmstate l,
x11::Sync::Alarmstate r) { … }
inline constexpr x11::Sync::Testtype operator|(x11::Sync::Testtype l,
x11::Sync::Testtype r) { … }
inline constexpr x11::Sync::Testtype operator&(x11::Sync::Testtype l,
x11::Sync::Testtype r) { … }
inline constexpr x11::Sync::Valuetype operator|(x11::Sync::Valuetype l,
x11::Sync::Valuetype r) { … }
inline constexpr x11::Sync::Valuetype operator&(x11::Sync::Valuetype l,
x11::Sync::Valuetype r) { … }
inline constexpr x11::Sync::ChangeAlarmAttribute operator|(
x11::Sync::ChangeAlarmAttribute l,
x11::Sync::ChangeAlarmAttribute r) { … }
inline constexpr x11::Sync::ChangeAlarmAttribute operator&(
x11::Sync::ChangeAlarmAttribute l,
x11::Sync::ChangeAlarmAttribute r) { … }
#endif