Searched defs:Collection (Results 1 – 6 of 6) sorted by relevance
36 typedef SortedVector<Type> Collection; typedef41 typedef Vector<Type> Collection; typedef48 typedef Vector<Type> Collection; typedef53 typedef Vector<Type> Collection; typedef58 typedef Vector<Type> Collection; typedef63 typedef SortedVector<Type> Collection; typedef71 typedef Vector<Type> Collection; typedef76 typedef Vector<Type> Collection; typedef81 typedef Vector<Type> Collection; typedef86 typedef Vector<Type> Collection; typedef[all …]
29 typedef Vector<Type> Collection; typedef34 typedef Vector<Type> Collection; typedef39 typedef Vector<Type> Collection; typedef44 typedef Vector<Type> Collection; typedef
52 typedef AudioGainCollection Collection; typedef78 typedef AudioProfileVector Collection; typedef101 typedef IOProfileCollection Collection; typedef125 typedef DeviceVector Collection; typedef147 typedef AudioRouteVector Collection; typedef171 typedef HwModuleCollection Collection; typedef208 typedef VolumeCurvesCollection Collection; typedef
56 Collection() in Collection() function
63 BiConsumer<? super Collection<?>, String> tracker) { in trackCollectionWith()