Searched refs:iterator (Results 101 - 125 of 311) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dhttp.h57 typedef wxStringToStringHashMap::iterator wxHeaderIterator;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFriendList.cpp141 for (FriendList::iterator it = m_FriendList.begin(); it != m_FriendList.end(); ++it) {
156 for(FriendList::iterator it = m_FriendList.begin(); it != m_FriendList.end(); ++it) {
183 for (FriendList::iterator it = m_FriendList.begin(); it != m_FriendList.end(); ++it) {
202 for(FriendList::iterator it = m_FriendList.begin(); it != m_FriendList.end(); ++it) {
H A Damule-remote-gui.h184 typedef typename std::list<T *>::iterator iterator; typedef in class:CRemoteContainer
185 iterator begin() { return m_items.begin(); }
186 iterator end() { return m_items.end(); }
227 for(typename std::list<T *>::iterator j = this->m_items.begin(); j != this->m_items.end(); j++) {
244 for(typename std::list<T *>::iterator j = this->m_items.begin(); j != this->m_items.end(); j++) {
321 void RemoveItem(iterator & it)
362 for(iterator it = begin(); it != end();) {
363 iterator it2 = it++;
H A DIP2Country.cpp191 CountryDataMap::iterator it = m_CountryDataMap.find(wxString(wxT("unknown")));
198 CountryDataMap::iterator it = m_CountryDataMap.find(CCode);
H A DCanceledFileList.cpp99 CanceledFileList::iterator it = m_canceledFileList.begin();
H A DDirectoryTreeCtrl.cpp270 for (SharedMap::iterator it = m_lstShared.begin(); it != m_lstShared.end(); it++) {
281 for (PathList::iterator it = list->begin(); it != list->end(); it++) {
311 for (SharedMap::iterator it = m_lstShared.begin(); it != m_lstShared.end(); it++) {
340 SharedMap::iterator it = m_lstShared.upper_bound(GetKey(path) + wxFileName::GetPathSeparator());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredKeySet.java123 Object makeIteratorData(BaseIterator iterator, argument
H A DStoredCollection.java63 * the {@link #iterator} method. By default this value is {@link
73 * the {@link #iterator} method. By default this value is {@link
110 * Returns an iterator over the elements in this collection.
111 * The iterator will be read-only if the collection is read-only.
112 * This method conforms to the {@link Collection#iterator} interface.
114 * <p>The iterator returned by this method does not keep a database cursor
120 * <p>Because this iterator does not keep a cursor open, if it is used
121 * without transactions, the iterator does not have <em>cursor
123 * current iterator position can be changed or deleted by another thread.
131 public Iterator iterator() { method in class:StoredCollection
204 public StoredIterator iterator(boolean writeAllowed) { method in class:StoredCollection
556 makeIteratorData(BaseIterator iterator, DataCursor cursor) argument
564 makeIteratorData(BaseIterator iterator, DatabaseEntry keyEntry, DatabaseEntry priKeyEntry, DatabaseEntry valueEntry) argument
[all...]
H A DStoredCollections.java245 * Clones an iterator preserving its current position.
247 * @param iter an iterator to clone.
250 * iterator.
252 * @throws ClassCastException if the given iterator was not obtained via a
255 public static Iterator iterator(Iterator iter) { method in class:StoredCollections
H A DStoredValueSet.java169 Object makeIteratorData(BaseIterator iterator, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DIterDeadlockTest.java143 * A thread to open iterator 1, then wait to be notified, then open
144 * iterator 2.
153 (ListIterator) map1.values().iterator();
159 Iterator i2 = map2.values().iterator();
174 * A thread to open iterator 2, then wait to be notified, then open
175 * iterator 1.
184 (ListIterator) map2.values().iterator();
190 Iterator i1 = map1.values().iterator();
205 * Open iterator 1 in thread 1, then iterator
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dkeyword.cc79 PositionIterator iter = positions.iterator(_allchars_length);
98 /* Out of range of KEY length, the iterator should not have
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dincludes.h48 #include <iterator>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dincludes.h48 #include <iterator>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dincludes.h48 #include <iterator>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dpaper.cpp240 wxStringToPrintPaperTypeHashMap::iterator it = m_map->find(name);
249 typedef wxStringToPrintPaperTypeHashMap::iterator iterator; typedef
251 for (iterator it = m_map->begin(), en = m_map->end(); it != en; ++it)
263 typedef wxStringToPrintPaperTypeHashMap::iterator iterator; typedef
265 for (iterator it = m_map->begin(), en = m_map->end(); it != en; ++it)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dconf.h71 * \brief Type for a configuration compound iterator.
74 * compound iterator. Applications don't directly access the contents of
151 snd_config_iterator_t snd_config_iterator_next(const snd_config_iterator_t iterator);
153 snd_config_t *snd_config_iterator_entry(const snd_config_iterator_t iterator);
158 * \param[in,out] next Temporary iterator variable for the next node.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dchannels.h57 typedef RouteMap::iterator MapIterator;
58 typedef DefaultRouteList::iterator ListIterator;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dregion.h135 wxRegionIterator(const wxRegionIterator& iterator);
138 wxRegionIterator& operator=(const wxRegionIterator& iterator);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtimer.cpp195 wxTimerMap::iterator node = TimerMap().find((ULONG)nIdTimer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.cpp22 // VC++ 6 warns that the list iterator's '->' operator will not work whenever
460 TestEntries::iterator it;
563 TestEntries::iterator it;
642 TestEntries::iterator i;
724 TestEntries::iterator it = m_testEntries.find(name);
735 TestEntries::iterator it = m_testEntries.find(renameFrom);
780 typedef typename Entries::iterator EntryIter;
798 TestEntries::iterator it = m_testEntries.find(name);
859 TestEntries::iterator j = m_testEntries.find(name);
937 TestEntries::iterator i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A DObjcAssociate.h26 wxCocoa##ObjcClass##Hash::iterator iter = sm_cocoaHash.find(cocoaObjcClass); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynload.h137 const wxDLManifest::iterator i = ms_manifest->find(name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dcipher-proto.h61 typedef const char *(*pk_get_curve_t)(gcry_mpi_t *pkey, int iterator,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dcipher-proto.h61 typedef const char *(*pk_get_curve_t)(gcry_mpi_t *pkey, int iterator,

Completed in 212 milliseconds

1234567891011>>