blob: cdac59d51dbcf7df1ea57d0f39cf7a4d897c7cab [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <lib/fidl/llcpp/internal/transport.h>
namespace test_bindingsdenylist {
class Allowed final {
Allowed() = delete;
public:
using Transport = ::fidl::internal::ChannelTransport;
};
class OnlyLibfuzzerAndDeps final {
OnlyLibfuzzerAndDeps() = delete;
public:
using Transport = ::fidl::internal::ChannelTransport;
class LibfuzzerNeedsNonemptyProtocol final {
LibfuzzerNeedsNonemptyProtocol() = delete;
public:
using Protocol = ::test_bindingsdenylist::OnlyLibfuzzerAndDeps;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = true;
};
};
class OnlyCppAndDeps final {
OnlyCppAndDeps() = delete;
public:
using Transport = ::fidl::internal::ChannelTransport;
};
class ImportsSameNameContext final {
ImportsSameNameContext() = delete;
public:
using Transport = ::fidl::internal::ChannelTransport;
class Unattributed final {
Unattributed() = delete;
public:
using Protocol = ::test_bindingsdenylist::ImportsSameNameContext;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = false;
};
class AlwaysAppearsInImportingLibrary final {
AlwaysAppearsInImportingLibrary() = delete;
public:
using Protocol = ::test_bindingsdenylist::ImportsSameNameContext;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = false;
};
};
class DenyEachBinding final {
DenyEachBinding() = delete;
public:
using Transport = ::fidl::internal::ChannelTransport;
class OnlyDenyDart final {
OnlyDenyDart() = delete;
public:
using Protocol = ::test_bindingsdenylist::DenyEachBinding;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = true;
};
class OnlyDenyGo final {
OnlyDenyGo() = delete;
public:
using Protocol = ::test_bindingsdenylist::DenyEachBinding;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = true;
};
class OnlyDenyLibfuzzer final {
OnlyDenyLibfuzzer() = delete;
public:
using Protocol = ::test_bindingsdenylist::DenyEachBinding;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = true;
};
class OnlyDenyRust final {
OnlyDenyRust() = delete;
public:
using Protocol = ::test_bindingsdenylist::DenyEachBinding;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = true;
};
class OnlyDenySyzkaller final {
OnlyDenySyzkaller() = delete;
public:
using Protocol = ::test_bindingsdenylist::DenyEachBinding;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = true;
};
};
} // namespace test_bindingsdenylist