HomeSort by relevance Sort by last modified time
    Searched defs:SmallMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/containers/
small_map.h 43 // - 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 {
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 46 milliseconds