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