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

  /external/libchrome/base/containers/
small_map.h 44 // - SmallMap combines the performance benefits of the brute-force-searched
53 // SmallMap will pick up the comparator from the underlying map type. In
60 // operator< for your map and supply yor own version of == to the SmallMap.
63 // base::SmallMap<std::map<MyKey, MyValue>, 4, std::equal_to<KyKey> >
70 // and value types for the SmallMap.
72 // allocated with the SmallMap object rather than separately on
82 // SmallMap, when the map exceeds the threshold of kArraySize and we
89 // base::SmallMap< std::map<string, int> > days;
98 // You should assume that SmallMap might invalidate all the iterators
186 class SmallMap {
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 72 milliseconds