Home
last modified time | relevance | path

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

/dports/net-im/jicofo/jicofo-ec1b29e/src/main/java/org/jitsi/jicofo/bridge/
H A DJvbDoctor.java226 removeBridge(bridge); in stop()
262 removeBridge(bridgeEvent.getBridgeJid()); in handleEvent()
297 private void removeBridge(Jid bridgeJid) in removeBridge() method in JvbDoctor
/dports/editors/libreoffice/libreoffice-7.2.6.2/binaryurp/source/
H A Dbridgefactory.hxx56 void removeBridge(
H A Dbridgefactory.cxx44 void BridgeFactory::removeBridge( in removeBridge() function in binaryurp::BridgeFactory
H A Dbridge.cxx327 factory_->removeBridge(this); in terminate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/binaryurp/source/
H A Dbridgefactory.hxx70 void removeBridge(
H A Dbridgefactory.cxx61 void BridgeFactory::removeBridge( in removeBridge() function in binaryurp::BridgeFactory
H A Dbridge.cxx328 factory_->removeBridge(this); in terminate()
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DGameMap.cpp1560 removeBridge(old_bridge->getPos()); in moveBuilding()
1749 case Maptile::BRIDGE: return removeBridge(pos); in removeLocation()
1905 bool GameMap::removeBridge(Vector<int> pos) in removeBridge() function in GameMap
2455 erased |= removeBridge(tile); in eraseTile()
2597 GameMap::getInstance()->removeBridge(src); in burnBridge()
2603 GameMap::getInstance()->removeBridge(dest); in burnBridge()
H A DGameMap.h1243 bool removeBridge(Vector<int> pos);
/dports/games/lordsawar/lordsawar-0.3.2/src/editor/
H A Deditorbigmap.cpp536 GameMap::getInstance()->removeBridge(tile); in change_map_under_cursor()