Home | History | Annotate | Download | only in drm

Lines Matching defs:Iterator

66      * Iterator for key
90 * Iterator
92 class Iterator {
96 explicit Iterator(const DrmInfoRequest* drmInfoRequest)
100 Iterator(const Iterator& iterator);
101 Iterator& operator=(const Iterator& iterator);
102 virtual ~Iterator() {}
160 * Returns Iterator object to walk through the values associated with this instance
162 * @return Iterator object
164 Iterator iterator() const;