Home
last modified time | relevance | path

Searched defs:SImpl (Results 1 – 7 of 7) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/pubseq_gateway/client/
H A Dpsg_client_impl.hpp73 struct CPSG_ReplyItem::SImpl struct in CPSG_ReplyItem
75 SPSG_Reply::SItem::TTS* item = nullptr;
78 struct CPSG_Reply::SImpl struct in CPSG_Reply
80 shared_ptr<SPSG_Reply> reply;
81 weak_ptr<CPSG_Reply> user_reply;
90 struct CPSG_Queue::SImpl : CPSG_WaitingStack<shared_ptr<CPSG_Reply>> struct in CPSG_Queue
95 bool RejectsRequests() const { return m_Service.ioc.RejectsRequests(); } in RejectsRequests()
97 static TApiLock GetApiLock() { return CService::GetMap(); } in GetApiLock()
100 class CService
120 CService m_Service;
H A Dpsg_client.cpp435 CPSG_Queue::SImpl::SImpl(const string& service) : in SImpl() function in CPSG_Queue::SImpl
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/pubseq_gateway/client/
H A Dpsg_client_impl.hpp73 struct CPSG_ReplyItem::SImpl struct in CPSG_ReplyItem
75 SPSG_Reply::SItem::TTS* item = nullptr;
78 struct CPSG_Reply::SImpl struct in CPSG_Reply
80 shared_ptr<SPSG_Reply> reply;
81 weak_ptr<CPSG_Reply> user_reply;
90 struct CPSG_Queue::SImpl : CPSG_WaitingStack<shared_ptr<CPSG_Reply>> struct in CPSG_Queue
95 bool RejectsRequests() const { return m_Service.ioc.RejectsRequests(); } in RejectsRequests()
97 static TApiLock GetApiLock() { return CService::GetMap(); } in GetApiLock()
100 class CService
120 CService m_Service;
H A Dpsg_client.cpp435 CPSG_Queue::SImpl::SImpl(const string& service) : in SImpl() function in CPSG_Queue::SImpl
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/pubseq_gateway/client/impl/
H A Dmisc.hpp70 struct SImpl struct
72 SImpl(SPSG_CV_Base<I, TBase>&) {} in SImpl() function
74 void NotifyOne() {} in NotifyOne()
75 void NotifyAll() {} in NotifyAll()
89 bool x_WaitUntil() in x_WaitUntil()
102 int m_I = I;
106 struct SImpl<0, NA> struct
110 SImpl(SPSG_CV_Base<0, TBase>& base) : m_Base(base), m_Signal(0) {} in SImpl() argument
176 void x_Signal() in x_Signal()
183 condition_variable m_CV;
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/pubseq_gateway/client/impl/
H A Dmisc.hpp70 struct SImpl struct
72 SImpl(SPSG_CV_Base<I, TBase>&) {} in SImpl() argument
74 void NotifyOne() {} in NotifyOne()
75 void NotifyAll() {} in NotifyAll()
89 bool x_WaitUntil() in x_WaitUntil()
102 int m_I = I;
106 struct SImpl<0, NA> struct
110 SImpl(SPSG_CV_Base<0, TBase>& base) : m_Base(base), m_Signal(0) {} in SImpl() argument
176 void x_Signal() in x_Signal()
183 condition_variable m_CV;
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/pubseq_gateway/client/
H A Dprocessing.hpp282 struct SRequestBuilder::SImpl struct in SRequestBuilder
284 const TInput& input;
285 shared_ptr<void> user_context;
286 CRef<CRequestContext> request_context;
288 SImpl(const TInput& i, shared_ptr<void> uc = {}, CRef<CRequestContext> rc = {}) : in SImpl() argument