Home
last modified time | relevance | path

Searched defs:CreateFunctor (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/testing/
H A Dgmock_mutant.h1021 CreateFunctor(T* obj, R (U::*method)()) { in CreateFunctor() function
1031 CreateFunctor(R (*function)()) { in CreateFunctor() function
1042 CreateFunctor(T** obj, R (U::*method)()) { in CreateFunctor() function
1064 CreateFunctor(R (__stdcall *function)()) { in CreateFunctor() function
1087 CreateFunctor(T* obj, R (U::*method)(A1)) { in CreateFunctor() function
1097 CreateFunctor(R (*function)(A1)) { in CreateFunctor() function
1108 CreateFunctor(T** obj, R (U::*method)(A1)) { in CreateFunctor() function
1130 CreateFunctor(R (__stdcall *function)(A1)) { in CreateFunctor() function
1163 CreateFunctor(R (*function)(A1, A2)) { in CreateFunctor() function
1230 CreateFunctor(R (*function)(A1, A2, A3)) { in CreateFunctor() function
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestArrayHandleDecorator.cxx95 Functor<typename std::decay<PortalTs>::type...> CreateFunctor(PortalTs&&... portals) const in CreateFunctor() function
136 Functor<typename std::decay<PortalTs>::type...> CreateFunctor(PortalTs&&... portals) const in CreateFunctor() function
175 Functor<P1T, P2T> CreateFunctor(P1T p1, P2T p2) const in CreateFunctor() function
209 Functor<ScanPortalType> CreateFunctor(ScanPortalType portal) const in CreateFunctor() function
249 CreateFunctor(Portal1T&& p1, Portal2T&& p2) const in CreateFunctor() function
532 VTKM_CONT Functor CreateFunctor(PortalTs...) const in CreateFunctor() function
574 VTKM_CONT Functor CreateFunctor(PortalTs...) const in CreateFunctor() function
/dports/devel/loki/loki-0.1.7/test/Factory/
H A DFactory.cpp160 typedef Functor<Product*,LOKI_TYPELIST_2(int,int)> CreateFunctor; typedef
162 typedef Functor<Product*,Seq<int,int> > CreateFunctor; typedef
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_augmented/meshtypes/contourtreemesh/
H A DCombinedVectorDifferentFromNext.h107 Functor<PT1, PT2, PT3> CreateFunctor(PT1 OverallSortOrderPortal, in CreateFunctor() function
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/NativePresetFactory/
H A DNativePresetFactory.cpp21 typedef Preset * CreateFunctor(const char * url); typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/test/shell/src/draw_gl/
H A Ddraw_fn.cc77 int CreateFunctor(void* data, AwDrawFnFunctorCallbacks* functor_callbacks) { in CreateFunctor() function
/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/src/core/
H A Dsymbolic.cc607 Symbol Symbol::CreateFunctor(const Op* op, in CreateFunctor() function in nnvm::Symbol
628 Symbol Symbol::CreateFunctor(const NodeAttrs& attrs) { in CreateFunctor() function in nnvm::Symbol
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/nnvm/src/core/
H A Dsymbolic.cc589 Symbol Symbol::CreateFunctor(const Op* op, std::unordered_map<std::string, std::string> attrs) { in CreateFunctor() function in nnvm::Symbol
609 Symbol Symbol::CreateFunctor(const NodeAttrs& attrs) { in CreateFunctor() function in nnvm::Symbol
/dports/misc/py-tvm/incubator-tvm-0.6.1/nnvm/src/core/
H A Dsymbolic.cc607 Symbol Symbol::CreateFunctor(const Op* op, in CreateFunctor() function in nnvm::Symbol
628 Symbol Symbol::CreateFunctor(const NodeAttrs& attrs) { in CreateFunctor() function in nnvm::Symbol
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/internal/
H A DDeviceAdapterAlgorithmGeneral.h547 VTKM_CONT ReduceKernel<Portal, T, BinaryFunctor> CreateFunctor(const Portal& portal) const in CreateFunctor() function