Home
last modified time | relevance | path

Searched defs:IIterator (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dgeneric_iterator.h57 IIterator(const IIterator& it) in IIterator() function
63 IIterator(const typename Type::Ptr& it) in IIterator() function
70 IIterator(IIterator&& it) noexcept : it_(move(it.it_)) {} in IIterator() function
71 IIterator(typename Type::Ptr&& it) noexcept : it_(move(it)) {} in IIterator() function