Home
last modified time | relevance | path

Searched refs:getProtoId (Results 1 – 10 of 10) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/transport/rocket/server/
H A DRocketThriftRequests.cpp423 getProtoId(), in ThriftServerRequestResponse()
434 metadata, data, getProtoId(), version_, getCompressionConfig())) { in sendThriftResponse()
487 getProtoId(), in ThriftServerRequestFnf()
545 getProtoId(), in ThriftServerRequestStream()
577 metadata, data, getProtoId(), version_, getCompressionConfig())) { in sendStreamThriftResponse()
588 clientCallback_->setProtoId(getProtoId()); in sendStreamThriftResponse()
604 metadata, data, getProtoId(), version_, getCompressionConfig())) { in sendStreamThriftResponse()
614 clientCallback_->setProtoId(getProtoId()); in sendStreamThriftResponse()
670 getProtoId(), in ThriftServerRequestSink()
733 clientCallback_->setProtoId(getProtoId()); in sendSinkThriftResponse()
[all …]
H A DThriftRocketServerHandler.cpp569 const auto protocolId = request->getProtoId(); in handleRequestCommon()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Designer/src/wizard/
H A DSelectorActors.cpp48 if (value.getProtoId() == srcActor->getProto()->getId()) { in SelectorActors()
51 ActorPrototype *proto = WorkflowEnv::getProtoRegistry()->getProto(value.getProtoId()); in SelectorActors()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/model/wizard/
H A DSelectorValue.h41 const QString &getProtoId() const;
H A DSelectorValue.cpp47 const QString &SelectorValue::getProtoId() const { in getProtoId() function in U2::SelectorValue
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/server/
H A DThriftProcessor.cpp102 auto protoId = request->getProtoId(); in onThriftRequest()
H A DRequestsRegistry.h162 protocol::PROTOCOL_TYPES getProtoId() const { return protoId_; } in getProtoId() function
H A DThriftServer.h1047 protoId_(stub.getProtoId()), in RequestSnapshot()
1092 protocol::PROTOCOL_TYPES getProtoId() const { return protoId_; } in getProtoId() function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/transport/core/
H A DThriftRequest.h82 protocol::PROTOCOL_TYPES getProtoId() const { in getProtoId() function
403 auto proto = getProtoId(); in sendErrorWrappedInternal()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/support/serialize/
H A DHRWizardSerializer.cpp911 value.getProtoId(), in serializeSelectorValue()