Home
last modified time | relevance | path

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

/system/security/keystore/include/keystore/
Dutils.h27 class SharedNullableIterator {
32 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
45 SharedNullableIterator& operator++() {
49 SharedNullableIterator operator++(int) {
50 SharedNullableIterator retval(*this);
58 bool operator==(const SharedNullableIterator& other) const {
[all …]
DKeyAttestationApplicationId.h32 typedef SharedNullableIterator<const KeyAttestationPackageInfo, std::vector>
DKeyAttestationPackageInfo.h35 typedef SharedNullableIterator<const content::pm::Signature, std::vector>