Searched defs:IteratorBase (Results 1 – 3 of 3) sorted by relevance
133 explicit IteratorBase(ItemTy *current) : current_(current) {} in IteratorBase() function
135 explicit IteratorBase(ItemTy *current) : current_(current) {} in IteratorBase() function
134 explicit IteratorBase(ItemTy *current) : current_(current) {} in IteratorBase() function