Searched defs:SharedNullableIterator (Results 1 – 1 of 1) sorted by relevance
31 SharedNullableIterator() {} in SharedNullableIterator() function32 explicit SharedNullableIterator(const std::shared_ptr<CollectionType>& coll) : coll_(coll) { in SharedNullableIterator() function35 explicit SharedNullableIterator(std::shared_ptr<CollectionType>&& coll) : coll_(coll) { in SharedNullableIterator() function39 SharedNullableIterator(const SharedNullableIterator& other) in SharedNullableIterator() function41 SharedNullableIterator(SharedNullableIterator&& other) noexcept in SharedNullableIterator() function