Home
last modified time | relevance | path

Searched refs:SetServerCheckHint (Results 1 – 6 of 6) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dnetcache_params.cpp63 SetServerCheckHint(Get<bool>(optional)); in LoadNamedParameters()
131 void CNetCacheAPIParameters::SetServerCheckHint(const string& server_check_hint) in SetServerCheckHint() function in CNetCacheAPIParameters
134 SetServerCheckHint(StringToBool(server_check_hint)); in SetServerCheckHint()
H A Dnetcache_params.hpp120 void SetServerCheckHint(bool server_check_hint) in SetServerCheckHint() function in CNetCacheAPIParameters
126 void SetServerCheckHint(const string& server_check_hint);
H A Dnetcache_api.cpp117 m_DefaultParameters.SetServerCheckHint(registry.Get(sections, "server_check_hint", kEmptyStr)); in Init()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dnetcache_params.cpp63 SetServerCheckHint(Get<bool>(optional)); in LoadNamedParameters()
131 void CNetCacheAPIParameters::SetServerCheckHint(const string& server_check_hint) in SetServerCheckHint() function in CNetCacheAPIParameters
134 SetServerCheckHint(StringToBool(server_check_hint)); in SetServerCheckHint()
H A Dnetcache_params.hpp120 void SetServerCheckHint(bool server_check_hint) in SetServerCheckHint() function in CNetCacheAPIParameters
126 void SetServerCheckHint(const string& server_check_hint);
H A Dnetcache_api.cpp117 m_DefaultParameters.SetServerCheckHint(registry.Get(sections, "server_check_hint", kEmptyStr)); in Init()