Home
last modified time | relevance | path

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

/system/security/keystore/include/keystore/
Dutils.h32 SharedNullableIterator() {} in SharedNullableIterator() function
33 explicit SharedNullableIterator(const std::shared_ptr<CollectionType>& coll) : coll_(coll) { in SharedNullableIterator() function
36 explicit SharedNullableIterator(std::shared_ptr<CollectionType>&& coll) : coll_(coll) { in SharedNullableIterator() function
40 SharedNullableIterator(const SharedNullableIterator& other) in SharedNullableIterator() function
42 SharedNullableIterator(SharedNullableIterator&& other) noexcept in SharedNullableIterator() function