Home
last modified time | relevance | path

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

12

/external/webkit/WebKit/qt/Api/
Dqwebelement.h191 …inline const_iterator(const QWebElementCollection* collection, int index) : i(index), collection(c… in const_iterator() function
192 inline const_iterator(const const_iterator& o) : i(o.i), collection(o.collection) {} in const_iterator() function
216 friend class const_iterator; variable
/external/webkit/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
DListHashSet.h71 typedef ListHashSetConstIterator<ValueType, HashArg> const_iterator; typedef
235 typedef ListHashSetConstIterator<ValueArg, HashArg> const_iterator; typedef
266 operator const_iterator() const { return m_iterator; } in const_iterator() function
278 typedef ListHashSetConstIterator<ValueArg, HashArg> const_iterator; typedef
DHashCountedSet.h38 typedef typename ImplType::const_iterator const_iterator; typedef
DHashMap.h51 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator; typedef
328 typedef typename HashMap<T, U, V, W, X>::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_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_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_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_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
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_slist.h93 typedef _Slist_iterator<_Tp, _ConstTraits> const_iterator; typedef
D_hashtable.h122 typedef _Ht_iterator<_BaseIte, _ConstTraits> const_iterator; typedef
D_list.h106 typedef _List_iterator<_Tp, _ConstTraits> const_iterator; typedef
/external/chromium/net/tools/flip_server/
Dsimple_buffer.h26 typedef const char * const_iterator; typedef
/external/webkit/JavaScriptCore/runtime/
DArgList.h42 typedef VectorType::const_iterator const_iterator; typedef
182 typedef const JSValue* const_iterator; typedef
DWeakGCMap.h49 typedef typename HashMap<KeyType, MappedType>::const_iterator const_iterator; typedef
DPropertyNameArray.h83 typedef PropertyNameArrayData::PropertyNameVector::const_iterator const_iterator; typedef
/external/chromium/base/
Dscoped_vector.h19 typedef typename std::vector<T*>::const_iterator const_iterator; typedef
Did_map.h147 typedef Iterator<const T> const_iterator; typedef
Dstring_piece.h122 typedef const char* const_iterator; typedef
Dvalues.h403 typedef ValueVector::const_iterator const_iterator; typedef
/external/stlport/stlport/stl/pointers/
D_deque.h36 typedef _Deque_iterator<_ValueT, _Const_traits<_ValueT> > const_iterator; typedef
/external/chromium/net/http/
Dhttp_auth_cache_unittest.cc34 virtual bool Init(std::string::const_iterator, std::string::const_iterator) { in Init()
/external/webkit/WebCore/css/
DCSSMutableStyleDeclaration.h79 typedef CSSMutableStyleDeclarationConstIterator const_iterator; typedef

12