Skip to content

Commit

Permalink
Fix compiler fixtures
Browse files Browse the repository at this point in the history
Reviewed By: Filip-F

Differential Revision: D66521762

fbshipit-source-id: 9fddfac5b5e0bbd31dbfcaf8b86209cd064e3446
  • Loading branch information
Aristidis Papaioannou authored and facebook-github-bot committed Nov 26, 2024
1 parent f5bf297 commit e6226e3
Showing 1 changed file with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ class FOLLY_EXPORT FooStreamEx : public virtual apache::thrift::TException {
static constexpr bool __fbthrift_cpp2_is_runtime_annotation = false;
static std::string_view __fbthrift_get_field_name(::apache::thrift::FieldOrdinal ord);
static std::string_view __fbthrift_get_class_name();
template <class ...>
FOLLY_ERASE static constexpr std::string_view __fbthrift_get_module_name() noexcept {
return "module";
}
using __fbthrift_reflection_ident_list = folly::tag_t<
>;

Expand Down Expand Up @@ -210,6 +214,10 @@ class FOLLY_EXPORT FooEx : public virtual apache::thrift::TException {
static constexpr bool __fbthrift_cpp2_is_runtime_annotation = false;
static std::string_view __fbthrift_get_field_name(::apache::thrift::FieldOrdinal ord);
static std::string_view __fbthrift_get_class_name();
template <class ...>
FOLLY_ERASE static constexpr std::string_view __fbthrift_get_module_name() noexcept {
return "module";
}
using __fbthrift_reflection_ident_list = folly::tag_t<
>;

Expand Down Expand Up @@ -317,6 +325,10 @@ class FOLLY_EXPORT FooEx2 : public virtual apache::thrift::TException {
static constexpr bool __fbthrift_cpp2_is_runtime_annotation = false;
static std::string_view __fbthrift_get_field_name(::apache::thrift::FieldOrdinal ord);
static std::string_view __fbthrift_get_class_name();
template <class ...>
FOLLY_ERASE static constexpr std::string_view __fbthrift_get_module_name() noexcept {
return "module";
}
using __fbthrift_reflection_ident_list = folly::tag_t<
>;

Expand Down Expand Up @@ -424,6 +436,10 @@ class InitialResponse final {
static constexpr bool __fbthrift_cpp2_is_runtime_annotation = false;
static std::string_view __fbthrift_get_field_name(::apache::thrift::FieldOrdinal ord);
static std::string_view __fbthrift_get_class_name();
template <class ...>
FOLLY_ERASE static constexpr std::string_view __fbthrift_get_module_name() noexcept {
return "module";
}
using __fbthrift_reflection_ident_list = folly::tag_t<
::apache::thrift::ident::content
>;
Expand Down Expand Up @@ -595,6 +611,10 @@ class FinalResponse final {
static constexpr bool __fbthrift_cpp2_is_runtime_annotation = false;
static std::string_view __fbthrift_get_field_name(::apache::thrift::FieldOrdinal ord);
static std::string_view __fbthrift_get_class_name();
template <class ...>
FOLLY_ERASE static constexpr std::string_view __fbthrift_get_module_name() noexcept {
return "module";
}
using __fbthrift_reflection_ident_list = folly::tag_t<
::apache::thrift::ident::content
>;
Expand Down Expand Up @@ -766,6 +786,10 @@ class SinkPayload final {
static constexpr bool __fbthrift_cpp2_is_runtime_annotation = false;
static std::string_view __fbthrift_get_field_name(::apache::thrift::FieldOrdinal ord);
static std::string_view __fbthrift_get_class_name();
template <class ...>
FOLLY_ERASE static constexpr std::string_view __fbthrift_get_module_name() noexcept {
return "module";
}
using __fbthrift_reflection_ident_list = folly::tag_t<
::apache::thrift::ident::content
>;
Expand Down Expand Up @@ -937,6 +961,10 @@ class CompatibleWithKeywordSink final {
static constexpr bool __fbthrift_cpp2_is_runtime_annotation = false;
static std::string_view __fbthrift_get_field_name(::apache::thrift::FieldOrdinal ord);
static std::string_view __fbthrift_get_class_name();
template <class ...>
FOLLY_ERASE static constexpr std::string_view __fbthrift_get_module_name() noexcept {
return "module";
}
using __fbthrift_reflection_ident_list = folly::tag_t<
::apache::thrift::ident::sink
>;
Expand Down Expand Up @@ -1108,6 +1136,10 @@ class FOLLY_EXPORT InitialException : public virtual apache::thrift::TException
static constexpr bool __fbthrift_cpp2_is_runtime_annotation = false;
static std::string_view __fbthrift_get_field_name(::apache::thrift::FieldOrdinal ord);
static std::string_view __fbthrift_get_class_name();
template <class ...>
FOLLY_ERASE static constexpr std::string_view __fbthrift_get_module_name() noexcept {
return "module";
}
using __fbthrift_reflection_ident_list = folly::tag_t<
::apache::thrift::ident::reason
>;
Expand Down Expand Up @@ -1289,6 +1321,10 @@ class FOLLY_EXPORT SinkException1 : public virtual apache::thrift::TException {
static constexpr bool __fbthrift_cpp2_is_runtime_annotation = false;
static std::string_view __fbthrift_get_field_name(::apache::thrift::FieldOrdinal ord);
static std::string_view __fbthrift_get_class_name();
template <class ...>
FOLLY_ERASE static constexpr std::string_view __fbthrift_get_module_name() noexcept {
return "module";
}
using __fbthrift_reflection_ident_list = folly::tag_t<
::apache::thrift::ident::reason
>;
Expand Down Expand Up @@ -1470,6 +1506,10 @@ class FOLLY_EXPORT SinkException2 : public virtual apache::thrift::TException {
static constexpr bool __fbthrift_cpp2_is_runtime_annotation = false;
static std::string_view __fbthrift_get_field_name(::apache::thrift::FieldOrdinal ord);
static std::string_view __fbthrift_get_class_name();
template <class ...>
FOLLY_ERASE static constexpr std::string_view __fbthrift_get_module_name() noexcept {
return "module";
}
using __fbthrift_reflection_ident_list = folly::tag_t<
::apache::thrift::ident::reason
>;
Expand Down Expand Up @@ -1644,6 +1684,10 @@ class StreamItem final {
static constexpr bool __fbthrift_cpp2_is_runtime_annotation = false;
static std::string_view __fbthrift_get_field_name(::apache::thrift::FieldOrdinal ord);
static std::string_view __fbthrift_get_class_name();
template <class ...>
FOLLY_ERASE static constexpr std::string_view __fbthrift_get_module_name() noexcept {
return "module";
}
using __fbthrift_reflection_ident_list = folly::tag_t<
::apache::thrift::ident::content
>;
Expand Down

0 comments on commit e6226e3

Please sign in to comment.