Home
last modified time | relevance | path

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

/system/libbase/include/android-base/
Dcollections.h35 template <typename CollectionType, typename T>
36 void Append(CollectionType& collection, T&& arg) { in Append()
40 template <typename CollectionType, typename T, typename... Args>
41 void Append(CollectionType& collection, T&& arg, Args&&... args) { in Append()
/system/security/keystore/include/keystore/
Dutils.h29 typedef Coll<std::optional<typename std::remove_const<T>::type>> CollectionType; typedef
30 typedef std::shared_ptr<CollectionType> CollectionPtr;
33 explicit SharedNullableIterator(const std::shared_ptr<CollectionType>& coll) : coll_(coll) { in SharedNullableIterator()
36 explicit SharedNullableIterator(std::shared_ptr<CollectionType>&& coll) : coll_(coll) { in SharedNullableIterator()
85 typename CollectionType::iterator cur_;