Home
last modified time | relevance | path

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

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/impl/
H A Dncbi_dbsvcmapper.hpp87 class NCBI_XNCBI_EXPORT CEndpointKey class
93 CEndpointKey(const CEndpointKey& that) in CEndpointKey() function in CEndpointKey
97 CEndpointKey(Uint4 host, Uint2 port = 0) in CEndpointKey() function in CEndpointKey
112 bool operator==(const CEndpointKey& that) const in operator ==()
115 bool operator!=(const CEndpointKey& that) const in operator !=()
118 bool operator<(const CEndpointKey& that) const in operator <()
121 bool operator<=(const CEndpointKey& that) const in operator <=()
124 bool operator>(const CEndpointKey& that) const in operator >()
127 bool operator>=(const CEndpointKey& that) const in operator >=()
136 ostream& operator<<(ostream& os, const CEndpointKey& key);
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/impl/
H A Dncbi_dbsvcmapper.hpp87 class NCBI_XNCBI_EXPORT CEndpointKey class
93 CEndpointKey(const CEndpointKey& that) in CEndpointKey() function in CEndpointKey
97 CEndpointKey(Uint4 host, Uint2 port = 0) in CEndpointKey() function in CEndpointKey
112 bool operator==(const CEndpointKey& that) const in operator ==()
115 bool operator!=(const CEndpointKey& that) const in operator !=()
118 bool operator<(const CEndpointKey& that) const in operator <()
121 bool operator<=(const CEndpointKey& that) const in operator <=()
124 bool operator>(const CEndpointKey& that) const in operator >()
127 bool operator>=(const CEndpointKey& that) const in operator >=()
136 ostream& operator<<(ostream& os, const CEndpointKey& key);
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbi_pool_balancer.cpp78 CEndpointKey key(it->GetHost(), it->GetPort()); in CPoolBalancer()
158 CEndpointKey conn_key(0u); in x_GetServer()
182 conn_key = CEndpointKey(host, port); in x_GetServer()
284 CEndpointKey CPoolBalancer::x_NameToKey(CTempString& name) const in x_NameToKey()
303 CEndpointKey key(address, NStr::fConvErr_NoThrow); in x_NameToKey()
H A Dncbi_dbsvcmapper.cpp42 CEndpointKey::CEndpointKey(const CTempString& name, NStr::TConvErrFlags flags) in CEndpointKey() function in CEndpointKey
120 ostream& operator<<(ostream& os, const CEndpointKey& key) in operator <<()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbi_pool_balancer.cpp78 CEndpointKey key(it->GetHost(), it->GetPort()); in CPoolBalancer()
158 CEndpointKey conn_key(0u); in x_GetServer()
182 conn_key = CEndpointKey(host, port); in x_GetServer()
284 CEndpointKey CPoolBalancer::x_NameToKey(CTempString& name) const in x_NameToKey()
303 CEndpointKey key(address, NStr::fConvErr_NoThrow); in x_NameToKey()
H A Dncbi_dbsvcmapper.cpp42 CEndpointKey::CEndpointKey(const CTempString& name, NStr::TConvErrFlags flags) in CEndpointKey() function in CEndpointKey
120 ostream& operator<<(ostream& os, const CEndpointKey& key) in operator <<()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/
H A Dncbi_pool_balancer.hpp91 typedef map<CEndpointKey, SEndpointInfo> TEndpoints;
93 CEndpointKey x_NameToKey(CTempString& name) const;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/
H A Dncbi_pool_balancer.hpp91 typedef map<CEndpointKey, SEndpointInfo> TEndpoints;
93 CEndpointKey x_NameToKey(CTempString& name) const;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/impl/
H A Ddbapi_driver_utils.hpp259 oss << CEndpointKey(host, 0); in ConvertN2A()
263 typedef CEndpointKey TEndpointKey;
268 return CEndpointKey(host, port); in MakeEndpointKey()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/impl/
H A Ddbapi_driver_utils.hpp259 oss << CEndpointKey(host, 0); in ConvertN2A()
263 typedef CEndpointKey TEndpointKey;
268 return CEndpointKey(host, port); in MakeEndpointKey()