1 /**
2  * Autogenerated by Thrift for src/module.thrift
3  *
4  * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5  *  @generated @nocommit
6  */
7 
8 #include "thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_data.h"
9 
10 #include <thrift/lib/cpp2/gen/module_data_cpp.h>
11 
12 namespace apache {
13 namespace thrift {
14 
15 const std::array<folly::StringPiece, 2> TStructDataStorage<::cpp2::Foo>::fields_names = {{
16   "foo",
17   "bar",
18 }};
19 const std::array<int16_t, 2> TStructDataStorage<::cpp2::Foo>::fields_ids = {{
20   1,
21   2,
22 }};
23 const std::array<protocol::TType, 2> TStructDataStorage<::cpp2::Foo>::fields_types = {{
24   TType::T_STRUCT,
25   TType::T_STRUCT,
26 }};
27 
28 } // namespace thrift
29 } // namespace apache
30