/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/gen/ |
H A D | service_tcc.h | 49 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 D | Serializer.h | 250 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 D | RpcTypes.cpp | 147 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 D | RpcTypes.h | 116 bool includeEnvelope, 122 ResponsePayload extractPayload(bool includeEnvelope) &&; 163 bool includeEnvelope, int16_t protocolId, int32_t seqId = 0) &&;
|
H A D | AsyncProcessor.cpp | 459 req_->includeEnvelope(), in sendReply() 483 req_->includeEnvelope(), in sendReply() 514 req_->includeEnvelope(), in sendReply()
|
H A D | ResponseChannel.h | 87 virtual bool includeEnvelope() const = 0;
|
H A D | HeaderServerChannel.h | 114 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 D | RocketThriftRequests.h | 63 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 D | GeneratedCodeHelper.cpp | 58 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 D | GeneratedCodeHelper.h | 752 bool includeEnvelope,
|
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/server/ |
H A D | Cpp2Connection.h | 169 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 D | process_and_return.mustache | 259 …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 D | ThriftRequest.h | 405 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 D | Raiser.tcc | 162 …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 D | ExtraService.tcc | 157 …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 D | PubSubStreamingService.tcc | 256 …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 D | server.h | 307 req->includeEnvelope(), in throw_wrapped()
|
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/doctext/gen-cpp2/ |
H A D | C.tcc | 210 …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 D | TransportCompatibilityTest.cpp | 1226 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 D | CppServerWrapper.cpp | 354 req_up->includeEnvelope(), protType); in processSerializedRequest()
|
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/test/ |
H A D | InstrumentationTest.cpp | 954 MOCK_METHOD(bool, includeEnvelope, (), (const, override));
|
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/sink/gen-cpp2/ |
H A D | SinkService.tcc | 274 …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 D | MyService.tcc | 155 …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 D | SimpleService.tcc | 738 …req->includeEnvelope(), prot.protocolType(), protoSeqId, apache::thrift::MessageType::T_REPLY, "ex… in throw_wrapped_expected_exception()
|