Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/sc/
H A Dsc_ugen_factory.hpp124 cmdplugin_set_type; typedef in nova::sc_plugin_container
132 cmdplugin_set_type::bucket_type cmdplugin_set_buckets[cmdplugin_set_bucket_count];
133 cmdplugin_set_type cmdplugin_set;
139 …cmdplugin_set(cmdplugin_set_type::bucket_traits(cmdplugin_set_buckets, cmdplugin_set_bucket_count)… in sc_plugin_container()
H A Dsc_ugen_factory.cpp181cmdplugin_set_type::iterator it = cmdplugin_set.find(cmd_name, named_hash_hash(), named_hash_equal… in register_cmd_plugin()
206cmdplugin_set_type::iterator it = cmdplugin_set.find(name, named_hash_hash(), named_hash_equal()); in run_cmd_plugin()