Home
last modified time | relevance | path

Searched refs:get_param_count (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/obby/obby-0.4.8/src/
H A Ddocument_packet.cpp33 if(base.get_param_count() < 2) in document_packet()
53 unsigned int obby::document_packet::get_param_count() const in get_param_count() function in obby::document_packet
55 return net6::packet::get_param_count() - 2; in get_param_count()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.python/
H A Dbindshaderquery.cpp104 size_t get_param_count() const in get_param_count() function in __anon71a33ad70111::ShaderQueryWrapper
106 return m_shader_query->get_param_count(); in get_param_count()
136 .def("get_num_params", &ShaderQueryWrapper::get_param_count) in bind_shader_query()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dmakerdf.cpp301 for (int j = 0; j < pi->get_param_count(); j++) in make_ttl()
393 for (int i = 0; i < pi->get_param_count(); i++) in make_ttl()
527 assert(pi->get_param_props(pi->get_param_count())->short_name == NULL); in make_gui()
528 assert(pi->get_param_props(pi->get_param_count())->name == NULL); in make_gui()
532 for (int j = 0; j < pi->get_param_count(); j++) in make_gui()
538 …xml << "<table rows=\"" << pi->get_param_count() << "\" cols=\"" << (graphs ? "4" : "3") << "\">\n… in make_gui()
539 for (int j = 0; j < pi->get_param_count(); j++) in make_gui()
614 …\"1\" fill-x=\"1\" attach-x=\"3\" attach-y=\"0\" attach-h=\"" << pi->get_param_count() << "\">" <<… in make_gui()
615 for (int j = 0; j < pi->get_param_count(); j++) in make_gui()
H A Dpreset.cpp82 int count = metadata->get_param_count(); in activate()
115 int count = metadata->get_param_count(); in get_from()
H A Dlv2gui.cpp125 param_count = metadata->get_param_count(); in plugin_proxy_base()
455 if (param < 0 || param >= proxy->plugin_metadata->get_param_count()) in gui_port_event()
H A Dgiface.cpp65 size_t pcount = metadata->get_param_count(); in new_from_configure()
310 int param_count = get_metadata_iface()->get_param_count(); in clear_preset()
H A Dlv2wrap.cpp15 real_param_count = metadata->get_param_count(); in lv2_instance()
/dports/devel/obby/obby-0.4.8/inc/
H A Ddocument_packet.hpp49 unsigned int get_param_count() const;
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/shadergroup/
H A Dshaderquery.cpp239 size_t ShaderQuery::get_param_count() const in get_param_count() function in renderer::ShaderQuery
246 assert(param_index < get_param_count()); in get_param_info()
H A Dshaderquery.h76 size_t get_param_count() const;
/dports/net/net6/net6-1.3.14/inc/
H A Dpacket.hpp167 unsigned int get_param_count() const;
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Dlv2wrap.h58 real_param_count = metadata->get_param_count(); in lv2_instance()
211 unsigned long params = md->get_param_count(); in cb_connect()
H A Dgiface.h287 virtual int get_param_count() const = 0;
599 int get_param_count() const { return Metadata::param_count; } in get_param_count() function
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/distrho/src/travesty/
H A Daudio_processor.h100 V3_API int32_t (*get_param_count)(void *self); member
/dports/audio/carla/Carla-2.4.1/source/includes/travesty/
H A Daudio_processor.h107 int32_t (V3_API* get_param_count)(void* self);
/dports/net/net6/net6-1.3.14/src/
H A Dpacket.cpp85 unsigned int net6::packet::get_param_count() const in get_param_count() function in net6::packet
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmerr.h266 int get_param_count() const { return param_count_; } in get_param_count() function
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/
H A Dplugin.cpp136 feedback_sender->add_graphs(metadata->get_param_props(0), metadata->get_param_count()); in configure()
334 param_count = md->get_param_count(); // XXXKF ladspa_instance<Module>::real_param_count(); in prepare()
H A Dgiface.cpp189 int param_count = get_metadata_iface()->get_param_count(); in clear_preset()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dlv2wrap.h179 unsigned long params = md->get_param_count(); in cb_connect()
H A Dgiface.h341 virtual int get_param_count() const = 0;
722 int get_param_count() const { return Metadata::param_count; } in get_param_count() function
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/include/
H A Dmariadb_stmt.h191 unsigned int (*get_param_count)(const MYSQL_STMT * stmt); member
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/include/
H A Dmariadb_stmt.h191 unsigned int (*get_param_count)(const MYSQL_STMT * stmt); member
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/include/
H A Dmariadb_stmt.h191 unsigned int (*get_param_count)(const MYSQL_STMT * stmt);
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/include/
H A Dmariadb_stmt.h191 unsigned int (*get_param_count)(const MYSQL_STMT * stmt); member

123