Lines Matching refs:map
19 #include <map>
50 typedef std::map<std::string, QuotaLimitHeuristics> FunctionHeuristicsMap;
59 void PurgeFunctionHeuristicsMap(FunctionHeuristicsMap* map);
64 // key for the mapping. As an extension invokes functions, the map keeps
67 std::map<std::string, FunctionHeuristicsMap> function_heuristics_;
77 // A QuotaLimitHeuristic is two things: 1, A heuristic to map extension
145 explicit QuotaLimitHeuristic(const Config& config, BucketMapper* map);
166 // The mapper used in Map. Cannot be NULL.
176 explicit TimedLimit(const Config& config, BucketMapper* map)
177 : QuotaLimitHeuristic(config, map) {}
188 BucketMapper* map);