Searched refs:const_iterator (Results 151 - 175 of 931) sorted by relevance

1234567891011>>

/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DPath.cpp88 for (SmallVector<StringRef, 40>::const_iterator i = paths.begin(),
92 for (sys::path::const_iterator ci = sys::path::begin(*i),
261 v_t::const_iterator a0 = std::find(visited.begin(), visited.end(), "a0");
262 v_t::const_iterator aa1 = std::find(visited.begin(), visited.end(), "aa1");
263 v_t::const_iterator ab1 = std::find(visited.begin(), visited.end(), "ab1");
264 v_t::const_iterator dontlookhere = std::find(visited.begin(), visited.end(),
266 v_t::const_iterator da1 = std::find(visited.begin(), visited.end(), "da1");
267 v_t::const_iterator z0 = std::find(visited.begin(), visited.end(), "z0");
268 v_t::const_iterator za1 = std::find(visited.begin(), visited.end(), "za1");
269 v_t::const_iterator po
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPSchema.cpp31 StringList::const_iterator i,j;
51 StringList::const_iterator i,j;
H A DLdifWriter.cpp47 LDAPAttributeList::const_iterator i = al->begin();
51 StringList::const_iterator j = values.begin();
H A DSaslInteractionHandler.cpp27 std::list<SaslInteraction*>::const_iterator i;
96 std::list<SaslInteraction*>::const_iterator i;
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dpcscdserver.cpp105 for (set<PowerWatcher *>::const_iterator it = mPowerClients.begin(); it != mPowerClients.end(); it++)
112 for (set<PowerWatcher *>::const_iterator it = mPowerClients.begin(); it != mPowerClients.end(); it++)
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/tests/
H A Ddescriptor_test.cpp24 list<USB::Bus *>::const_iterator biter;
26 list<USB::Device *>::const_iterator diter;
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DDictionary.cpp67 for (PropertyNameArray::const_iterator it = propertyNames.begin(); it != propertyNames.end(); ++it) {
92 for (PropertyNameArray::const_iterator it = propertyNames.begin(); it != propertyNames.end(); ++it) {
H A DScriptProfile.cpp81 ProfileNodesList::const_iterator end = nodeChildren.end();
83 for (ProfileNodesList::const_iterator iter = nodeChildren.begin(); iter != end; ++iter)
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentOrderedMap.h92 Map::const_iterator it = m_map.find(id);
103 Map::const_iterator it = m_map.find(id);
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DCompactHTMLToken.cpp70 for (Vector<HTMLToken::Attribute>::const_iterator it = token->attributes().begin(); it != token->attributes().end(); ++it)
99 for (Vector<Attribute>::const_iterator it = m_attributes.begin(); it != m_attributes.end(); ++it) {
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCache.h84 ResourceMap::const_iterator begin() const { return m_resources.begin(); }
85 ResourceMap::const_iterator end() const { return m_resources.end(); }
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DResourceResponseSoup.cpp48 HTTPHeaderMap::const_iterator end = headers.end();
49 for (HTTPHeaderMap::const_iterator it = headers.begin(); it != end; ++it)
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginMainThreadScheduler.cpp78 Deque<Call>::const_iterator end = calls.end();
79 for (Deque<Call>::const_iterator it = calls.begin(); it != end; ++it) {
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DKeyframeList.h83 HashSet<CSSPropertyID>::const_iterator beginProperties() const { return m_properties.begin(); }
84 HashSet<CSSPropertyID>::const_iterator endProperties() const { return m_properties.end(); }
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorkerContext.cpp183 ActiveDOMObjectsSet::const_iterator activeObjectsEnd = activeDOMObjects().end();
184 for (ActiveDOMObjectsSet::const_iterator iter = activeDOMObjects().begin(); iter != activeObjectsEnd; ++iter) {
189 HashSet<MessagePort*>::const_iterator messagePortsEnd = messagePorts().end();
190 for (HashSet<MessagePort*>::const_iterator iter = messagePorts().begin(); iter != messagePortsEnd; ++iter) {
234 Vector<String>::const_iterator urlsEnd = urls.end();
236 for (Vector<String>::const_iterator it = urls.begin(); it != urlsEnd; ++it) {
244 Vector<KURL>::const_iterator end = completedURLs.end();
246 for (Vector<KURL>::const_iterator it = completedURLs.begin(); it != end; ++it) {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitFormSubmissionRequest.cpp103 ImmutableDictionary::MapType::const_iterator end = map.end();
104 for (ImmutableDictionary::MapType::const_iterator it = map.begin(); it != end; ++it) {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Plugins/unix/
H A DPluginInfoStoreUnix.cpp85 Vector<String>::const_iterator end = pluginPaths.end();
86 for (Vector<String>::const_iterator it = pluginPaths.begin(); it != end; ++it) {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DStatisticsRequest.cpp57 HashMap<String, uint64_t>::const_iterator end = map.end();
58 for (HashMap<String, uint64_t>::const_iterator it = map.begin(); it != end; ++it)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/NetworkInfo/
H A DWebNetworkInfoManager.cpp95 HashSet<WebPage*>::const_iterator it = m_pageSet.begin();
96 HashSet<WebPage*>::const_iterator end = m_pageSet.end();
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dstl_multiset.h124 typedef typename _Rep_type::const_iterator iterator;
125 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:multiset
417 const_iterator
438 const_iterator
454 const_iterator
479 std::pair<const_iterator, const_iterator>
H A Dstl_set.h130 typedef typename _Rep_type::const_iterator iterator;
131 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:set
432 const_iterator
453 const_iterator
469 const_iterator
494 std::pair<const_iterator, const_iterator>
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/
H A Dpriority_queue.hpp83 typedef typename base_type::const_iterator const_iterator; typedef in class:pb_ds::priority_queue
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DModule.h131 typedef GlobalListType::const_iterator const_global_iterator;
136 typedef FunctionListType::const_iterator const_iterator; typedef in class:llvm::Module
141 typedef AliasListType::const_iterator const_alias_iterator;
146 typedef NamedMDListType::const_iterator const_named_metadata_iterator;
148 typedef LibraryListType::const_iterator lib_iterator;
523 const_iterator begin() const { return FunctionList.begin(); }
525 const_iterator end () const { return FunctionList.end(); }
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp154 for (HashList::const_iterator HI = Buckets[i].begin(),
168 for (HashList::const_iterator HI = Buckets[i].begin(),
187 for (HashList::const_iterator HI = Buckets[i].begin(),
196 for (ArrayRef<HashDataContents*>::const_iterator
242 for (StringMap<DataArray>::const_iterator
245 for (DataArray::const_iterator DI = EI->second.begin(),
253 for (HashList::const_iterator HI = Buckets[i].begin(),
258 for (std::vector<HashData*>::const_iterator
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DEdgeBundles.cpp44 for (MachineFunction::const_iterator I = MF->begin(), E = MF->end(); I != E;
84 for (MachineFunction::const_iterator I = MF->begin(), E = MF->end();

Completed in 177 milliseconds

1234567891011>>