/external/webkit/Source/WebKit/qt/Api/ |
D | qwebelement.h | 214 …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/ |
D | value_map_pref_store.h | 19 typedef std::map<std::string, Value*>::const_iterator const_iterator; typedef
|
D | pref_value_map.h | 21 typedef std::map<std::string, Value*>::const_iterator const_iterator; typedef
|
/external/chromium/chrome/browser/policy/ |
D | policy_map.h | 21 typedef PolicyMapType::const_iterator const_iterator; typedef
|
/external/chromium/chrome/browser/ui/gtk/ |
D | accelerators_gtk.h | 18 typedef AcceleratorGtkList::const_iterator const_iterator; typedef
|
/external/openfst/src/include/fst/ |
D | slist.h | 46 typedef typename list<T>::const_iterator const_iterator; typedef
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider_list.h | 20 typedef list_type::const_iterator const_iterator; typedef
|
/external/chromium/chrome/browser/extensions/ |
D | pending_extension_manager.h | 30 typedef PendingExtensionMap::const_iterator const_iterator; typedef
|
D | extension_process_manager.h | 88 typedef ExtensionHostSet::const_iterator const_iterator; typedef
|
/external/oprofile/libpp/ |
D | profile.h | 81 class const_iterator; variable
|
D | locate_images.h | 91 typedef images_t::const_iterator const_iterator; typedef
|
/external/stlport/stlport/stl/ |
D | _hash_set.h | 70 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.h | 74 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.h | 76 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.h | 62 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.h | 86 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.h | 68 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/ |
D | CallGraph.h | 76 typedef FunctionMapTy::const_iterator const_iterator; typedef 149 typedef llvm::SmallVector<CallRecord, 5>::const_iterator const_iterator; typedef
|
/external/llvm/include/llvm/MC/ |
D | MCAsmLayout.h | 31 typedef llvm::SmallVectorImpl<MCSectionData*>::const_iterator const_iterator; typedef
|
/external/clang/include/clang/Frontend/ |
D | TextDiagnosticBuffer.h | 29 typedef DiagList::const_iterator const_iterator; typedef
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | HashTable.h | 99 …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/ |
D | simple_buffer.h | 26 typedef const char * const_iterator; typedef
|
/external/llvm/include/llvm/Analysis/ |
D | CallGraph.h | 85 typedef FunctionMapTy::const_iterator const_iterator; typedef 208 typedef std::vector<CallRecord>::const_iterator const_iterator; typedef
|
/external/oprofile/libutil++/ |
D | comma_list.h | 52 typedef typename container_type::const_iterator const_iterator; typedef
|
/external/clang/test/CodeGenCXX/ |
D | cxx0x-initializer-stdinitializerlist-pr12086.cpp | 25 typedef const _E* const_iterator; typedef in std::initializer_list
|