Searched refs:SharedNullableIterator (Results 1 – 3 of 3) sorted by relevance
27 class SharedNullableIterator {32 SharedNullableIterator() {} in SharedNullableIterator() function33 explicit SharedNullableIterator(const std::shared_ptr<CollectionType>& coll) : coll_(coll) { in SharedNullableIterator() function36 explicit SharedNullableIterator(std::shared_ptr<CollectionType>&& coll) : coll_(coll) { in SharedNullableIterator() function40 SharedNullableIterator(const SharedNullableIterator& other) in SharedNullableIterator() function42 SharedNullableIterator(SharedNullableIterator&& other) noexcept in SharedNullableIterator() function45 SharedNullableIterator& operator++() {49 SharedNullableIterator operator++(int) {50 SharedNullableIterator retval(*this);58 bool operator==(const SharedNullableIterator& other) const {[all …]
32 typedef SharedNullableIterator<const KeyAttestationPackageInfo, std::vector>
35 typedef SharedNullableIterator<const content::pm::Signature, std::vector>