Home
last modified time | relevance | path

Searched refs:childrenIds (Results 1 – 17 of 17) sorted by relevance

/dports/net/libkgapi/libkgapi-21.12.3/src/drive/
H A Dchildreferencedeletejob.cpp23 QStringList childrenIds; member in ChildReferenceDeleteJob::Private
34 d->childrenIds << childId; in ChildReferenceDeleteJob()
38 const QStringList &childrenIds, in ChildReferenceDeleteJob() argument
45 d->childrenIds << childrenIds; in ChildReferenceDeleteJob()
56 d->childrenIds << reference->id(); in ChildReferenceDeleteJob()
68 d->childrenIds << reference->id(); in ChildReferenceDeleteJob()
79 if (d->childrenIds.isEmpty()) { in start()
84 const QString childId = d->childrenIds.takeFirst(); in start()
H A Dchildreferencecreatejob.cpp74 const QStringList &childrenIds, in ChildReferenceCreateJob() argument
81 for (const QString & childId : std::as_const(childrenIds)) { in ChildReferenceCreateJob()
H A Dchildreferencedeletejob.h32 const QStringList &childrenIds,
H A Dchildreferencecreatejob.h32 const QStringList &childrenIds,
/dports/databases/arrow/apache-arrow-6.0.1/java/c/src/main/java/org/apache/arrow/c/
H A DSchemaImporter.java99 …long[] childrenIds = NativeUtil.toJavaArray(snapshot.children, checkedCastToInt(snapshot.n_childre… in importField() local
100 if (childrenIds != null && childrenIds.length > 0) { in importField()
101 children = new ArrayList<>(childrenIds.length); in importField()
102 for (long childAddress : childrenIds) { in importField()
/dports/www/owncloud/owncloud/apps/dav/lib/DAV/
H A DFileCustomPropertiesBackend.php242 $childrenIds = [];
248 $childrenIds[] = $childId;
257 $fileIdChunks = $this->getChunks($childrenIds, \count($requestedProperties));
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/framegraph/
H A Dframegraphvisitor.cpp97 const QVector<Qt3DCore::QNodeId> fgChildIds = node->childrenIds(); in visit()
H A Dframegraphnode.cpp100 QVector<Qt3DCore::QNodeId> FrameGraphNode::childrenIds() const in childrenIds() function in Qt3DRender::Render::FrameGraphNode
H A Dframegraphnode_p.h118 QVector<Qt3DCore::QNodeId> childrenIds() const;
/dports/math/vtk9/VTK-9.1.0/IO/CGNS/
H A Dcgio_helpers.cxx93 int getNodeChildrenId(int cgioNum, double fatherId, std::vector<double>& childrenIds) in getNodeChildrenId() argument
100 childrenIds.resize(nchildren); in getNodeChildrenId()
114 childrenIds[child] = idList[child]; in getNodeChildrenId()
H A Dcgio_helpers.h137 int getNodeChildrenId(int cgioNum, double fatherId, std::vector<double>& childrenIds);
H A DvtkCGNSReader.cxx188 std::vector<double> childrenIds; in BCInformation() local
189 CGNSRead::getNodeChildrenId(cgioNum, nodeId, childrenIds); in BCInformation()
191 for (auto iter = childrenIds.begin(); iter != childrenIds.end(); ++iter) in BCInformation()
252 CGNSRead::releaseIds(cgioNum, childrenIds); in BCInformation()
357 std::vector<double> childrenIds; in BCInformationUns() local
358 CGNSRead::getNodeChildrenId(cgioNum, nodeId, childrenIds); in BCInformationUns()
360 for (auto iter = childrenIds.begin(); iter != childrenIds.end(); ++iter) in BCInformationUns()
414 CGNSRead::releaseIds(cgioNum, childrenIds); in BCInformationUns()
1345 std::vector<double> childrenIds; in readBCData() local
1348 for (auto& childrenId : childrenIds) in readBCData()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/external_objects/src/cpp/
H A DScilabObjects.cpp694 std::vector<int> childrenIds = std::vector<int>(length + 1); in getArgumentId() local
704 removeTemporaryVars(envId, childrenIds.data()); in getArgumentId()
708 getArgumentId(pvItem, childrenIds.data(), false, false, envId, pvApiCtx); in getArgumentId()
711 returnId = wrapper.wrapList(length, childrenIds.data()); in getArgumentId()
/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/db/
H A Dreading_list_model.cpp705 QList<qulonglong> childrenIds; in reorderingChildren() local
709 childrenIds << item->getId(); in reorderingChildren()
714 DBHelper::reasignOrderToSublists(childrenIds, db); in reorderingChildren()
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Helper/
H A DTagsHelper.php974 $childrenIds[] = $child->id;
977 $query->where('a.id IN (' . implode(',', $childrenIds) . ')');
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/jobs/
H A Dpickboundingvolumeutils.cpp77 if (node->childrenIds().empty()) in visit()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dsubscenecommand.cpp369 QList<TStageObjectId> childrenIds = it.value(); in setChildren() local
371 for (it2 = childrenIds.begin(); it2 != childrenIds.end(); it2++) in setChildren()