Searched defs:iterator (Results 101 - 125 of 270) sorted by relevance

1234567891011

/macosx-10.9.5/WebCore-7537.78.1/platform/text/wchar/
H A DTextBreakIteratorWchar.cpp281 void releaseLineBreakIterator(TextBreakIterator* iterator) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextRunRenderingContext.cpp172 GlyphData SVGTextRunRenderingContext::glyphDataForCharacter(const Font& font, const TextRun& run, WidthIterator& iterator, UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength) argument
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFontData.cpp130 bool SVGFontData::applySVGGlyphSelection(WidthIterator& iterator, GlyphData& glyphData, bool mirror, int currentCharacter, unsigned& advanceLength) const argument
/macosx-10.9.5/apr-30/apr/apr/tables/
H A Dapr_hash.c77 apr_hash_index_t iterator; /* For apr_hash_first(NULL, ...) */ member in struct:apr_hash_t
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/tests/
H A Ddbversion_test.c237 dns_rdatasetiter_t *iterator = NULL; local
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DBTree.c875 BTIterateRecord(SFCB *filePtr, BTreeIterationOperation operation, BTreeIterator *iterator, FSBufferDescriptor *record, UInt16 *recordLen ) argument
1147 BTInsertRecord(SFCB *filePtr, BTreeIterator *iterator, FSBufferDescriptor *record, UInt16 recordLen ) argument
1495 BTReplaceRecord(SFCB *filePtr, BTreeIterator *iterator, FSBufferDescriptor *record, UInt16 recordLen ) argument
[all...]
H A DSBTree.c134 BTreeIterator *iterator; local
226 BTreeIterator iterator; local
261 BTreeIterator iterator; local
288 BTreeIterator iterator; local
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dstl_map.h144 typedef typename _Rep_type::iterator iterator; typedef in class:map
[all...]
H A Dstl_multimap.h142 typedef typename _Rep_type::iterator iterator; typedef in class:multimap
[all...]
H A Dstl_multiset.h124 typedef typename _Rep_type::const_iterator iterator; typedef in class:multiset
[all...]
H A Dstl_set.h130 typedef typename _Rep_type::const_iterator iterator; typedef in class:set
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/debug/
H A Dhash_map.h73 iterator; typedef in class:__gnu_cxx::__debug::hash_map
[all...]
H A Dhash_multimap.h73 hash_multimap> iterator; typedef in class:__gnu_cxx::__debug::hash_multimap
[all...]
H A Dhash_multiset.h71 hash_multiset> iterator; typedef in class:__gnu_cxx::__debug::hash_multiset
[all...]
H A Dhash_set.h70 iterator; typedef in class:__gnu_cxx::__debug::hash_set
[all...]
H A Dmap.h66 iterator; typedef in class:std::__debug::map
[all...]
H A Dmultimap.h66 iterator; typedef in class:std::__debug::multimap
[all...]
H A Dmultiset.h66 iterator; typedef in class:std::__debug::multiset
[all...]
H A Dset.h66 iterator; typedef in class:std::__debug::set
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp228 typedef point_iterator iterator; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/rb_tree_map_/
H A Drb_tree_.hpp147 typedef typename base_type::iterator iterator; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/splay_tree_/
H A Dsplay_tree_.hpp169 typedef typename base_type::iterator iterator; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DDenseSet.h102 typedef Iterator iterator; typedef in class:llvm::DenseSet
H A DEquivalenceClasses.h139 typedef typename std::set<ECValue>::const_iterator iterator; typedef in class:llvm::EquivalenceClasses
[all...]
H A DImmutableList.h81 class iterator { class in class:llvm::ImmutableList
84 iterator() : L(0) {} function in class:llvm::ImmutableList::iterator
85 iterator(ImmutableList l) : L(l.getInternalPointer()) {} function in class:llvm::ImmutableList::iterator
[all...]

Completed in 180 milliseconds

1234567891011