Searched refs:SmallMap (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/base/containers/
H A Dsmall_map_unittest.cc19 TEST(SmallMap, General) {
20 SmallMap<hash_map<int, int> > m;
38 SmallMap<hash_map<int, int> >::iterator iter(m.begin());
69 const SmallMap<hash_map<int, int> >& ref = m;
74 TEST(SmallMap, PostFixIteratorIncrement) {
75 SmallMap<hash_map<int, int> > m;
80 SmallMap<hash_map<int, int> >::iterator iter(m.begin());
81 SmallMap<hash_map<int, int> >::iterator last(iter++);
87 SmallMap<hash_map<int, int> >::const_iterator iter(m.begin());
88 SmallMap<hash_ma
[all...]
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/chromium_org/ui/events/
H A Dlatency_info.h113 typedef base::SmallMap<
/external/chromium_org/content/zygote/
H A Dzygote_linux.h45 typedef base::SmallMap< std::map<base::ProcessHandle, ZygoteProcessInfo> >
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h195 typedef CppTL::SmallMap<CZString, Value> ObjectValues;
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h195 typedef CppTL::SmallMap<CZString, Value> ObjectValues;
/external/jsoncpp/include/json/
H A Dvalue.h195 typedef CppTL::SmallMap<CZString, Value> ObjectValues;
/external/chromium_org/ipc/
H A Dipc_message_utils.h679 struct ParamTraits<base::SmallMap<NormalMap, kArraySize, EqualKey, MapInit> > {
680 typedef base::SmallMap<NormalMap, kArraySize, EqualKey, MapInit> param_type;
706 l->append("<base::SmallMap>");
/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 319 milliseconds