Home
last modified time | relevance | path

Searched refs:TExceptions (Results 1 – 25 of 35) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Dhandle_stack.cpp157 bool CDBHandlerStack::HandleExceptions(const CDB_UserHandler::TExceptions& exceptions, in HandleExceptions()
162 typedef CDB_UserHandler::TExceptions TExceptions; in HandleExceptions() typedef
163 TExceptions remaining, still_remaining; in HandleExceptions()
165 ITERATE (TExceptions, it, exceptions) { in HandleExceptions()
178 ITERATE (TExceptions, it, remaining) { in HandleExceptions()
H A Dexception.cpp531 virtual bool HandleAll(const TExceptions& exceptions);
603 CDB_UserHandler::ClearExceptions(TExceptions& expts) in ClearExceptions()
605 NON_CONST_ITERATE(CDB_UserHandler::TExceptions, it, expts) { in ClearExceptions()
637 bool CDB_UserHandler::HandleAll(const TExceptions& /* exceptions */) in HandleAll() argument
651 ITERATE (TExceptions, it, exceptions) { in x_HandleAll()
722 bool CDB_UserHandler_Diag::HandleAll(const TExceptions& exceptions) in HandleAll()
783 bool CDB_UserHandler_Stream::HandleAll(const TExceptions& exceptions) in HandleAll()
821 CDB_UserHandler_Exception::HandleAll(const TExceptions& exceptions) in HandleAll()
826 TExceptions::const_iterator it = exceptions.end(); in HandleAll()
908 ITERATE (TExceptions, ex, exceptions) { in HandleAll()
[all …]
H A Ddbapi_driver_exception_storage.cpp48 void operator() (CDB_UserHandler::TExceptions& /*resource*/) const {} in operator ()()
53 void operator() (CDB_UserHandler::TExceptions& resource) const in operator ()()
71 NON_CONST_ITERATE(CDB_UserHandler::TExceptions, it, m_Exceptions) { in ~CDBExceptionStorage()
120 typedef CGuard<CDB_UserHandler::TExceptions, SNoLock, SUnLock> TGuard; in Handle()
H A Ddbapi_driver_exception_storage.hpp66 CDB_UserHandler::TExceptions m_Exceptions;
H A Ddbapi_impl_context.cpp1167 CDB_UserHandler::TExceptions* expts = factory->GetExceptions(); in MakeConnection()
1169 NON_CONST_REVERSE_ITERATE(CDB_UserHandler::TExceptions, it, *expts) { in MakeConnection()
H A Ddbapi_conn_factory.cpp780 CDB_UserHandler::TExceptions*
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Dhandle_stack.cpp157 bool CDBHandlerStack::HandleExceptions(const CDB_UserHandler::TExceptions& exceptions, in HandleExceptions()
162 typedef CDB_UserHandler::TExceptions TExceptions; in HandleExceptions() typedef
163 TExceptions remaining, still_remaining; in HandleExceptions()
165 ITERATE (TExceptions, it, exceptions) { in HandleExceptions()
178 ITERATE (TExceptions, it, remaining) { in HandleExceptions()
H A Dexception.cpp531 virtual bool HandleAll(const TExceptions& exceptions);
603 CDB_UserHandler::ClearExceptions(TExceptions& expts) in ClearExceptions()
605 NON_CONST_ITERATE(CDB_UserHandler::TExceptions, it, expts) { in ClearExceptions()
637 bool CDB_UserHandler::HandleAll(const TExceptions& /* exceptions */) in HandleAll() argument
651 ITERATE (TExceptions, it, exceptions) { in x_HandleAll()
722 bool CDB_UserHandler_Diag::HandleAll(const TExceptions& exceptions) in HandleAll()
783 bool CDB_UserHandler_Stream::HandleAll(const TExceptions& exceptions) in HandleAll()
821 CDB_UserHandler_Exception::HandleAll(const TExceptions& exceptions) in HandleAll()
826 TExceptions::const_iterator it = exceptions.end(); in HandleAll()
908 ITERATE (TExceptions, ex, exceptions) { in HandleAll()
[all …]
H A Ddbapi_driver_exception_storage.cpp48 void operator() (CDB_UserHandler::TExceptions& /*resource*/) const {} in operator ()()
53 void operator() (CDB_UserHandler::TExceptions& resource) const in operator ()()
71 NON_CONST_ITERATE(CDB_UserHandler::TExceptions, it, m_Exceptions) { in ~CDBExceptionStorage()
120 typedef CGuard<CDB_UserHandler::TExceptions, SNoLock, SUnLock> TGuard; in Handle()
H A Ddbapi_driver_exception_storage.hpp66 CDB_UserHandler::TExceptions m_Exceptions;
H A Ddbapi_impl_context.cpp1167 CDB_UserHandler::TExceptions* expts = factory->GetExceptions(); in MakeConnection()
1169 NON_CONST_REVERSE_ITERATE(CDB_UserHandler::TExceptions, it, *expts) { in MakeConnection()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/
H A Dexception.hpp574 typedef deque<CDB_Exception*> TExceptions; typedef in CDB_UserHandler
575 static void ClearExceptions(TExceptions& expts);
584 virtual bool HandleAll(const TExceptions& exceptions);
621 bool x_HandleAll(const TExceptions& exceptions);
636 virtual bool HandleAll(const TExceptions& exceptions);
656 virtual bool HandleAll(const TExceptions& exceptions);
675 virtual bool HandleAll(const TExceptions& exceptions);
687 bool HandleAll(const TExceptions& exceptions);
692 TExceptions m_SavedExceptions;
H A Ddbapi_conn_factory.hpp204 virtual CDB_UserHandler::TExceptions* GetExceptions(void);
236 CDB_UserHandler::TExceptions m_Errors;
H A Ddbapi_driver_conn_mgr.hpp111 virtual CDB_UserHandler::TExceptions* GetExceptions(void) in GetExceptions()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/
H A Dexception.hpp574 typedef deque<CDB_Exception*> TExceptions; typedef in CDB_UserHandler
575 static void ClearExceptions(TExceptions& expts);
584 virtual bool HandleAll(const TExceptions& exceptions);
621 bool x_HandleAll(const TExceptions& exceptions);
636 virtual bool HandleAll(const TExceptions& exceptions);
656 virtual bool HandleAll(const TExceptions& exceptions);
675 virtual bool HandleAll(const TExceptions& exceptions);
687 bool HandleAll(const TExceptions& exceptions);
692 TExceptions m_SavedExceptions;
H A Ddbapi_conn_factory.hpp204 virtual CDB_UserHandler::TExceptions* GetExceptions(void);
236 CDB_UserHandler::TExceptions m_Errors;
H A Ddbapi_driver_conn_mgr.hpp111 virtual CDB_UserHandler::TExceptions* GetExceptions(void) in GetExceptions()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/
H A Derr_handler.cpp55 bool CToMultiExHandler::HandleAll(const TExceptions& exceptions) in HandleAll()
57 ITERATE(TExceptions, it, exceptions) { in HandleAll()
H A Derr_handler.hpp49 virtual bool HandleAll(const TExceptions& exceptions);
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/
H A Derr_handler.cpp55 bool CToMultiExHandler::HandleAll(const TExceptions& exceptions) in HandleAll()
57 ITERATE(TExceptions, it, exceptions) { in HandleAll()
H A Derr_handler.hpp49 virtual bool HandleAll(const TExceptions& exceptions);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/hgvs/
H A Dhgvs_reader.cpp161 CVariation::TExceptions exception_list; in ReadSeqAnnot()
174 ITERATE(CVariation::TExceptions, except_it, exception_list ) { in ReadSeqAnnot()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/impl/
H A Dhandle_stack.hpp69 bool HandleExceptions(const CDB_UserHandler::TExceptions& exeptions,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/impl/
H A Dhandle_stack.hpp69 bool HandleExceptions(const CDB_UserHandler::TExceptions& exeptions,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/test/
H A Ddbapi_unit_test_msg.cpp83 virtual bool HandleAll(const TExceptions& exceptions);
146 bool CTestErrHandler::HandleAll(const TExceptions& exceptions) in HandleAll()
149 ITERATE(TExceptions, it, exceptions) { in HandleAll()

12