Home
last modified time | relevance | path

Searched defs:const_iterator (Results 1 – 25 of 138) sorted by relevance

123456

/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.h214 …inline const_iterator(const QWebElementCollection* collection, int index) : i(index), collection(c… in const_iterator() function
215 inline const_iterator(const const_iterator& o) : i(o.i), collection(o.collection) {} in const_iterator() function
239 friend class const_iterator; variable
/external/chromium/chrome/browser/prefs/
Dvalue_map_pref_store.h19 typedef std::map<std::string, Value*>::const_iterator const_iterator; typedef
Dpref_value_map.h21 typedef std::map<std::string, Value*>::const_iterator const_iterator; typedef
/external/chromium/chrome/browser/policy/
Dpolicy_map.h21 typedef PolicyMapType::const_iterator const_iterator; typedef
/external/chromium/chrome/browser/ui/gtk/
Daccelerators_gtk.h18 typedef AcceleratorGtkList::const_iterator const_iterator; typedef
/external/openfst/src/include/fst/
Dslist.h46 typedef typename list<T>::const_iterator const_iterator; typedef
/external/chromium/chrome/browser/automation/
Dautomation_provider_list.h20 typedef list_type::const_iterator const_iterator; typedef
/external/chromium/chrome/browser/extensions/
Dpending_extension_manager.h30 typedef PendingExtensionMap::const_iterator const_iterator; typedef
Dextension_process_manager.h88 typedef ExtensionHostSet::const_iterator const_iterator; typedef
/external/oprofile/libpp/
Dprofile.h81 class const_iterator; variable
Dlocate_images.h91 typedef images_t::const_iterator const_iterator; typedef
/external/stlport/stlport/stl/
D_hash_set.h70 typedef typename _Ht::const_iterator const_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
256 typedef typename _Ht::const_iterator const_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_set.h74 typedef typename _Rep_type::const_iterator const_iterator; in _STLP_CREATE_ITERATOR_TRAITS() typedef
245 typedef typename _Rep_type::const_iterator const_iterator; in _STLP_CREATE_ITERATOR_TRAITS() typedef
D_hash_map.h76 typedef typename _Ht::const_iterator const_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
267 typedef typename _Ht::const_iterator const_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_unordered_set.h62 typedef typename _Ht::const_iterator const_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
212 typedef typename _Ht::const_iterator const_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_map.h86 typedef typename _Rep_type::const_iterator const_iterator; in _STLP_CREATE_ITERATOR_TRAITS() typedef
279 typedef typename _Rep_type::const_iterator const_iterator; in _STLP_CREATE_ITERATOR_TRAITS() typedef
D_unordered_map.h68 typedef typename _Ht::const_iterator const_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
236 typedef typename _Ht::const_iterator const_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
/external/clang/include/clang/Analysis/
DCallGraph.h76 typedef FunctionMapTy::const_iterator const_iterator; typedef
149 typedef llvm::SmallVector<CallRecord, 5>::const_iterator const_iterator; typedef
/external/llvm/include/llvm/MC/
DMCAsmLayout.h31 typedef llvm::SmallVectorImpl<MCSectionData*>::const_iterator const_iterator; typedef
/external/clang/include/clang/Frontend/
DTextDiagnosticBuffer.h29 typedef DiagList::const_iterator const_iterator; typedef
/external/webkit/Source/JavaScriptCore/wtf/
DHashTable.h99 …def HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits> const_iterator; typedef
206 void checkValidity(const const_iterator&) const { } in checkValidity()
227 …def HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits> const_iterator; typedef
254 operator const_iterator() const { return m_iterator; } in const_iterator() function
/external/chromium/net/tools/flip_server/
Dsimple_buffer.h26 typedef const char * const_iterator; typedef
/external/llvm/include/llvm/Analysis/
DCallGraph.h85 typedef FunctionMapTy::const_iterator const_iterator; typedef
208 typedef std::vector<CallRecord>::const_iterator const_iterator; typedef
/external/oprofile/libutil++/
Dcomma_list.h52 typedef typename container_type::const_iterator const_iterator; typedef
/external/clang/test/CodeGenCXX/
Dcxx0x-initializer-stdinitializerlist-pr12086.cpp25 typedef const _E* const_iterator; typedef in std::initializer_list

123456