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

  /external/chromium_org/ui/gfx/image/
image_family.h 32 struct MapKey : std::pair<float, int> {
33 MapKey(float aspect, int width)
95 const std::map<MapKey, gfx::Image>::const_iterator& other);
97 std::map<MapKey, gfx::Image>::const_iterator map_iterator_;
153 std::map<MapKey, gfx::Image> map_;
  /external/chromium_org/content/browser/dom_storage/
session_storage_database.cc 598 std::string key = MapKey(map_id, base::UTF16ToUTF8(it->first));
660 batch->Delete(MapKey(map_id, base::UTF16ToUTF8(it->first)));
720 std::string SessionStorageDatabase::MapKey(const std::string& map_id,
  /external/llvm/lib/IR/
ConstantsContext.h 509 typedef std::pair<TypeClass*, ValType> MapKey;
510 typedef std::map<MapKey, ConstantClass *> MapTy;
541 typename MapTy::iterator InsertOrGetItem(std::pair<MapKey, ConstantClass *>
560 Map.find(MapKey(static_cast<TypeClass*>(CP->getType()),
577 I = Map.insert(I, std::make_pair(MapKey(Ty, V), Result));
589 MapKey Lookup(Ty, V);

Completed in 101 milliseconds