Home
last modified time | relevance | path

Searched defs:FindByType (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/api/
H A DJoystickTranslator.cpp51 struct FindByType struct
53 FindByType(EJoystickInterface type) : m_type(type) { } in FindByType() function
55 bool operator()(const SJoystickInterface& iface) in operator ()()
61 EJoystickInterface m_type;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libmdns-0.2.6/src/
H A Dservices.rs87 pub struct FindByType<'a> { struct
92 impl<'a> Iterator for FindByType<'a> { implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libmdns-0.2.4/src/
H A Dservices.rs90 pub struct FindByType<'a> { struct
95 impl<'a> Iterator for FindByType<'a> { argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/treelist/
H A Dtreelistentry.cxx152 class FindByType class
156 explicit FindByType(SvLBoxItemType eType) : meType(eType) {} in FindByType() function in __anona533b41b0111::FindByType
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Dtreelistentry.cxx150 class FindByType class
154 explicit FindByType(SvLBoxItemType eType) : meType(eType) {} in FindByType() function in __anon60e353730111::FindByType
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/config/cache/
H A Dtypedetection.cxx342 class FindByType class
346 explicit FindByType(const OUString& rType) : maType(rType) {} in FindByType() function in filter::config::__anon1e56ce2c0111::FindByType
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A DObjManager.cpp250 Object *Objects::FindByType(int objtype) in FindByType() function in Objects
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/config/cache/
H A Dtypedetection.cxx346 class FindByType class
350 explicit FindByType(const OUString& rType) : maType(rType) {} in FindByType() function in filter::config::__anon18feba840111::FindByType
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A DObjManager.cpp526 Object *Objects::FindByType(int objtype) in FindByType() function in Objects
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DDataGridTest.cs2164 Control FindByType (Control parent, Type type) in FindByType() method in MonoTests.System.Web.UI.WebControls.DataGridTest
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Enumeration/Pnp/
H A Dmod.rs625 …pub unsafe fn FindByType<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super::Founda… in FindByType() method