Home
last modified time | relevance | path

Searched refs:uniqueIds (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DZone-inl.h32 auto p = uniqueIds().lookup(cell); in maybeGetUniqueId()
46 auto p = uniqueIds().lookupForAdd(cell); in getOrCreateUniqueId()
56 if (!uniqueIds().add(p, cell, *uidp)) { in getOrCreateUniqueId()
65 uniqueIds().remove(cell); in getOrCreateUniqueId()
88 return uniqueIds().has(cell); in hasUniqueId()
96 MOZ_ASSERT(!uniqueIds().has(tgt)); in transferUniqueId()
97 uniqueIds().rekeyIfMoved(src, tgt); in transferUniqueId()
102 uniqueIds().remove(cell); in removeUniqueId()
109 MOZ_ASSERT(!uniqueIds().has(e.front().key())); in adoptUniqueIds()
110 if (!uniqueIds().put(e.front().key(), e.front().value())) { in adoptUniqueIds()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DZone-inl.h32 auto p = uniqueIds().lookup(cell); in maybeGetUniqueId()
46 auto p = uniqueIds().lookupForAdd(cell); in getOrCreateUniqueId()
56 if (!uniqueIds().add(p, cell, *uidp)) { in getOrCreateUniqueId()
65 uniqueIds().remove(cell); in getOrCreateUniqueId()
88 return uniqueIds().has(cell); in hasUniqueId()
96 MOZ_ASSERT(!uniqueIds().has(tgt)); in transferUniqueId()
97 uniqueIds().rekeyIfMoved(src, tgt); in transferUniqueId()
102 uniqueIds().remove(cell); in removeUniqueId()
109 MOZ_ASSERT(!uniqueIds().has(e.front().key())); in adoptUniqueIds()
110 if (!uniqueIds().put(e.front().key(), e.front().value())) { in adoptUniqueIds()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DZone-inl.h32 auto p = uniqueIds().lookup(cell); in maybeGetUniqueId()
46 auto p = uniqueIds().lookupForAdd(cell); in getOrCreateUniqueId()
56 if (!uniqueIds().add(p, cell, *uidp)) { in getOrCreateUniqueId()
65 uniqueIds().remove(cell); in getOrCreateUniqueId()
88 return uniqueIds().has(cell); in hasUniqueId()
96 MOZ_ASSERT(!uniqueIds().has(tgt)); in transferUniqueId()
97 uniqueIds().rekeyIfMoved(src, tgt); in transferUniqueId()
102 uniqueIds().remove(cell); in removeUniqueId()
109 MOZ_ASSERT(!uniqueIds().has(e.front().key())); in adoptUniqueIds()
110 if (!uniqueIds().put(e.front().key(), e.front().value())) { in adoptUniqueIds()
[all …]
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DZone-inl.h32 auto p = uniqueIds().lookup(cell); in maybeGetUniqueId()
46 auto p = uniqueIds().lookupForAdd(cell); in getOrCreateUniqueId()
56 if (!uniqueIds().add(p, cell, *uidp)) { in getOrCreateUniqueId()
65 uniqueIds().remove(cell); in getOrCreateUniqueId()
88 return uniqueIds().has(cell); in hasUniqueId()
96 MOZ_ASSERT(!uniqueIds().has(tgt)); in transferUniqueId()
97 uniqueIds().rekeyIfMoved(src, tgt); in transferUniqueId()
102 uniqueIds().remove(cell); in removeUniqueId()
/dports/net-im/matterhorn/matterhorn-50200.13.0/test/
H A Dtest_messages.hs90 uniqueIds :: Foldable t => t Message -> Bool
91 uniqueIds msgs = function
185 in uniqueIds l ==>
235 in uniqueIds l ==>
303 in uniqueIds msgs ==>
317 in uniqueIds msgs ==>
331 in uniqueIds msgs ==>
364 in uniqueIds msgs ==>
403 in uniqueIds msgs ==>
488 in uniqueIds [w, x, y, z] ==>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/payments/core/
H A Dpayment_details_validation.cc62 std::set<std::string> uniqueIds; in ValidateShippingOptions() local
69 if (uniqueIds.find(option.id) != uniqueIds.end()) { in ValidateShippingOptions()
73 uniqueIds.insert(option.id); in ValidateShippingOptions()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/payments/core/
H A Dpayment_details_validation.cc62 std::set<std::string> uniqueIds; in ValidateShippingOptions() local
69 if (uniqueIds.find(option.id) != uniqueIds.end()) { in ValidateShippingOptions()
73 uniqueIds.insert(option.id); in ValidateShippingOptions()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/gustaf/
H A Dgustaf_matepairs.h110 StringSet<TId> uniqueIds = ids; in _importSequences() local
111 …std::sort(begin(uniqueIds, Standard()), end(uniqueIds, Standard()), IdComparator<TId>()); // O(n*… in _importSequences()
112 TIdSetIterator itOldEnd = end(uniqueIds, Standard()); in _importSequences()
113 …TIdSetIterator itNewEnd = std::unique(begin(uniqueIds, Standard()), end(uniqueIds, Standard()), Id… in _importSequences()
194 StringSet<TId> uniqueIds = ids; in _importSequences() local
196 …std::sort(begin(uniqueIds, Standard()), end(uniqueIds, Standard()), IdComparator<TId>()); // O(n*… in _importSequences()
197 TIdSetIterator itOldEnd = end(uniqueIds, Standard()); in _importSequences()
198 …TIdSetIterator itNewEnd = std::unique(begin(uniqueIds, Standard()), end(uniqueIds, Standard()), Id… in _importSequences()
H A Dstellar_routines.h642 StringSet<TId> uniqueIds = ids; in _importSequences() local
643 …std::sort(begin(uniqueIds, Standard()), end(uniqueIds, Standard()), IdComparator<TId>()); // O(n*… in _importSequences()
644 TIdSetIterator itOldEnd = end(uniqueIds, Standard()); in _importSequences()
645 …TIdSetIterator itNewEnd = std::unique(begin(uniqueIds, Standard()), end(uniqueIds, Standard()), Id… in _importSequences()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DZone.h286 js::gc::UniqueIdMap& uniqueIds() { return uniqueIds_.ref(); } in uniqueIds() function
582 auto p = uniqueIds().lookup(cell); in maybeGetUniqueId()
596 auto p = uniqueIds().lookupForAdd(cell); in getOrCreateUniqueId()
606 if (!uniqueIds().add(p, cell, *uidp)) return false; in getOrCreateUniqueId()
613 uniqueIds().remove(cell); in getOrCreateUniqueId()
636 return uniqueIds().has(cell); in hasUniqueId()
647 MOZ_ASSERT(!uniqueIds().has(tgt)); in transferUniqueId()
648 uniqueIds().rekeyIfMoved(src, tgt); in transferUniqueId()
654 uniqueIds().remove(cell); in removeUniqueId()
663 MOZ_ASSERT(!uniqueIds().has(e.front().key())); in adoptUniqueIds()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DTestPolyhedronCutter.cxx82 std::set<vtkIdType> uniqueIds; in TestPolyhedronCutter() local
86 uniqueIds.insert(ids->GetId(i)); in TestPolyhedronCutter()
89 if (uniqueIds.size() != 5) in TestPolyhedronCutter()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DTestPolyhedronCutter.cxx83 set<vtkIdType> uniqueIds; in TestPolyhedronCutter() local
87 uniqueIds.insert(ids->GetId(i)); in TestPolyhedronCutter()
90 if (uniqueIds.size() != 5) in TestPolyhedronCutter()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/taskassignment/
H A Dreportgpuusage.cpp71 std::set<int> uniqueIds; in countUniqueGpuIdsUsed() local
76 uniqueIds.insert(assignmentOfTask.deviceId_); in countUniqueGpuIdsUsed()
79 return uniqueIds.size(); in countUniqueGpuIdsUsed()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/Container/
H A DSiteLanguageContainer.php113 $uniqueIds = [];
117 $uniqueIds[$children['databaseRow']['uid']] = $value;
131 'used' => array_map('strval', $uniqueIds),
146 if ($record[1] !== PHP_INT_MAX && !in_array($record[1], $uniqueIds, true)) {
H A DInlineControlContainer.php197 $uniqueIds = [];
227 $uniqueIds[$child['databaseRow']['uid']] = $value;
239 'used' => $uniqueIds,
321 $selectorBox = $this->renderPossibleRecordsSelectorTypeSelect($config, $uniqueIds);
614 * @param array $uniqueIds The uids that have already been used and should be unique
617 protected function renderPossibleRecordsSelectorTypeSelect(array $config, array $uniqueIds) argument
628 if (!in_array($p[1], $uniqueIds)) {
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/test/Playlist/
H A DPlaylistTest.cpp130 auto uniqueIds = plTracks.unique_ids();
177 QVERIFY(uniqueIds != currentUniqueIds);
179 std::sort(uniqueIds.begin(), uniqueIds.end());
181 QVERIFY(uniqueIds == currentUniqueIds);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/Container/
H A DInlineControlContainer.php196 $uniqueIds = [];
225 $uniqueIds[$child['databaseRow']['uid']] = $value;
236 'used' => $uniqueIds,
305 $selectorBox = $this->renderPossibleRecordsSelectorTypeSelect($config, $uniqueIds);
594 * @param array $uniqueIds The uids that have already been used and should be unique
597 protected function renderPossibleRecordsSelectorTypeSelect(array $config, array $uniqueIds) argument
604 if (!in_array($p[1], $uniqueIds)) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/Container/
H A DInlineControlContainer.php196 $uniqueIds = [];
226 $uniqueIds[$child['databaseRow']['uid']] = $value;
237 'used' => $uniqueIds,
305 $selectorBox = $this->renderPossibleRecordsSelectorTypeSelect($config, $uniqueIds);
597 * @param array $uniqueIds The uids that have already been used and should be unique
600 protected function renderPossibleRecordsSelectorTypeSelect(array $config, array $uniqueIds) argument
607 if (!in_array($p[1], $uniqueIds)) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/Element/
H A DSelectSingleElement.php88 $uniqueIds = null;
98 … $uniqueIds = $this->data['inlineData']['unique'][$inlineObjectName . '-' . $table]['used'];
111 $uniqueIds[] = $this->data['inlineParentUid'];
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/Element/
H A DSelectSingleElement.php90 $uniqueIds = null;
100 … $uniqueIds = $this->data['inlineData']['unique'][$inlineObjectName . '-' . $table]['used'];
109 $uniqueIds[] = $this->data['inlineParentUid'];
/dports/x11/kf5-krunner/krunner-5.89.0/src/
H A Drunnercontext.cpp146 if (uniqueIds.contains(match.id())) { in addMatch()
147 const QueryMatch &existentMatch = uniqueIds.value(match.id()); in addMatch()
155 uniqueIds.insert(match.id(), match); in addMatch()
174 QMap<QString, QueryMatch> uniqueIds; member in Plasma::RunnerContextPrivate
241 d->uniqueIds.clear(); in reset()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/Element/
H A DSelectSingleElement.php93 $uniqueIds = null;
103 … $uniqueIds = $this->data['inlineData']['unique'][$inlineObjectName . '-' . $table]['used'];
112 $uniqueIds[] = $this->data['inlineParentUid'];
/dports/devel/kf5-kpackage/kpackage-5.89.0/src/kpackage/
H A Dpackageloader.cpp187 QSet<QString> uniqueIds; in listPackages() local
217 if (!info.isValid() || uniqueIds.contains(info.pluginId())) { in listPackages()
223 uniqueIds << info.pluginId(); in listPackages()
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/tags/
H A Dframenotice.cpp343 QSet<QString> uniqueIds; in addId3StandardViolationNotice() local
371 if (uniqueIds.contains(uniqueId)) { in addId3StandardViolationNotice()
376 uniqueIds.insert(uniqueId); in addId3StandardViolationNotice()
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/tags/
H A Dframenotice.cpp343 QSet<QString> uniqueIds; in addId3StandardViolationNotice() local
371 if (uniqueIds.contains(uniqueId)) { in addId3StandardViolationNotice()
376 uniqueIds.insert(uniqueId); in addId3StandardViolationNotice()

123