Home
last modified time | relevance | path

Searched refs:doTakeSnapshot (Results 1 – 15 of 15) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/configuration/
H A DMovableConfigurationAreaTest.java34 static void doTakeSnapshot(final IPath destinationPath) { in doTakeSnapshot() method in MovableConfigurationAreaTest
71 doTakeSnapshot(destinationPath); in suite()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DParaxialTexCoordSystem.h47 TexCoordSystemSnapshot* doTakeSnapshot();
H A DGroup.h70 NodeSnapshot* doTakeSnapshot();
H A DParallelTexCoordSystem.h54 TexCoordSystemSnapshot* doTakeSnapshot();
H A DEntity.h61 NodeSnapshot* doTakeSnapshot();
H A DTexCoordSystem.h71 virtual TexCoordSystemSnapshot* doTakeSnapshot() = 0;
H A DNode.cpp66 return doTakeSnapshot(); in takeSnapshot()
602 NodeSnapshot* Node::doTakeSnapshot() { in doTakeSnapshot() function in TrenchBroom::Model::Node
H A DTexCoordSystem.cpp40 return doTakeSnapshot(); in takeSnapshot()
H A DGroup.cpp114 NodeSnapshot* Group::doTakeSnapshot() { in doTakeSnapshot() function in TrenchBroom::Model::Group
H A DParallelTexCoordSystem.cpp51 TexCoordSystemSnapshot* ParallelTexCoordSystem::doTakeSnapshot() { in doTakeSnapshot() function in TrenchBroom::Model::ParallelTexCoordSystem
H A DBrush.h186 NodeSnapshot* doTakeSnapshot();
H A DParaxialTexCoordSystem.cpp75 TexCoordSystemSnapshot* ParaxialTexCoordSystem::doTakeSnapshot() { in doTakeSnapshot() function in TrenchBroom::Model::ParaxialTexCoordSystem
H A DEntity.cpp111 NodeSnapshot* Entity::doTakeSnapshot() { in doTakeSnapshot() function in TrenchBroom::Model::Entity
H A DNode.h375 virtual NodeSnapshot* doTakeSnapshot();
H A DBrush.cpp275 NodeSnapshot* Brush::doTakeSnapshot() { in doTakeSnapshot() function in TrenchBroom::Model::Brush