Home | History | Annotate | Download | only in gcc-4.9

Lines Matching defs:imap

43     imap = map
64 from itertools import imap, izip
754 counter = imap (self.format_count, itertools.count())
789 counter = imap (self.format_count, itertools.count())
792 data = self.flatten (imap (self.format_one, Tr1HashtableIterator (self.hashtable())))
795 data = self.flatten (imap (self.format_one, StdHashtableIterator (self.hashtable())))