Home
last modified time | relevance | path

Searched refs:IsInvocable (Results 1 – 20 of 20) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/boost/callable_traits/detail/
H A Dis_invocable_impl.hpp133 template<typename IsInvocable, typename Ret, typename T, typename... Args>
/dports/devel/hyperscan/boost_1_75_0/boost/callable_traits/detail/
H A Dis_invocable_impl.hpp133 template<typename IsInvocable, typename Ret, typename T, typename... Args>
/dports/devel/boost-python-libs/boost_1_72_0/boost/callable_traits/detail/
H A Dis_invocable_impl.hpp133 template<typename IsInvocable, typename Ret, typename T, typename... Args>
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/callable_traits/detail/
H A Dis_invocable_impl.hpp133 template<typename IsInvocable, typename Ret, typename T, typename... Args>
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/callable_traits/detail/
H A Dis_invocable_impl.hpp133 template<typename IsInvocable, typename Ret, typename T, typename... Args>
/dports/devel/boost-libs/boost_1_72_0/boost/callable_traits/detail/
H A Dis_invocable_impl.hpp133 template<typename IsInvocable, typename Ret, typename T, typename... Args>
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/callable_traits/detail/
H A Dis_invocable_impl.hpp133 template<typename IsInvocable, typename Ret, typename T, typename... Args>
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_node_data_unittest.cc210 TEST(AXNodeDataTest, IsInvocable) { in TEST() argument
222 const bool is_invocable = data.IsInvocable(); in TEST()
H A Dax_node_data.h231 bool IsInvocable() const;
H A Dax_node_data.cc970 bool AXNodeData::IsInvocable() const { in IsInvocable() function in ui::AXNodeData
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/functional/
H A Dinvoke.hpp184 template<bool IsInvocable>
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/functional/
H A Dinvoke.hpp184 template<bool IsInvocable>
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_node_data.h201 bool IsInvocable() const;
H A Dax_node_data_unittest.cc168 bool is_invocable = data.IsInvocable(); in TEST()
H A Dax_node_data.cc901 bool AXNodeData::IsInvocable() const { in IsInvocable() function in ui::AXNodeData
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Dbrowser_accessibility_manager_win.cc98 if (node->GetData().IsInvocable()) in FireBlinkEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Dbrowser_accessibility_manager_win.cc123 if (node->GetData().IsInvocable()) in FireBlinkEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/
H A Dax_platform_node_win.cc7547 if (data.IsInvocable()) { in GetPatternProviderFactoryMethod()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_win.cc7858 if (data.IsInvocable()) { in GetPatternProviderFactoryMethod()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs10693 pub unsafe fn IsInvocable(&self) -> ::windows::runtime::Result<bool> { in IsInvocable() method