Home
last modified time | relevance | path

Searched defs:has_connections (Results 1 – 13 of 13) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_connection_coordinator.cc142 void Perform(bool has_connections) override { in Perform()
403 void Perform(bool has_connections) override { in Perform()
628 IndexedDBConnectionCoordinator::ExecuteTask(bool has_connections) { in ExecuteTask()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_connection_coordinator.cc142 void Perform(bool has_connections) override { in Perform()
403 void Perform(bool has_connections) override { in Perform()
628 IndexedDBConnectionCoordinator::ExecuteTask(bool has_connections) { in ExecuteTask()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dconnection_pool.cpp107 bool ConnectionPool::has_connections() const { return !connections_.empty(); } in has_connections() function in ConnectionPool
H A Dconnection_pool_manager.cpp73 bool ConnectionPoolManager::has_connections(const Address& address) const { in has_connections() function in ConnectionPoolManager
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/federatedx/
H A Dha_federatedx.h241 bool has_connections() const { return txn_list != NULL; } in has_connections() function
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/federatedx/
H A Dha_federatedx.h239 bool has_connections() const { return txn_list != NULL; } in has_connections() function
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/federatedx/
H A Dha_federatedx.h239 bool has_connections() const { return txn_list != NULL; } in has_connections() function
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/federatedx/
H A Dha_federatedx.h241 bool has_connections() const { return txn_list != NULL; } in has_connections() function
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/federatedx/
H A Dha_federatedx.h241 bool has_connections() const { return txn_list != NULL; } in has_connections() function
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dscene_tree_editor.cpp347 bool has_connections = p_node->has_persistent_signal_connections(); in _add_nodes() local
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dscene_tree_editor.cpp347 bool has_connections = p_node->has_persistent_signal_connections(); in _add_nodes() local
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/sigslot/
H A Dsigslot.h2147 bool has_connections(){ in has_connections() function
2223 bool has_connections(){ in has_connections() function
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dnest_names.cpp218 const Name has_connections( "has_connections" ); variable