Home | History | Annotate | Download | only in drm

Lines Matching defs:Iterator

68      * Iterator for key
91 * Iterator for constraints
93 class Iterator {
96 explicit Iterator(DrmConstraints* drmConstraints)
100 Iterator(const Iterator& iterator);
101 Iterator& operator=(const Iterator& iterator);
102 virtual ~Iterator() {}
168 * Returns Iterator object to walk through the values associated with this instance
170 * @return Iterator object
172 Iterator iterator();