Home
last modified time | relevance | path

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

/system/security/keystore/include/keystore/
Dutils.h31 SharedNullableIterator() {} in SharedNullableIterator() function
32 explicit SharedNullableIterator(const std::shared_ptr<CollectionType>& coll) : coll_(coll) { in SharedNullableIterator() function
35 explicit SharedNullableIterator(std::shared_ptr<CollectionType>&& coll) : coll_(coll) { in SharedNullableIterator() function
39 SharedNullableIterator(const SharedNullableIterator& other) in SharedNullableIterator() function
41 SharedNullableIterator(SharedNullableIterator&& other) noexcept in SharedNullableIterator() function