Searched defs:SharedNullableIterator (Results 1 – 1 of 1) sorted by relevance
32 SharedNullableIterator() {} in SharedNullableIterator() function33 explicit SharedNullableIterator(const std::shared_ptr<CollectionType>& coll) : coll_(coll) { in SharedNullableIterator() function36 explicit SharedNullableIterator(std::shared_ptr<CollectionType>&& coll) : coll_(coll) { in SharedNullableIterator() function40 SharedNullableIterator(const SharedNullableIterator& other) in SharedNullableIterator() function42 SharedNullableIterator(SharedNullableIterator&& other) noexcept in SharedNullableIterator() function