Searched defs:SmallMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/containers/
H A Dsmall_map.h43 // - SmallMap combines the performance benefits of the brute-force-searched
52 // SmallMap will pick up the comparator from the underlying map type. In
59 // operator< for your map and supply yor own version of == to the SmallMap.
62 // base::SmallMap<std::map<MyKey, MyValue>, 4, std::equal_to<KyKey> >
69 // and value types for the SmallMap.
71 // allocated with the SmallMap object rather than separately on
81 // SmallMap, when the map exceeds the threshold of kArraySize and we
88 // base::SmallMap< std::map<string, int> > days;
97 // You should assume that SmallMap might invalidate all the iterators
185 class SmallMap { class in namespace:base
199 SmallMap() : size_(0), functor_(MapInit()) {} function in class:base::SmallMap
201 explicit SmallMap(const MapInit& functor) : size_(0), functor_(functor) {} function in class:base::SmallMap
204 SmallMap(const SmallMap& src) { function in class:base::SmallMap
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 260 milliseconds