Searched refs:historyMap (Results 1 – 2 of 2) sorted by relevance
1018 history_map_type & historyMap, in store_history_impl() argument1022 historyMap[ historyId ] = pConstructFunction; in store_history_impl()1027 history_map_type & historyMap, in construct_with_history_impl() argument1030 typename history_map_type::iterator pFoundSlot = historyMap.find( in construct_with_history_impl()1033 if ( ( pFoundSlot == historyMap.end() ) || ( pFoundSlot->second == 0 ) ) in construct_with_history_impl()
510 Map historyMap = new HashMap(); field in Demo1226 MenuItem cmi = (MenuItem) historyMap.get(name); in addHistory()1230 historyMap.put(name, cmi); in addHistory()