Searched defs:aItem (Results 1 – 4 of 4) sorted by relevance
53 T aItem = ai.next(); in compare() local
51 T aItem = ai.next(); in compare() local
567 explicit Iterator(Type *aItem) in Iterator()582 explicit ConstIterator(const Type *aItem) in ConstIterator()
50 #define BitSizeOf(aItem) (sizeof(aItem) * kBitsPerByte) argument