Lines Matching refs:Iterator
33 * Iterator for key55 * Iterator for constraints57 class Iterator {60 explicit Iterator(DrmMetadata* drmMetadata) : mDrmMetadata(drmMetadata), mIndex(0) {}63 Iterator(const Iterator& iterator);64 Iterator& operator=(const Iterator& iterator);65 virtual ~Iterator() {}98 Iterator iterator();