Searched defs:AndroidCollectionTraits (Results 1 – 1 of 1) sorted by relevance
48 struct AndroidCollectionTraits { struct49 typedef sp<E> Element;50 typedef C Collection;51 typedef void* PtrSerializingCtx;53 static status_t addElementToCollection(const Element &element, Collection *collection) { in addElementToCollection()