Home
last modified time | relevance | path

Searched refs:sink_exceptions (Results 1 – 9 of 9) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/ast/
H A Dt_sink.h48 t_throws* sink_exceptions() { return sink_exceptions_.get(); } in sink_exceptions() function
49 const t_throws* sink_exceptions() const { return sink_exceptions_.get(); } in sink_exceptions() function
51 void set_sink_exceptions(std::unique_ptr<t_throws> sink_exceptions) { in set_sink_exceptions() argument
52 sink_exceptions_ = std::move(sink_exceptions); in set_sink_exceptions()
97 std::unique_ptr<t_throws> sink_exceptions, in t_sink() argument
103 set_sink_exceptions(std::move(sink_exceptions)); in t_sink()
H A Dt_function.cc45 sink_exceptions_ = tsink->sink_exceptions(); in t_function()
H A Dast_visitor.h248 if (node.sink_exceptions() != nullptr) { in FBTHRIFT_AST_DETAIL_AST_VISITOR_NODE_T_()
249 visit_child(*node.sink_exceptions(), args...); in FBTHRIFT_AST_DETAIL_AST_VISITOR_NODE_T_()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/templates/cpp2/service_async_client_cpp/
H A Dreceived_wrapped.mustache32 <%^function:sink_exceptions?%>
34 <%/function:sink_exceptions?%>
35 <%#function:sink_exceptions?%>
38 <%#function:sink_exceptions%>
45 <%/function:sink_exceptions%>
49 <%/function:sink_exceptions?%>
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/templates/cpp2/service_tcc/
H A Dfield_data_sink_throws.mustache17sink_exceptions%><%#field:type%>, apache::thrift::FieldData<<%field:key%>, <% > common/type_class%…
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/
H A Dast_visitor_test.cc360 EXPECT_CALL(this->mock_, visit_throws(sink1->sink_exceptions())); in TYPED_TEST()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/
H A Dt_mstch_objects.h1077 {"function:sink_exceptions", &mstch_function::sink_exceptions}, in mstch_function()
1139 mstch::node sink_exceptions();
H A Dt_mstch_objects.cc610 mstch::node mstch_function::sink_exceptions() { in sink_exceptions() function in apache::thrift::compiler::mstch_function
H A Dt_hack_generator.cc4726 generate_php_docstring_stream_exceptions(out, tsink->sink_exceptions()); in generate_php_docstring()