Lines Matching refs:Iterator
52 * Iterator for key
76 * Iterator
78 class Iterator {
82 explicit Iterator(const DrmInfo* drmInfo)
86 Iterator(const Iterator& iterator);
87 Iterator& operator=(const Iterator& iterator);
88 virtual ~Iterator() {}
153 * Returns Iterator object to walk through the values associated with this instance
155 * @return Iterator object
157 Iterator iterator() const;