Home
last modified time | relevance | path

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

/system/security/keystore/include/keystore/
Dutils.h26 class SharedNullableIterator {
31 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
44 SharedNullableIterator& operator++() {
48 SharedNullableIterator operator++(int) {
49 SharedNullableIterator retval(*this);
57 bool operator==(const SharedNullableIterator& other) const {
[all …]
DKeyAttestationApplicationId.h31 typedef SharedNullableIterator<const KeyAttestationPackageInfo, std::vector>
DKeyAttestationPackageInfo.h34 typedef SharedNullableIterator<const content::pm::Signature, std::vector>