Home
last modified time | relevance | path

Searched refs:otherRootGroup (Results 1 – 2 of 2) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Utilities/src/HDF5/
H A DHDF5File.cpp269 const hid_t otherRootGroup = H5Gopen2(otherFile->fileID, rootGroupName.c_str(), H5P_DEFAULT); in MergeFile() local
274 …const herr_t status = H5Ovisit(otherRootGroup, H5_INDEX_NAME, H5_ITER_NATIVE, &CopyObjectToGlobalF… in MergeFile()
279 H5Gclose(otherRootGroup); in MergeFile()
/dports/security/keepassxc/keepassxc-2.6.6/tests/
H A DTestCli.cpp1399 auto* otherRootGroup = new Group(); in testMergeWithKeys() local
1400 otherRootGroup->setName("root"); in testMergeWithKeys()
1401 otherRootGroup->setUuid(QUuid::createUuid()); in testMergeWithKeys()
1404 otherGroup->setParent(otherRootGroup); in testMergeWithKeys()
1413 targetDatabase->setRootGroup(otherRootGroup); in testMergeWithKeys()