Home
last modified time | relevance | path

Searched refs:itEntry (Results 1 – 18 of 18) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/kademlia/kademlia/
H A DIndexed.cpp296 …for (CKadEntryPtrList::iterator itEntry = SrcEntryList.begin(); itEntry != SrcEntryList.end(); ++i… in ~CIndexed() local
297 Kademlia::CEntry* currName = *itEntry; in ~CIndexed()
335 …for (CKadEntryPtrList::iterator itEntry = SrcEntryList.begin(); itEntry != SrcEntryList.end(); ++i… in ~CIndexed() local
408 itEntry = currSource->entryList.erase(itEntry); in Clean()
416 ++itEntry; in Clean()
444 Kademlia::CEntry* currName = *itEntry; in Clean()
447 itEntry = currSource->entryList.erase(itEntry); in Clean()
450 ++itEntry; in Clean()
526 …or (CKadEntryPtrList::iterator itEntry = currSource->entryList.begin(); itEntry != currSource->ent… in AddKeyword() local
531 currSource->entryList.erase(itEntry); in AddKeyword()
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/kademlia/kademlia/
H A DIndexed.cpp296 …for (CKadEntryPtrList::iterator itEntry = SrcEntryList.begin(); itEntry != SrcEntryList.end(); ++i… in ~CIndexed() local
297 Kademlia::CEntry* currName = *itEntry; in ~CIndexed()
335 …for (CKadEntryPtrList::iterator itEntry = SrcEntryList.begin(); itEntry != SrcEntryList.end(); ++i… in ~CIndexed() local
408 itEntry = currSource->entryList.erase(itEntry); in Clean()
416 ++itEntry; in Clean()
444 Kademlia::CEntry* currName = *itEntry; in Clean()
447 itEntry = currSource->entryList.erase(itEntry); in Clean()
450 ++itEntry; in Clean()
526 …or (CKadEntryPtrList::iterator itEntry = currSource->entryList.begin(); itEntry != currSource->ent… in AddKeyword() local
531 currSource->entryList.erase(itEntry); in AddKeyword()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dstringed_ingame.cpp484 if (itEntry != m_StringEntries.end()) in AddFlagReference()
486 SE_Entry_t &Entry = (*itEntry).second; in AddFlagReference()
758 if (itEntry == m_StringEntries.end()) in AddEntry()
792 if (itEntry != m_StringEntries.end()) in SetString()
794 SE_Entry_t &Entry = (*itEntry).second; in SetString()
1002 mapStringEntries_t::iterator itEntry = TheStringPackage.m_StringEntries.find( sReference ); in SE_GetString() local
1003 if (itEntry != TheStringPackage.m_StringEntries.end()) in SE_GetString()
1005 SE_Entry_t &Entry = (*itEntry).second; in SE_GetString()
1037 …mapStringEntries_t::iterator itEntry = TheStringPackage.m_StringEntries.find( psPackageAndStringRe… in SE_GetFlags() local
1038 if (itEntry != TheStringPackage.m_StringEntries.end()) in SE_GetFlags()
[all …]
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dstringed_ingame.cpp486 if (itEntry != m_StringEntries.end()) in AddFlagReference()
488 SE_Entry_t &Entry = (*itEntry).second; in AddFlagReference()
761 if (itEntry == m_StringEntries.end()) in AddEntry()
795 if (itEntry != m_StringEntries.end()) in SetString()
797 SE_Entry_t &Entry = (*itEntry).second; in SetString()
1010 mapStringEntries_t::iterator itEntry = TheStringPackage.m_StringEntries.find( sReference ); in SE_GetString()
1011 if (itEntry != TheStringPackage.m_StringEntries.end()) in SE_GetString()
1013 SE_Entry_t &Entry = (*itEntry).second; in SE_GetString()
1046 …mapStringEntries_t::iterator itEntry = TheStringPackage.m_StringEntries.find( psPackageAndStringRe… in SE_GetFlags() local
1047 if (itEntry != TheStringPackage.m_StringEntries.end()) in SE_GetFlags()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/jsdialog/
H A Dexecutor.cxx243 std::unique_ptr<weld::TreeIter> itEntry(pTreeView->make_iterator()); in ExecuteAction() local
244 pTreeView->get_iter_abs_pos(*itEntry, nAbsPos); in ExecuteAction()
245 pTreeView->select(*itEntry); in ExecuteAction()
246 pTreeView->set_cursor(*itEntry); in ExecuteAction()
268 std::unique_ptr<weld::TreeIter> itEntry(pTreeView->make_iterator()); in ExecuteAction() local
269 pTreeView->get_iter_abs_pos(*itEntry, nAbsPos); in ExecuteAction()
270 pTreeView->expand_row(*itEntry); in ExecuteAction()
/dports/lang/spidermonkey60/firefox-60.9.0/editor/spellchecker/
H A DTextServicesDocument.cpp1236 OffsetEntry* itEntry; in InsertText() local
1254 if (!itEntry) { in InsertText()
1277 itEntry = 0; in InsertText()
1282 if (!itEntry) { in InsertText()
1291 if (!itEntry->mIsInsertedText || itEntry->mStrOffset != mSelStartOffset) { in InsertText()
1292 itEntry = 0; in InsertText()
1296 if (!itEntry) { in InsertText()
1302 if (!itEntry) { in InsertText()
1312 delete itEntry; in InsertText()
1334 itEntry->mNodeOffset + itEntry->mLength); in InsertText()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/txtsvc/
H A DnsTextServicesDocument.cpp1415 OffsetEntry *itEntry; in InsertText() local
1433 if (!itEntry) { in InsertText()
1456 itEntry = 0; in InsertText()
1461 if (!itEntry) { in InsertText()
1470 if (!itEntry->mIsInsertedText || itEntry->mStrOffset != mSelStartOffset) { in InsertText()
1471 itEntry = 0; in InsertText()
1475 if (!itEntry) { in InsertText()
1481 if (!itEntry) { in InsertText()
1491 delete itEntry; in InsertText()
1514 itEntry->mNodeOffset + itEntry->mLength); in InsertText()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/editor/spellchecker/
H A DTextServicesDocument.cpp1042 OffsetEntry* itEntry; in InsertText() local
1057 itEntry->mIsInsertedText = true; in InsertText()
1069 itEntry = 0; in InsertText()
1073 if (!itEntry) { in InsertText()
1079 if (!itEntry->mIsInsertedText || in InsertText()
1081 itEntry = 0; in InsertText()
1085 if (!itEntry) { in InsertText()
1090 itEntry->mIsInsertedText = true; in InsertText()
1100 itEntry->mLength += strLength; in InsertText()
1112 itEntry->mNodeOffset + itEntry->mLength); in InsertText()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/editor/spellchecker/
H A DTextServicesDocument.cpp1122 OffsetEntry* itEntry; in InsertText() local
1137 itEntry->mIsInsertedText = true; in InsertText()
1151 itEntry = 0; in InsertText()
1154 itEntry = mOffsetTable[i]; in InsertText()
1155 if (!itEntry) { in InsertText()
1161 if (!itEntry->mIsInsertedText || itEntry->mStrOffset != mSelStartOffset) { in InsertText()
1162 itEntry = 0; in InsertText()
1166 if (!itEntry) { in InsertText()
1181 itEntry->mLength += strLength; in InsertText()
1192 itEntry->mNodeOffset + itEntry->mLength); in InsertText()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/editor/spellchecker/
H A DTextServicesDocument.cpp1042 OffsetEntry* itEntry; in InsertText() local
1057 itEntry->mIsInsertedText = true; in InsertText()
1069 itEntry = 0; in InsertText()
1073 if (!itEntry) { in InsertText()
1079 if (!itEntry->mIsInsertedText || in InsertText()
1081 itEntry = 0; in InsertText()
1085 if (!itEntry) { in InsertText()
1090 itEntry->mIsInsertedText = true; in InsertText()
1100 itEntry->mLength += strLength; in InsertText()
1112 itEntry->mNodeOffset + itEntry->mLength); in InsertText()
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/index/
H A Dindex_dfi.h469 TEntriesIterator itEntry = begin(index.childEntry, Standard()); in _storeWotdChildren() local
474 TDirValue orMask = (index.predHull(*itEntry))? index.DFI_PRED_HULL: 0; in _storeWotdChildren()
475 if (index.pred(*itEntry)) orMask |= index.DFI_PRED; in _storeWotdChildren()
491 for (; it != itEnd; ++it, ++bit, ++itEntry) in _storeWotdChildren()
495 TDirValue orMask = (index.predHull(*itEntry))? index.DFI_PRED_HULL: 0; in _storeWotdChildren()
496 if (index.pred(*itEntry)) orMask |= index.DFI_PRED; in _storeWotdChildren()
497 if ((*itEntry).freq == index.nodeEntry.freq) orMask |= index.DFI_PARENT_FREQ; in _storeWotdChildren()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/
H A Dindex_dfi.h559 TEntriesIterator itEntry = begin(index.childEntry, Standard()); in _storeWotdChildren() local
564 TDirValue orMask = (index.predHull(*itEntry))? index.DFI_PRED_HULL: 0; in _storeWotdChildren()
565 if (index.pred(*itEntry)) orMask |= index.DFI_PRED; in _storeWotdChildren()
585 for (; it != itEnd; ++it, ++bit, ++itEntry) in _storeWotdChildren()
589 TDirValue orMask = (index.predHull(*itEntry))? index.DFI_PRED_HULL: 0; in _storeWotdChildren()
590 if (index.pred(*itEntry)) orMask |= index.DFI_PRED; in _storeWotdChildren()
591 if ((*itEntry).freq == index.nodeEntry.freq) orMask |= index.DFI_PARENT_FREQ; in _storeWotdChildren()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/
H A Dindex_dfi.h559 TEntriesIterator itEntry = begin(index.childEntry, Standard()); in _storeWotdChildren() local
564 TDirValue orMask = (index.predHull(*itEntry))? index.DFI_PRED_HULL: 0; in _storeWotdChildren()
565 if (index.pred(*itEntry)) orMask |= index.DFI_PRED; in _storeWotdChildren()
585 for (; it != itEnd; ++it, ++bit, ++itEntry) in _storeWotdChildren()
589 TDirValue orMask = (index.predHull(*itEntry))? index.DFI_PRED_HULL: 0; in _storeWotdChildren()
590 if (index.pred(*itEntry)) orMask |= index.DFI_PRED; in _storeWotdChildren()
591 if ((*itEntry).freq == index.nodeEntry.freq) orMask |= index.DFI_PARENT_FREQ; in _storeWotdChildren()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/index/
H A Dindex_dfi.h548 TEntriesIterator itEntry = begin(index.childEntry, Standard()); in _storeWotdChildren() local
553 TDirValue orMask = (index.predHull(*itEntry))? index.DFI_PRED_HULL: 0; in _storeWotdChildren()
554 if (index.pred(*itEntry)) orMask |= index.DFI_PRED; in _storeWotdChildren()
570 for (; it != itEnd; ++it, ++bit, ++itEntry) in _storeWotdChildren()
574 TDirValue orMask = (index.predHull(*itEntry))? index.DFI_PRED_HULL: 0; in _storeWotdChildren()
575 if (index.pred(*itEntry)) orMask |= index.DFI_PRED; in _storeWotdChildren()
576 if ((*itEntry).freq == index.nodeEntry.freq) orMask |= index.DFI_PARENT_FREQ; in _storeWotdChildren()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/marl/src/
H A Dcontainers_test.cpp253 auto itEntry = list.emplace_front("hello world"); in TEST_F() local
254 ASSERT_EQ(*itEntry, "hello world"); in TEST_F()
257 ASSERT_EQ(it, itEntry); in TEST_F()
/dports/devel/yaml-cpp03/yaml-cpp-release-0.3.0/test/old-api/
H A Dparsertests.cpp1133 std::vector<std::string>::const_iterator itEntry = tester.entries().begin(); in RunEncodingTest() local
1134 for (; (itNode != doc.end()) && (itEntry != tester.entries().end()); ++itNode, ++itEntry) in RunEncodingTest()
1137 if (!itNode->GetScalar(stScalarValue) && (stScalarValue == *itEntry)) in RunEncodingTest()
1143 if ((itNode != doc.end()) || (itEntry != tester.entries().end())) in RunEncodingTest()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dcoretest.cpp724 for (list<string>::const_iterator itEntry = entries.begin(); in BOOST_AUTO_TEST_CASE() local
725 itEntry != entries.end(); itEntry++) { in BOOST_AUTO_TEST_CASE()
726 NcbiCout << " Entry: " << *itEntry << NcbiEndl; in BOOST_AUTO_TEST_CASE()
728 << reg.Get(*itSection, *itEntry) << NcbiEndl; in BOOST_AUTO_TEST_CASE()
730 << reg.Get(*itSection, *itEntry, in BOOST_AUTO_TEST_CASE()
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dexpiration.cc291 auto itEntry = rangeIt->second.find(cleanPath); in HandlePkgEntry() local
292 if(itEntry == rangeIt->second.end()) // not found, ignore in HandlePkgEntry()
294 loopFunc(itEntry); in HandlePkgEntry()