Home
last modified time | relevance | path

Searched defs:structured_annotations (Results 1 – 6 of 6) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-structured-annotations/gen-json/
H A Dmodule.json10 "structured_annotations" : { object
28 "structured_annotations" : { object
52 "structured_annotations" : { object
70 "structured_annotations" : { object
89 "structured_annotations" : { object
331 "structured_annotations" : { object
343 "structured_annotations" : { object
376 "structured_annotations" : { object
424 "structured_annotations" : { object
462 "structured_annotations" : { object
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/thrift/
H A Dmetadata.thrift114 3: list<ThriftConstStruct> structured_annotations; member
169 3: list<ThriftConstStruct> structured_annotations; member
177 5: list<ThriftConstStruct> structured_annotations; member
185 4: list<ThriftConstStruct> structured_annotations; member
191 3: list<ThriftConstStruct> structured_annotations; member
200 6: list<ThriftConstStruct> structured_annotations; member
207 4: list<ThriftConstStruct> structured_annotations; member
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/ast/
H A Dt_named.h43 const std::vector<const t_const*>& structured_annotations() const { in structured_annotations() function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/gen/
H A Dmodule_metadata_cpp.h57 std::vector<ThriftConstStruct> structured_annotations; member
171 ::std::vector<ThriftConstStruct> structured_annotations) in Typedef()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/
H A Dt_mstch_objects.h401 mstch::node structured_annotations(t_named const* annotated) { in structured_annotations() function
573 mstch::node structured_annotations() { in structured_annotations() function
902 mstch::node structured_annotations() { in structured_annotations() function
1027 mstch::node structured_annotations() { in structured_annotations() function
1147 mstch::node structured_annotations() { in structured_annotations() function
1244 mstch::node structured_annotations() { in structured_annotations() function
1286 mstch::node structured_annotations() { in structured_annotations() function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/reflection/
H A Dfatal_struct_test.cpp442 TEST(fatal_struct, structured_annotations) { in TEST() argument