Re-sync with internal repository
[hiphop-php.git] / third-party / thrift / src / thrift / compiler / test / fixtures / frozen-struct / gen-cpp2 / include2_data.cpp
blob3891d913e555831fa548cd5cd0eedbc7d18455fe
1 /**
2 * Autogenerated by Thrift for src/include2.thrift
4 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5 * @generated @nocommit
6 */
8 #include "thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_data.h"
10 #include <thrift/lib/cpp2/gen/module_data_cpp.h>
12 namespace apache {
13 namespace thrift {
15 const std::array<folly::StringPiece, 2> TStructDataStorage<::some::ns::IncludedB>::fields_names = {{
16 "i32Field",
17 "strField",
18 }};
19 const std::array<int16_t, 2> TStructDataStorage<::some::ns::IncludedB>::fields_ids = {{
22 }};
23 const std::array<protocol::TType, 2> TStructDataStorage<::some::ns::IncludedB>::fields_types = {{
24 TType::T_I32,
25 TType::T_STRING,
26 }};
28 } // namespace thrift
29 } // namespace apache