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