reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3173 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin()); 3176 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end()); 3209 return new Iterator(*this); 3218 const Iterator* typed_other = 3219 CheckedDowncastToActualType<const Iterator>(&other); 3230 Iterator(const Iterator& other) 3254 void operator=(const Iterator& other);