@@ -1088,6 +1088,32 @@ namespace apache::thrift::detail::annotation {
1088
1088
1089
1089
namespace apache ::thrift::detail::qualifier {
1090
1090
template <>
1091
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::MyStruct,::apache::thrift::type::field_id<2 >> : std::true_type{};
1092
+ template <>
1093
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::MyStruct,::apache::thrift::type::field_id<3 >> : std::true_type{};
1094
+ template <>
1095
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::MyStruct,::apache::thrift::type::field_id<9 >> : std::true_type{};
1096
+ template <>
1097
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::AnException,::apache::thrift::type::field_id<3 >> : std::true_type{};
1098
+ template <>
1099
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::containerStruct,::apache::thrift::type::field_id<3 >> : std::true_type{};
1100
+ template <>
1101
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::containerStruct,::apache::thrift::type::field_id<5 >> : std::true_type{};
1102
+ template <>
1103
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::containerStruct,::apache::thrift::type::field_id<6 >> : std::true_type{};
1104
+ template <>
1105
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::containerStruct,::apache::thrift::type::field_id<9 >> : std::true_type{};
1106
+ template <>
1107
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::containerStruct,::apache::thrift::type::field_id<10 >> : std::true_type{};
1108
+ template <>
1109
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::containerStruct,::apache::thrift::type::field_id<18 >> : std::true_type{};
1110
+ template <>
1111
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::containerStruct,::apache::thrift::type::field_id<19 >> : std::true_type{};
1112
+ template <>
1113
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::containerStruct,::apache::thrift::type::field_id<22 >> : std::true_type{};
1114
+ template <>
1115
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::MyIncludedStruct,::apache::thrift::type::field_id<1 >> : std::true_type{};
1116
+ template <>
1091
1117
struct is_cpp_ref_field_optional <::some::valid::ns::AnnotatedStruct,::apache::thrift::type::field_id<8 >> : std::true_type{};
1092
1118
template <>
1093
1119
struct is_cpp_ref_field_optional <::some::valid::ns::AnnotatedStruct,::apache::thrift::type::field_id<9 >> : std::true_type{};
@@ -1099,6 +1125,10 @@ template<>
1099
1125
struct is_cpp_ref_field_optional <::some::valid::ns::AnnotatedStruct,::apache::thrift::type::field_id<18 >> : std::true_type{};
1100
1126
template <>
1101
1127
struct is_cpp_ref_field_optional <::some::valid::ns::AnnotatedStruct,::apache::thrift::type::field_id<19 >> : std::true_type{};
1128
+ template <>
1129
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::AnnotatedStruct,::apache::thrift::type::field_id<38 >> : std::true_type{};
1130
+ template <>
1131
+ struct is_deprecated_terse_writes_with_custom_default_field <::some::valid::ns::AnnotatedStruct,::apache::thrift::type::field_id<39 >> : std::true_type{};
1102
1132
} // namespace apache::thrift::detail::qualifier
1103
1133
1104
1134
// BEGIN hash_and_equal_to
0 commit comments