Home
last modified time | relevance | path

Searched refs:cpp2 (Results 1 – 25 of 1281) sorted by relevance

12345678910>>...52

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/refs/gen-cpp2/
H A Dmodule_data.cpp15 const std::array<::cpp2::MyEnum, 2> TEnumDataStorage<::cpp2::MyEnum>::values = {{
19 const std::array<folly::StringPiece, 2> TEnumDataStorage<::cpp2::MyEnum>::names = {{
24 const std::array<::cpp2::TypedEnum, 2> TEnumDataStorage<::cpp2::TypedEnum>::values = {{
28 const std::array<folly::StringPiece, 2> TEnumDataStorage<::cpp2::TypedEnum>::names = {{
33 const std::array<::cpp2::MyUnion::Type, 2> TEnumDataStorage<::cpp2::MyUnion::Type>::values = {{
37 const std::array<folly::StringPiece, 2> TEnumDataStorage<::cpp2::MyUnion::Type>::names = {{
46 const std::array<int16_t, 2> TStructDataStorage<::cpp2::MyUnion>::fields_ids = {{
66 const std::array<int16_t, 9> TStructDataStorage<::cpp2::MyField>::fields_ids = {{
94 const std::array<int16_t, 3> TStructDataStorage<::cpp2::MyStruct>::fields_ids = {{
174 const std::array<int16_t, 0> TStructDataStorage<::cpp2::Empty>::fields_ids = {{
[all …]
H A Dmodule_constants.cpp13 namespace cpp2 { namespace
15 ::cpp2::StructWithRef const& module_constants::kStructWithRef() { in kStructWithRef()
16cpp2::StructWithRef> const instance(::apache::thrift::detail::make_constant< ::cpp2::StructWithRef… in kStructWithRef()
20 ::cpp2::StructWithRefTypeUnique const& module_constants::kStructWithRefTypeUnique() { in kStructWithRefTypeUnique()
21cpp2::StructWithRefTypeUnique> const instance(::apache::thrift::detail::make_constant< ::cpp2::Str… in kStructWithRefTypeUnique()
25 ::cpp2::StructWithRefTypeShared const& module_constants::kStructWithRefTypeShared() { in kStructWithRefTypeShared()
26cpp2::StructWithRefTypeShared> const instance(::apache::thrift::detail::make_constant< ::cpp2::Str… in kStructWithRefTypeShared()
30 ::cpp2::StructWithRefTypeSharedConst const& module_constants::kStructWithRefTypeSharedConst() { in kStructWithRefTypeSharedConst()
31cpp2::StructWithRefTypeSharedConst> const instance(::apache::thrift::detail::make_constant< ::cpp2 in kStructWithRefTypeSharedConst()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/complex-union/gen-cpp2/
H A Dmodule_data.cpp15 const std::array<::cpp2::ComplexUnion::Type, 6> TEnumDataStorage<::cpp2::ComplexUnion::Type>::value…
32 const std::array<::cpp2::ListUnion::Type, 2> TEnumDataStorage<::cpp2::ListUnion::Type>::values = {{
41 const std::array<::cpp2::DataUnion::Type, 2> TEnumDataStorage<::cpp2::DataUnion::Type>::values = {{
50 const std::array<::cpp2::ValUnion::Type, 2> TEnumDataStorage<::cpp2::ValUnion::Type>::values = {{
59 const std::array<::cpp2::VirtualComplexUnion::Type, 2> TEnumDataStorage<::cpp2::VirtualComplexUnion…
68 const std::array<::cpp2::NonCopyableUnion::Type, 1> TEnumDataStorage<::cpp2::NonCopyableUnion::Type…
83 const std::array<int16_t, 6> TStructDataStorage<::cpp2::ComplexUnion>::fields_ids = {{
104 const std::array<int16_t, 2> TStructDataStorage<::cpp2::ListUnion>::fields_ids = {{
117 const std::array<int16_t, 2> TStructDataStorage<::cpp2::DataUnion>::fields_ids = {{
131 const std::array<int16_t, 3> TStructDataStorage<::cpp2::Val>::fields_ids = {{
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/sink/gen-cpp2/
H A DSinkServiceAsyncClient.h21 namespace cpp2 {
36 …folly::coro::Task<apache::thrift::ClientSink<::cpp2::SinkPayload, ::cpp2::FinalResponse>> co_metho…
54 …coro::Task<apache::thrift::ResponseAndClientSink<::cpp2::InitialResponse, ::cpp2::SinkPayload, ::c…
55 …coro::Task<apache::thrift::ResponseAndClientSink<::cpp2::InitialResponse, ::cpp2::SinkPayload, ::c…
59 …static apache::thrift::ResponseAndClientSink<::cpp2::InitialResponse, ::cpp2::SinkPayload, ::cpp2:…
61 …virtual apache::thrift::ResponseAndClientSink<::cpp2::InitialResponse, ::cpp2::SinkPayload, ::cpp2
72 …folly::coro::Task<apache::thrift::ClientSink<::cpp2::SinkPayload, ::cpp2::FinalResponse>> co_metho…
90 …folly::coro::Task<apache::thrift::ClientSink<::cpp2::SinkPayload, ::cpp2::FinalResponse>> co_metho…
108 …folly::coro::Task<apache::thrift::ClientSink<::cpp2::SinkPayload, ::cpp2::FinalResponse>> co_metho…
126 …folly::coro::Task<apache::thrift::ClientSink<::cpp2::SinkPayload, ::cpp2::FinalResponse>> co_metho…
[all …]
H A DSinkService.h26 namespace cpp2 {
35 …Future<::apache::thrift::ResponseAndSinkConsumer<::cpp2::InitialResponse, ::cpp2::SinkPayload, ::c…
36 …Future<::apache::thrift::ResponseAndSinkConsumer<::cpp2::InitialResponse, ::cpp2::SinkPayload, ::c…
63 virtual ::apache::thrift::SinkConsumer<::cpp2::SinkPayload, ::cpp2::FinalResponse> method();
67 …irtual ::apache::thrift::ResponseAndSinkConsumer<::cpp2::InitialResponse, ::cpp2::SinkPayload, ::c…
68 …Future<::apache::thrift::ResponseAndSinkConsumer<::cpp2::InitialResponse, ::cpp2::SinkPayload, ::c…
71 virtual ::apache::thrift::SinkConsumer<::cpp2::SinkPayload, ::cpp2::FinalResponse> methodThrow();
75 …virtual ::apache::thrift::SinkConsumer<::cpp2::SinkPayload, ::cpp2::FinalResponse> methodSinkThrow…
99 ::apache::thrift::SinkConsumer<::cpp2::SinkPayload, ::cpp2::FinalResponse> method() override;
100 …::apache::thrift::ResponseAndSinkConsumer<::cpp2::InitialResponse, ::cpp2::SinkPayload, ::cpp2::Fi…
[all …]
H A Dmodule_data.cpp15 const std::array<folly::StringPiece, 1> TStructDataStorage<::cpp2::InitialResponse>::fields_names =…
18 const std::array<int16_t, 1> TStructDataStorage<::cpp2::InitialResponse>::fields_ids = {{
21 const std::array<protocol::TType, 1> TStructDataStorage<::cpp2::InitialResponse>::fields_types = {{
28 const std::array<int16_t, 1> TStructDataStorage<::cpp2::FinalResponse>::fields_ids = {{
31 const std::array<protocol::TType, 1> TStructDataStorage<::cpp2::FinalResponse>::fields_types = {{
35 const std::array<folly::StringPiece, 1> TStructDataStorage<::cpp2::SinkPayload>::fields_names = {{
38 const std::array<int16_t, 1> TStructDataStorage<::cpp2::SinkPayload>::fields_ids = {{
41 const std::array<protocol::TType, 1> TStructDataStorage<::cpp2::SinkPayload>::fields_types = {{
58 const std::array<int16_t, 1> TStructDataStorage<::cpp2::InitialException>::fields_ids = {{
68 const std::array<int16_t, 1> TStructDataStorage<::cpp2::SinkException1>::fields_ids = {{
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/
H A DReferences.thrift19 namespace cpp2 cpp2
43 cpp2.ref_type = "shared_const",
46 cpp2.ref_type = "shared_const",
100 cpp2.ref_type = "unique",
104 cpp2.ref_type = "shared",
108 cpp2.ref_type = "shared_const",
115 cpp2.ref_type = "unique",
119 cpp2.ref_type = "shared",
123 cpp2.ref_type = "shared_const",
130 cpp2.ref_type = "unique",
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-py3/module/
H A Dtypes.h23 ::cpp2::EmptyEnum>::namesmap() { in namesmap()
34 ::cpp2::City>::namesmap() { in namesmap()
45 ::cpp2::Company>::namesmap() { in namesmap()
98 void reset_field<::cpp2::Range>(
111 void reset_field<::cpp2::struct1>(
124 void reset_field<::cpp2::struct2>(
143 void reset_field<::cpp2::struct3>(
159 void reset_field<::cpp2::struct4>(
186 ::cpp2::Range>::namesmap() { in namesmap()
236 ::cpp2::union1>::namesmap() { in namesmap()
[all …]
H A Dtypes.pxd52 cdef extern from "src/gen-cpp2/module_types.h" namespace "::cpp2":
56 cdef cppclass cCity "::cpp2::City":
59 cdef cppclass cCompany "::cpp2::Company":
85 cdef extern from "src/gen-cpp2/module_types_custom_protocol.h" namespace "::cpp2":
103 cdef cppclass cRange "::cpp2::Range":
116 cdef cppclass cstruct1 "::cpp2::struct1":
129 cdef cppclass cstruct2 "::cpp2::struct2":
144 cdef cppclass cstruct3 "::cpp2::struct3":
176 cdef cppclass cunion1 "::cpp2::union1":
198 cdef cppclass cunion2 "::cpp2::union2":
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-cpp2/
H A Dmodule_data.cpp15 const std::array<::cpp2::EmptyEnum, 0> TEnumDataStorage<::cpp2::EmptyEnum>::values = {{
17 const std::array<folly::StringPiece, 0> TEnumDataStorage<::cpp2::EmptyEnum>::names = {{
20 const std::array<::cpp2::City, 4> TEnumDataStorage<::cpp2::City>::values = {{
26 const std::array<folly::StringPiece, 4> TEnumDataStorage<::cpp2::City>::names = {{
33 const std::array<::cpp2::Company, 4> TEnumDataStorage<::cpp2::Company>::values = {{
46 const std::array<::cpp2::union1::Type, 2> TEnumDataStorage<::cpp2::union1::Type>::values = {{
55 const std::array<::cpp2::union2::Type, 4> TEnumDataStorage<::cpp2::union2::Type>::values = {{
94 const std::array<int16_t, 2> TStructDataStorage<::cpp2::Range>::fields_ids = {{
107 const std::array<int16_t, 2> TStructDataStorage<::cpp2::struct1>::fields_ids = {{
122 const std::array<int16_t, 4> TStructDataStorage<::cpp2::struct2>::fields_ids = {{
[all …]
H A Dmodule_constants.h13 namespace cpp2 {
78 static constexpr ::cpp2::MyCompany const my_company_ = ::cpp2::Company::FACEBOOK;
94 static constexpr ::cpp2::MyIntIdentifier const bar_ = static_cast<::cpp2::MyIntIdentifier>(42);
130 static ::cpp2::union1 const& u_1_1();
132 static ::cpp2::union1 const& u_1_2();
134 static ::cpp2::union1 const& u_1_3();
136 static ::cpp2::union2 const& u_2_1();
138 static ::cpp2::union2 const& u_2_2();
140 static ::cpp2::union2 const& u_2_3();
142 static ::cpp2::union2 const& u_2_4();
[all …]
H A Dmodule_constants.cpp13 namespace cpp2 { namespace
68 …ly::Indestructible<::std::vector<::cpp2::Internship>> const instance(std::initializer_list<::cpp2:… in internList()
73 ::cpp2::struct1 const& module_constants::pod_0() { in pod_0()
83 ::cpp2::struct1 const& module_constants::pod_1() { in pod_1()
93 ::cpp2::struct2 const& module_constants::pod_2() { in pod_2()
133 ::cpp2::union1 const& module_constants::u_1_1() { in u_1_1()
138 ::cpp2::union1 const& module_constants::u_1_2() { in u_1_2()
143 ::cpp2::union1 const& module_constants::u_1_3() { in u_1_3()
148 ::cpp2::union2 const& module_constants::u_2_1() { in u_2_1()
153 ::cpp2::union2 const& module_constants::u_2_2() { in u_2_2()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/refs/gen-py3/module/
H A Dtypes.h23 ::cpp2::MyEnum>::namesmap() { in namesmap()
34 ::cpp2::TypedEnum>::namesmap() { in namesmap()
45 ::cpp2::MyUnion::Type>::namesmap() { in namesmap()
55 void reset_field<::cpp2::MyField>(
89 void reset_field<::cpp2::MyStruct>(
172 void reset_field<::cpp2::Empty>(
179 void reset_field<::cpp2::StructWithRef>(
292 ::cpp2::MyUnion>::namesmap() { in namesmap()
302 ::cpp2::MyField>::namesmap() { in namesmap()
312 ::cpp2::MyStruct>::namesmap() { in namesmap()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/
H A Dmodule_data.cpp15 const std::array<::cpp2::MyEnum, 5> TEnumDataStorage<::cpp2::MyEnum>::values = {{
22 const std::array<folly::StringPiece, 5> TEnumDataStorage<::cpp2::MyEnum>::names = {{
30 const std::array<::cpp2::MyUnion::Type, 6> TEnumDataStorage<::cpp2::MyUnion::Type>::values = {{
47 const std::array<::cpp2::MyUnionFloatFieldThrowExp::Type, 4> TEnumDataStorage<::cpp2::MyUnionFloatF…
94 const std::array<int16_t, 0> TStructDataStorage<::cpp2::MyDataItem>::fields_ids = {{
129 const std::array<int16_t, 28> TStructDataStorage<::cpp2::MyStruct>::fields_ids = {{
194 const std::array<int16_t, 2> TStructDataStorage<::cpp2::SimpleStruct>::fields_ids = {{
272 const std::array<int16_t, 6> TStructDataStorage<::cpp2::MyUnion>::fields_ids = {{
436 const std::array<int16_t, 0> TStructDataStorage<::cpp2::emptyXcep>::fields_ids = {{
445 const std::array<int16_t, 2> TStructDataStorage<::cpp2::reqXcep>::fields_ids = {{
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/
H A Dmodule_data.cpp15 const std::array<::cpp2::MyEnum, 2> TEnumDataStorage<::cpp2::MyEnum>::values = {{
19 const std::array<folly::StringPiece, 2> TEnumDataStorage<::cpp2::MyEnum>::names = {{
24 const std::array<::cpp2::MyUnion::Type, 2> TEnumDataStorage<::cpp2::MyUnion::Type>::values = {{
28 const std::array<folly::StringPiece, 2> TEnumDataStorage<::cpp2::MyUnion::Type>::names = {{
95 const std::array<folly::StringPiece, 4> TStructDataStorage<::cpp2::MyStruct>::fields_names = {{
101 const std::array<int16_t, 4> TStructDataStorage<::cpp2::MyStruct>::fields_ids = {{
107 const std::array<protocol::TType, 4> TStructDataStorage<::cpp2::MyStruct>::fields_types = {{
117 const std::array<int16_t, 1> TStructDataStorage<::cpp2::MyException>::fields_ids = {{
124 const std::array<folly::StringPiece, 2> TStructDataStorage<::cpp2::MyUnion>::fields_names = {{
128 const std::array<int16_t, 2> TStructDataStorage<::cpp2::MyUnion>::fields_ids = {{
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/optionals/gen-py3/module/
H A Dtypes.h23 ::cpp2::Animal>::namesmap() { in namesmap()
34 void reset_field<::cpp2::Color>(
35 ::cpp2::Color& obj, uint16_t index) {
38 obj.red_ref().copy_from(default_inst<::cpp2::Color>().red_ref());
53 void reset_field<::cpp2::Vehicle>(
54 ::cpp2::Vehicle& obj, uint16_t index) {
75 void reset_field<::cpp2::Person>(
76 ::cpp2::Person& obj, uint16_t index) {
113 ::cpp2::Color>::namesmap() { in namesmap()
123 ::cpp2::Vehicle>::namesmap() { in namesmap()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/sink/gen-py3/module/
H A Dtypes.h23 void reset_field<::cpp2::InitialResponse>(
33 void reset_field<::cpp2::FinalResponse>(
43 void reset_field<::cpp2::SinkPayload>(
63 void reset_field<::cpp2::InitialException>(
73 void reset_field<::cpp2::SinkException1>(
83 void reset_field<::cpp2::SinkException2>(
94 ::cpp2::InitialResponse>::namesmap() { in namesmap()
104 ::cpp2::FinalResponse>::namesmap() { in namesmap()
114 ::cpp2::SinkPayload>::namesmap() { in namesmap()
144 ::cpp2::SinkException1>::namesmap() { in namesmap()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/
H A Dtypes.h23 ::cpp2::MyEnumA>::namesmap() { in namesmap()
34 void reset_field<::cpp2::SmallStruct>(
35 ::cpp2::SmallStruct& obj, uint16_t index) {
38 obj.small_A_ref().copy_from(default_inst<::cpp2::SmallStruct>().small_A_ref());
41 obj.small_B_ref().copy_from(default_inst<::cpp2::SmallStruct>().small_B_ref());
47 void reset_field<::cpp2::containerStruct>(
48 ::cpp2::containerStruct& obj, uint16_t index) {
51 obj.fieldA_ref().copy_from(default_inst<::cpp2::containerStruct>().fieldA_ref());
54 obj.fieldB_ref().copy_from(default_inst<::cpp2::containerStruct>().fieldB_ref());
121 ::cpp2::SmallStruct>::namesmap() { in namesmap()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-py3/module/
H A Dtypes.h23 ::cpp2::Baz::Type>::namesmap() { in namesmap()
33 void reset_field<::cpp2::Foo>(
34 ::cpp2::Foo& obj, uint16_t index) {
64 void reset_field<::cpp2::Bar>(
65 ::cpp2::Bar& obj, uint16_t index) {
89 void reset_field<::cpp2::StructWithFieldAdapter>(
90 ::cpp2::StructWithFieldAdapter& obj, uint16_t index) {
100 ::cpp2::Foo>::namesmap() { in namesmap()
110 ::cpp2::Baz>::namesmap() { in namesmap()
120 ::cpp2::Bar>::namesmap() { in namesmap()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/exceptions/gen-py3/module/
H A Dtypes.h23 void reset_field<::cpp2::Fiery>(
24 ::cpp2::Fiery& obj, uint16_t index) {
33 void reset_field<::cpp2::Serious>(
34 ::cpp2::Serious& obj, uint16_t index) {
43 void reset_field<::cpp2::ComplexFieldNames>(
56 void reset_field<::cpp2::CustomFieldNames>(
82 void reset_field<::cpp2::Banal>(
83 ::cpp2::Banal& obj, uint16_t index) {
90 ::cpp2::Fiery>::namesmap() { in namesmap()
100 ::cpp2::Serious>::namesmap() { in namesmap()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-cpp2/
H A DMyServiceAsyncClient.h21 namespace cpp2 {
32 …ique_ptr<apache::thrift::RequestCallback> callback, const ::cpp2::MyStruct& p_s, const ::cpp2::Inc…
38 virtual void sync_query(const ::cpp2::MyStruct& p_s, const ::cpp2::Included& p_i);
39 … sync_query(apache::thrift::RpcOptions& rpcOptions, const ::cpp2::MyStruct& p_s, const ::cpp2::Inc…
41 …virtual folly::Future<folly::Unit> future_query(const ::cpp2::MyStruct& p_s, const ::cpp2::Include…
42 …virtual folly::SemiFuture<folly::Unit> semifuture_query(const ::cpp2::MyStruct& p_s, const ::cpp2:…
50 folly::coro::Task<void> co_query(const ::cpp2::MyStruct& p_s, const ::cpp2::Included& p_i) { in co_query()
122 virtual void sync_has_arg_docs(const ::cpp2::MyStruct& p_s, const ::cpp2::Included& p_i);
125 …virtual folly::Future<folly::Unit> future_has_arg_docs(const ::cpp2::MyStruct& p_s, const ::cpp2::…
126 …ly::SemiFuture<folly::Unit> semifuture_has_arg_docs(const ::cpp2::MyStruct& p_s, const ::cpp2::Inc…
[all …]
H A Dmodule_types.h42 namespace cpp2 {
51 namespace cpp2 {
57 namespace cpp2 {
83 …e::thrift::FragileConstructor, ::cpp2::Included MyIncludedField__arg, ::cpp2::Included MyOtherIncl…
93 ::cpp2::Included __fbthrift_field_MyIncludedField;
97 ::cpp2::IncludedInt64 __fbthrift_field_MyIncludedInt;
106 template <typename..., typename T = ::cpp2::Included>
226 ::cpp2::Included get_MyIncludedField() &&;
235 ::cpp2::Included get_MyOtherIncludedField() &&;
244 ::cpp2::IncludedInt64 get_MyIncludedInt() const { in get_MyIncludedInt()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/
H A Dtypes.h23 ::cpp2::MyEnum>::namesmap() { in namesmap()
34 void reset_field<::cpp2::MyStructNestedAnnotation>(
35 ::cpp2::MyStructNestedAnnotation& obj, uint16_t index) {
44 void reset_field<::cpp2::MyStruct>(
45 ::cpp2::MyStruct& obj, uint16_t index) {
72 void reset_field<::cpp2::SecretStruct>(
73 ::cpp2::SecretStruct& obj, uint16_t index) {
76 obj.id_ref().copy_from(default_inst<::cpp2::SecretStruct>().id_ref());
86 ::cpp2::MyStructNestedAnnotation>::namesmap() { in namesmap()
96 ::cpp2::MyStruct>::namesmap() { in namesmap()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/mixin/gen-py3/module/
H A Dtypes.h23 void reset_field<::cpp2::Mixin1>(
24 ::cpp2::Mixin1& obj, uint16_t index) {
33 void reset_field<::cpp2::Mixin2>(
34 ::cpp2::Mixin2& obj, uint16_t index) {
46 void reset_field<::cpp2::Mixin3Base>(
56 void reset_field<::cpp2::Foo>(
57 ::cpp2::Foo& obj, uint16_t index) {
73 ::cpp2::Mixin1>::namesmap() { in namesmap()
83 ::cpp2::Mixin2>::namesmap() { in namesmap()
93 ::cpp2::Mixin3Base>::namesmap() { in namesmap()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/exceptions/gen-cpp2/
H A Dmodule_data.cpp15 const std::array<folly::StringPiece, 1> TStructDataStorage<::cpp2::Fiery>::fields_names = {{
18 const std::array<int16_t, 1> TStructDataStorage<::cpp2::Fiery>::fields_ids = {{
21 const std::array<protocol::TType, 1> TStructDataStorage<::cpp2::Fiery>::fields_types = {{
25 const std::array<folly::StringPiece, 1> TStructDataStorage<::cpp2::Serious>::fields_names = {{
28 const std::array<int16_t, 1> TStructDataStorage<::cpp2::Serious>::fields_ids = {{
31 const std::array<protocol::TType, 1> TStructDataStorage<::cpp2::Serious>::fields_types = {{
39 const std::array<int16_t, 2> TStructDataStorage<::cpp2::ComplexFieldNames>::fields_ids = {{
52 const std::array<int16_t, 2> TStructDataStorage<::cpp2::CustomFieldNames>::fields_ids = {{
74 const std::array<folly::StringPiece, 0> TStructDataStorage<::cpp2::Banal>::fields_names = {{
76 const std::array<int16_t, 0> TStructDataStorage<::cpp2::Banal>::fields_ids = {{
[all …]

12345678910>>...52