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 SharedNullableIterator(const std::shared_ptr<CollectionType>& coll) : coll_(coll) { init(); } in SharedNullableIterator() function
33 SharedNullableIterator(std::shared_ptr<CollectionType>&& coll) : coll_(coll) { init(); } in SharedNullableIterator() function
35 SharedNullableIterator(const SharedNullableIterator& other) in SharedNullableIterator() function
37 SharedNullableIterator(SharedNullableIterator&& other) in SharedNullableIterator() function