Searched refs:NodeCacheMap (Results 1 – 2 of 2) sorted by relevance
50 typedef HashMap<AtomicStringImpl*, Vector<Element*>*> NodeCacheMap; typedef57 NodeCacheMap idCache;58 NodeCacheMap nameCache;63 static void copyCacheMap(NodeCacheMap&, const NodeCacheMap&);
32 inline void CollectionCache::copyCacheMap(NodeCacheMap& dest, const NodeCacheMap& src) in copyCacheMap()35 NodeCacheMap::const_iterator end = src.end(); in copyCacheMap()36 for (NodeCacheMap::const_iterator it = src.begin(); it != end; ++it) in copyCacheMap()