Searched refs:ImutAVLValueIterator (Results 1 – 2 of 2) sorted by relevance
210 class iterator : public ImutAVLValueIterator<ImmutableMap> {214 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()370 class iterator : public ImutAVLValueIterator<ImmutableMapRef> {374 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()
817 struct ImutAVLValueIterator struct819 ImutAVLValueIterator<T>, typename T::TreeTy::iterator,823 ImutAVLValueIterator() = default;824 explicit ImutAVLValueIterator(typename T::TreeTy *Tree) in ImutAVLValueIterator() function825 : ImutAVLValueIterator::iterator_adaptor_base(Tree) {} in ImutAVLValueIterator()827 typename ImutAVLValueIterator::reference operator*() const {1085 using iterator = ImutAVLValueIterator<ImmutableSet>;1198 using iterator = ImutAVLValueIterator<ImmutableSetRef>;