Searched defs:StdCollectionTraits (Results 1 – 1 of 1) sorted by relevance
60 struct StdCollectionTraits { struct61 typedef C Collection;62 typedef typename C::value_type Element;63 typedef void* PtrSerializingCtx;65 static status_t addElementToCollection(const Element &element, Collection *collection) { in addElementToCollection()