Home
last modified time | relevance | path

Searched refs:CollectionType (Results 1 – 3 of 3) 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.h28 typedef Coll<std::unique_ptr<typename std::remove_const<T>::type>> CollectionType; typedef
29 typedef std::shared_ptr<CollectionType> CollectionPtr;
32 explicit SharedNullableIterator(const std::shared_ptr<CollectionType>& coll) : coll_(coll) { in SharedNullableIterator()
35 explicit SharedNullableIterator(std::shared_ptr<CollectionType>&& coll) : coll_(coll) { in SharedNullableIterator()
84 typename CollectionType::iterator cur_;
/system/core/adb/
Dtypes.h222 template <typename CollectionType = block_type>
223 CollectionType coalesce() const& { in coalesce()
224 CollectionType result; in coalesce()