Home
last modified time | relevance | path

Searched refs:mh_implementations (Results 1 – 2 of 2) sorted by relevance

/trunk/main/scripting/source/storage/
H A DScriptStorage.cxx254 mh_implementations.clear(); in create()
453 mh_implementations[ scriptData.language ] = sfh; in createForFilesystem()
486 ScriptData_hash::iterator h_it = mh_implementations.find( it->language ); in updateMaps()
488 if ( h_it == mh_implementations.end() ) in updateMaps()
500 mh_implementations[ it->language ] = sfh; in updateMaps()
534 ScriptData_hash::iterator it_end = mh_implementations.end(); in save()
535 for ( ScriptData_hash::iterator it = mh_implementations.begin() ; it != it_end; ++it ) in save()
720 ScriptData_hash::iterator h_itEnd = mh_implementations.end(); in getImplementations()
721 ScriptData_hash::iterator h_it = mh_implementations.begin(); in getImplementations()
729 h_it = mh_implementations.find( scriptURI.getLanguage() ); in getImplementations()
[all …]
H A DScriptStorage.hxx170 ScriptData_hash mh_implementations; member in scripting_impl::ScriptStorage