Add minimize padding fixture with custom type
commit19c52fb20fb8cd27877ab574ca26816efce351f4
authorDave Kwon <dokwon@meta.com>
Thu, 6 Oct 2022 17:10:47 +0000 (6 10:10 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 6 Oct 2022 17:10:47 +0000 (6 10:10 -0700)
treea1b8bd0713e753b69787a9b1e884bc67751cea6f
parentc9694e3147332102cc559742ea3fd2a45f33e008
Add minimize padding fixture with custom type

Summary:
add fixture

(Note: this ignores all push blocking failures!)

Reviewed By: Mizuchi

Differential Revision: D40115986

fbshipit-source-id: c9790da974aa6c7e85f0cce25401f4121b86852f
76 files changed:
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/SomeService.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/SomeServiceAsyncClient.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/SomeService_custom_protocol.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_data.cpp
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_data.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_fatal.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_fatal_all.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_fatal_struct.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_fatal_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_fatal_union.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_for_each_field.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_metadata.cpp
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_metadata.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_types.cpp
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_types.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_types.tcc
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_types_custom_protocol.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_visit_by_thrift_field_metadata.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_visitation.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/module/constants.go
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/module/someservice.go
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/module/ttypes.go
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/thrift/annotation/cpp/constants.go [copied from third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/module/constants.go with 73% similarity]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/thrift/annotation/cpp/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/thrift/annotation/scope/constants.go [copied from third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/module/constants.go with 85% similarity]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/thrift/annotation/scope/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/thrift/annotation/thrift/constants.go [copied from third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/module/constants.go with 83% similarity]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/thrift/annotation/thrift/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-hack/cpp_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-hack/module_types.php
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-hack/thrift_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/module/SomeService.py
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/module/constants.py
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/module/ttypes.py
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/thrift/annotation/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/thrift/annotation/cpp/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/thrift/annotation/cpp/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/thrift/annotation/cpp/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/thrift/annotation/scope/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/thrift/annotation/scope/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/thrift/annotation/scope/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/thrift/annotation/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/thrift/annotation/thrift/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/thrift/annotation/thrift/ttypes.py [copied from third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/module/ttypes.py with 50% similarity]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/cpp/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/cpp/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/cpp/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/builders.pxd
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/builders.pyi
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/builders.pyx
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/clients.pyi
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/clients.pyx
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/clients_wrapper.pxd
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/metadata.cpp
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/services.pyi
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/services.pyx
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/services_reflection.pyx
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types.h
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types.pxd
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types.pyi
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types.pyx
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types_fields.pxd
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types_fields.pyx
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types_reflection.pxd
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types_reflection.pyx
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/thrift/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/thrift/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/thrift/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-rust/lib.rs
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-rust/types.rs
third-party/thrift/src/thrift/compiler/test/fixtures/types/src/module.thrift