Home
last modified time | relevance | path

Searched defs:baseTree (Results 1 – 19 of 19) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Basement/FeatTrees/
H A DFeatTree.cpp75 void baseTreeToFeatTree(FeatTreeGraph &baseTree) {} in baseTreeToFeatTree()
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/github/package/data/
H A Dtrees.php97 public function create($owner, $repo, $tree, $baseTree = '')
/dports/devel/libantlr3c/libantlr3c-3.4/include/
H A Dantlr3parsetree.h60 ANTLR3_BASE_TREE baseTree; member
H A Dantlr3commontree.h104 ANTLR3_BASE_TREE baseTree; member
/dports/devel/lfcbase/lfcbase-1.16.2/basecheck/
H A DTreeTest.cc118 TreeT<int> baseTree; in main() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/variants/
H A DThreeWaySubscriber.java42 private ThreeWayBaseTree baseTree; field in ThreeWaySubscriber
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/watson/
H A DElementTreeIteratorTest.java61 ElementTree baseTree = new ElementTree(); in testConcurrentModification() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBPortUpdate.c218 MacTreeNode *baseTree; in ixEthDBCreateTrees() local
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBPortUpdate.c218 MacTreeNode *baseTree; in ixEthDBCreateTrees() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBPortUpdate.c218 MacTreeNode *baseTree; in ixEthDBCreateTrees() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBPortUpdate.c218 MacTreeNode *baseTree; in ixEthDBCreateTrees() local
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBPortUpdate.c218 MacTreeNode *baseTree; in ixEthDBCreateTrees() local
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBPortUpdate.c218 MacTreeNode *baseTree; in ixEthDBCreateTrees() local
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBPortUpdate.c218 MacTreeNode *baseTree; in ixEthDBCreateTrees() local
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/
H A DGrid.h187 TreeBase& baseTree() { return const_cast<TreeBase&>(this->constBaseTree()); } in baseTree() function
192 const TreeBase& baseTree() const { return this->constBaseTree(); } in baseTree() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/
H A DCVSMergeSubscriber.java119 private MergeBaseTree baseTree; field in CVSMergeSubscriber
H A DCVSWorkspaceSubscriber.java42 private CVSResourceVariantTree baseTree, remoteTree; field in CVSWorkspaceSubscriber
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Ddomprovider.h373 Tree *baseTree; variable
H A Dproc.cpp1222 void Processor::initForSXP(Tree *baseTree) in initForSXP()