Searched defs:SharedNullableIterator (Results 1 – 1 of 1) sorted by relevance
31 SharedNullableIterator() {} in SharedNullableIterator() function32 SharedNullableIterator(const std::shared_ptr<CollectionType>& coll) : coll_(coll) { init(); } in SharedNullableIterator() function33 SharedNullableIterator(std::shared_ptr<CollectionType>&& coll) : coll_(coll) { init(); } in SharedNullableIterator() function35 SharedNullableIterator(const SharedNullableIterator& other) in SharedNullableIterator() function37 SharedNullableIterator(SharedNullableIterator&& other) in SharedNullableIterator() function