@@ -730,9 +730,9 @@ class MinPaddingWithCustomType_struct_traits {
730
730
class __fbthrift_members {
731
731
public:
732
732
using small = __fbthrift_refl_impl::reflected_no_annotations;
733
- using big = __fbthrift_refl_impl::reflected_no_annotations;
734
- using medium = __fbthrift_refl_impl::reflected_no_annotations;
735
733
using biggish = __fbthrift_refl_impl::reflected_no_annotations;
734
+ using medium = __fbthrift_refl_impl::reflected_no_annotations;
735
+ using big = __fbthrift_refl_impl::reflected_no_annotations;
736
736
using tiny = __fbthrift_refl_impl::reflected_no_annotations;
737
737
};
738
738
@@ -752,17 +752,17 @@ class MinPaddingWithCustomType_struct_traits {
752
752
using type_class = ::apache::thrift::type_class::integral;
753
753
using annotations = ::apache::thrift::reflected_annotations<__fbthrift_annotations::members::small>;
754
754
};
755
- struct __fbthrift_member_big {
755
+ struct __fbthrift_member_biggish {
756
756
using owner = ::apache::thrift::fixtures::types::MinPaddingWithCustomType;
757
- using name = __fbthrift_strings_module::__fbthrift_hash_2a21fe6d592a19b7de898b50eb53c429608de1a66f3e9f62da19714a770553d1 ;
758
- using type = ::std::int64_t ;
759
- using tag = ::apache::thrift::ident::big ;
757
+ using name = __fbthrift_strings_module::__fbthrift_hash_7af8f5c4c7c52a8a8bd7151e1a20e8003de8a0f5b4c08676355b69772b2ae1d7 ;
758
+ using type = ::std::int32_t ;
759
+ using tag = ::apache::thrift::ident::biggish ;
760
760
static constexpr ::apache::thrift::field_id_t id = 2 ;
761
761
static constexpr auto optional = ::apache::thrift::optionality::terse;
762
- using getter = __fbthrift_refl_impl::data_member_accessor<::apache::thrift::ident::big >;
763
- using field_ref_getter = ::apache::thrift::access_field_fn<::apache::thrift::ident::big >;
762
+ using getter = __fbthrift_refl_impl::data_member_accessor<::apache::thrift::ident::biggish >;
763
+ using field_ref_getter = ::apache::thrift::access_field_fn<::apache::thrift::ident::biggish >;
764
764
using type_class = ::apache::thrift::type_class::integral;
765
- using annotations = ::apache::thrift::reflected_annotations<__fbthrift_annotations::members::big >;
765
+ using annotations = ::apache::thrift::reflected_annotations<__fbthrift_annotations::members::biggish >;
766
766
};
767
767
struct __fbthrift_member_medium {
768
768
using owner = ::apache::thrift::fixtures::types::MinPaddingWithCustomType;
@@ -776,17 +776,17 @@ class MinPaddingWithCustomType_struct_traits {
776
776
using type_class = ::apache::thrift::type_class::integral;
777
777
using annotations = ::apache::thrift::reflected_annotations<__fbthrift_annotations::members::medium>;
778
778
};
779
- struct __fbthrift_member_biggish {
779
+ struct __fbthrift_member_big {
780
780
using owner = ::apache::thrift::fixtures::types::MinPaddingWithCustomType;
781
- using name = __fbthrift_strings_module::__fbthrift_hash_7af8f5c4c7c52a8a8bd7151e1a20e8003de8a0f5b4c08676355b69772b2ae1d7 ;
782
- using type = ::std::int32_t ;
783
- using tag = ::apache::thrift::ident::biggish ;
781
+ using name = __fbthrift_strings_module::__fbthrift_hash_2a21fe6d592a19b7de898b50eb53c429608de1a66f3e9f62da19714a770553d1 ;
782
+ using type = ::std::int64_t ;
783
+ using tag = ::apache::thrift::ident::big ;
784
784
static constexpr ::apache::thrift::field_id_t id = 4 ;
785
785
static constexpr auto optional = ::apache::thrift::optionality::terse;
786
- using getter = __fbthrift_refl_impl::data_member_accessor<::apache::thrift::ident::biggish >;
787
- using field_ref_getter = ::apache::thrift::access_field_fn<::apache::thrift::ident::biggish >;
786
+ using getter = __fbthrift_refl_impl::data_member_accessor<::apache::thrift::ident::big >;
787
+ using field_ref_getter = ::apache::thrift::access_field_fn<::apache::thrift::ident::big >;
788
788
using type_class = ::apache::thrift::type_class::integral;
789
- using annotations = ::apache::thrift::reflected_annotations<__fbthrift_annotations::members::biggish >;
789
+ using annotations = ::apache::thrift::reflected_annotations<__fbthrift_annotations::members::big >;
790
790
};
791
791
struct __fbthrift_member_tiny {
792
792
using owner = ::apache::thrift::fixtures::types::MinPaddingWithCustomType;
@@ -803,9 +803,9 @@ class MinPaddingWithCustomType_struct_traits {
803
803
804
804
struct __fbthrift_member {
805
805
using small = ::apache::thrift::reflected_struct_data_member<__fbthrift_member_small>;
806
- using big = ::apache::thrift::reflected_struct_data_member<__fbthrift_member_big>;
807
- using medium = ::apache::thrift::reflected_struct_data_member<__fbthrift_member_medium>;
808
806
using biggish = ::apache::thrift::reflected_struct_data_member<__fbthrift_member_biggish>;
807
+ using medium = ::apache::thrift::reflected_struct_data_member<__fbthrift_member_medium>;
808
+ using big = ::apache::thrift::reflected_struct_data_member<__fbthrift_member_big>;
809
809
using tiny = ::apache::thrift::reflected_struct_data_member<__fbthrift_member_tiny>;
810
810
};
811
811
public:
@@ -814,9 +814,9 @@ class MinPaddingWithCustomType_struct_traits {
814
814
using member = __fbthrift_member;
815
815
using members = ::fatal::list<
816
816
member::small,
817
- member::big,
818
- member::medium,
819
817
member::biggish,
818
+ member::medium,
819
+ member::big,
820
820
member::tiny
821
821
>;
822
822
using members_annotations = __fbthrift_annotations::members;
0 commit comments