Home
last modified time | relevance | path

Searched refs:includeEnvelope (Results 1 – 24 of 24) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/gen/
H A Dservice_tcc.h49 bool includeEnvelope, in process_serialize_xform_app_exn() argument
56 if (includeEnvelope) { in process_serialize_xform_app_exn()
65 if (includeEnvelope) { in process_serialize_xform_app_exn()
114 req->includeEnvelope(), in process_handle_exn_deserialization()
140 req->includeEnvelope(), x, ctx, method); in process_throw_wrapped_handler_error()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/protocol/
H A DSerializer.h250 template <typename ProtIn, typename ProtOut, bool includeEnvelope = true>
256 if /*constexpr*/ (includeEnvelope) {
273 template <typename ProtOut, bool includeEnvelope = true>
281 if /*constexpr*/ (includeEnvelope) {
292 template <bool includeEnvelope = true>
300 includeEnvelope>(obj, buf);
306 includeEnvelope>(obj, buf);
316 template <bool includeEnvelope = true>
324 return serializeErrorProtocol<BinaryProtocolWriter, includeEnvelope>(
328 return serializeErrorProtocol<CompactProtocolWriter, includeEnvelope>(
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/async/
H A DRpcTypes.cpp147 bool includeEnvelope, in extractPayload() argument
152 if (includeEnvelope) { in extractPayload()
161 ResponsePayload SerializedResponse::extractPayload(bool includeEnvelope) && { in extractPayload() argument
162 if (includeEnvelope) { in extractPayload()
232 bool includeEnvelope, int16_t protocolId, int32_t seqId) && { in extractPayload() argument
264 if (!includeEnvelope || seqId) { in extractPayload()
269 if (includeEnvelope) { in extractPayload()
H A DRpcTypes.h116 bool includeEnvelope,
122 ResponsePayload extractPayload(bool includeEnvelope) &&;
163 bool includeEnvelope, int16_t protocolId, int32_t seqId = 0) &&;
H A DAsyncProcessor.cpp459 req_->includeEnvelope(), in sendReply()
483 req_->includeEnvelope(), in sendReply()
514 req_->includeEnvelope(), in sendReply()
H A DResponseChannel.h87 virtual bool includeEnvelope() const = 0;
H A DHeaderServerChannel.h114 bool includeEnvelope() const override { return true; } in includeEnvelope() function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/transport/rocket/server/
H A DRocketThriftRequests.h63 bool includeEnvelope() const override { return true; } in includeEnvelope() function
109 bool includeEnvelope() const override { return true; } in includeEnvelope() function
153 bool includeEnvelope() const override { return true; } in includeEnvelope() function
214 bool includeEnvelope() const override { return true; } in includeEnvelope() function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/
H A DGeneratedCodeHelper.cpp58 bool includeEnvelope, in write_exn() argument
72 if (includeEnvelope) { in write_exn()
76 if (includeEnvelope) { in write_exn()
97 req->includeEnvelope(), func, &oprot, protoSeqId, nullptr, x), in process_exn()
H A DGeneratedCodeHelper.h752 bool includeEnvelope,
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/server/
H A DCpp2Connection.h169 bool includeEnvelope() const override { return req_->includeEnvelope(); } in includeEnvelope() function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/templates/cpp2/service_tcc/
H A Dprocess_and_return.mustache259 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "<%…
266 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "<%…
273 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "<%…
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/transport/core/
H A DThriftRequest.h405 if (includeEnvelope()) { in sendErrorWrappedInternal()
519 bool includeEnvelope() const override { return true; } in includeEnvelope() function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/exceptions/gen-cpp2/
H A DRaiser.tcc162 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "do… in throw_wrapped_doRaise()
311 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "ge… in throw_wrapped_get500()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/
H A DExtraService.tcc157 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "th… in throw_wrapped_throws_function()
242 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "th… in throw_wrapped_throws_function2()
329 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "th… in throw_wrapped_throws_function3()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/stream/gen-cpp2/
H A DPubSubStreamingService.tcc256 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "bo… in throw_wrapped_boththrows()
346 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "re… in throw_wrapped_responseandstreamthrows()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py3lite/server/
H A Dserver.h307 req->includeEnvelope(), in throw_wrapped()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/doctext/gen-cpp2/
H A DC.tcc210 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "th… in throw_wrapped_thing()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/transport/core/testutil/
H A DTransportCompatibilityTest.cpp1226 bool includeEnvelope() const override { return req_->includeEnvelope(); } in TestCustomAsyncProcessor() function in apache::thrift::TransportCompatibilityTest::TestCustomAsyncProcessor::TestResponseChannelRequest
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py/server/
H A DCppServerWrapper.cpp354 req_up->includeEnvelope(), protType); in processSerializedRequest()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/test/
H A DInstrumentationTest.cpp954 MOCK_METHOD(bool, includeEnvelope, (), (const, override));
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/sink/gen-cpp2/
H A DSinkService.tcc274 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "me… in throw_wrapped_methodThrow()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-cpp2/
H A DMyService.tcc155 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "My… in throw_wrapped_MyInteraction_frobnicate()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/py3/gen-py3cpp/
H A DSimpleService.tcc738 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "ex… in throw_wrapped_expected_exception()