Searched refs:SharedNullableIterator (Results 1 – 3 of 3) sorted by relevance
26 class SharedNullableIterator {31 SharedNullableIterator() {} in SharedNullableIterator() function32 explicit SharedNullableIterator(const std::shared_ptr<CollectionType>& coll) : coll_(coll) { in SharedNullableIterator() function35 explicit SharedNullableIterator(std::shared_ptr<CollectionType>&& coll) : coll_(coll) { in SharedNullableIterator() function39 SharedNullableIterator(const SharedNullableIterator& other) in SharedNullableIterator() function41 SharedNullableIterator(SharedNullableIterator&& other) noexcept in SharedNullableIterator() function44 SharedNullableIterator& operator++() {48 SharedNullableIterator operator++(int) {49 SharedNullableIterator retval(*this);57 bool operator==(const SharedNullableIterator& other) const {[all …]
31 typedef SharedNullableIterator<const KeyAttestationPackageInfo, std::vector>
34 typedef SharedNullableIterator<const content::pm::Signature, std::vector>