Home
last modified time | relevance | path

Searched refs:coll (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore/include/keystore/
Dutils.h33 explicit SharedNullableIterator(const std::shared_ptr<CollectionType>& coll) : coll_(coll) { in SharedNullableIterator() argument
36 explicit SharedNullableIterator(std::shared_ptr<CollectionType>&& coll) : coll_(coll) { in SharedNullableIterator() argument