Home
last modified time | relevance | path

Searched refs:CreateImpl (Results 1 – 25 of 111) sorted by relevance

12345

/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkTypeList.txx28 struct CreateImpl;
32 struct CreateImpl<T1, T2, T3, T4> struct
40 struct CreateImpl<T1, T2, T3> struct
47 struct CreateImpl<T1, T2> struct
53 struct CreateImpl<T1> struct
59 struct CreateImpl<T1, T2, T3, T4, Tail...> struct
64 vtkTypeList::TypeList<T4, typename vtkTypeList::detail::CreateImpl<Tail...>::type>>>>; argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dtbxctrl.hxx60 …static rtl::Reference<SfxToolBoxControl> CreateImpl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBo…
126 …rtl::Reference<SfxToolBoxControl> Class::CreateImpl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBo…
130 Class::CreateImpl, typeid(nItemClass), nSlotId ) ); }
133 …rtl::Reference<SfxToolBoxControl> Class::CreateImpl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBo…
137 Class::CreateImpl, typeid(nItemClass), nSlotId ) ); }
H A Dstbitem.hxx121 …static rtl::Reference<SfxStatusBarControl> CreateImpl( sal_uInt16 nSlotId, sal_uInt16 nId, StatusB…
125 …rtl::Reference<SfxStatusBarControl> Class::CreateImpl( sal_uInt16 nSlotId, sal_uInt16 nId, StatusB…
129 Class::CreateImpl, typeid(nItemClass), nSlotId ) ); }
H A Dchildwin.hxx162 static std::unique_ptr<SfxChildWindow> CreateImpl(vcl::Window *pParent, sal_uInt16 nId, \
178 std::unique_ptr<SfxChildWindow> Class::CreateImpl( vcl::Window *pParent, \
186 Class::CreateImpl, MyID, Pos ); \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dtbxctrl.hxx109 static SfxToolBoxControl* CreateImpl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox &rTbx ); \
182 SfxToolBoxControl* Class::CreateImpl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox &rTbx ) \
186 Class::CreateImpl, typeid(nItemClass), nSlotId ) ); }
189 SfxToolBoxControl* Class::CreateImpl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox &rTbx ) \
193 Class::CreateImpl, typeid(nItemClass), nSlotId ) ); }
H A Dchildwin.hxx217 static std::unique_ptr<SfxChildWindowContext> CreateImpl(vcl::Window *pParent, \
226 std::unique_ptr<SfxChildWindowContext> Class::CreateImpl( vcl::Window *pParent, \
234 Class::CreateImpl, nId ); \
240 static std::unique_ptr<SfxChildWindow> CreateImpl(vcl::Window *pParent, sal_uInt16 nId, \
256 std::unique_ptr<SfxChildWindow> Class::CreateImpl( vcl::Window *pParent, \
264 Class::CreateImpl, MyID, Pos ); \
H A Dstbitem.hxx120 … static SfxStatusBarControl* CreateImpl( sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar &rStb ); \
124 … SfxStatusBarControl* Class::CreateImpl( sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar &rStb ) \
128 Class::CreateImpl, typeid(nItemClass), nSlotId ) ); }
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_interface/impl/
H A Docl_translation_output_impl.h40 BuildLog.CreateImpl(); in CIF_DECLARE_INTERFACE_PIMPL()
41 Output.CreateImpl(); in CIF_DECLARE_INTERFACE_PIMPL()
42 DebugData.CreateImpl(); in CIF_DECLARE_INTERFACE_PIMPL()
H A Digc_ocl_device_ctx_impl.h38 platform.CreateImpl(); in CIF_DECLARE_INTERFACE_PIMPL()
39 gtSystemInfo.CreateImpl(); in CIF_DECLARE_INTERFACE_PIMPL()
40 igcFeaturesAndWorkarounds.CreateImpl(); in CIF_DECLARE_INTERFACE_PIMPL()
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DMozFramebuffer.cpp68 return CreateImpl( in Create()
77 return CreateImpl( in CreateForBacking()
92 return CreateImpl(gl, size, samples, depthAndStencilBuffer, colorTarget, in CreateForBackingWithSharedDepthAndStencil()
96 /* static */ UniquePtr<MozFramebuffer> MozFramebuffer::CreateImpl( in CreateImpl() function in mozilla::gl::MozFramebuffer
/dports/www/firefox/firefox-99.0/gfx/gl/
H A DMozFramebuffer.cpp68 return CreateImpl( in Create()
77 return CreateImpl( in CreateForBacking()
92 return CreateImpl(gl, size, samples, depthAndStencilBuffer, colorTarget, in CreateForBackingWithSharedDepthAndStencil()
96 /* static */ UniquePtr<MozFramebuffer> MozFramebuffer::CreateImpl( in CreateImpl() function in mozilla::gl::MozFramebuffer
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DMozFramebuffer.cpp68 return CreateImpl( in Create()
77 return CreateImpl( in CreateForBacking()
92 return CreateImpl(gl, size, samples, depthAndStencilBuffer, colorTarget, in CreateForBackingWithSharedDepthAndStencil()
96 /* static */ UniquePtr<MozFramebuffer> MozFramebuffer::CreateImpl( in CreateImpl() function in mozilla::gl::MozFramebuffer
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DMozFramebuffer.cpp68 return CreateImpl( in Create()
77 return CreateImpl( in CreateForBacking()
92 return CreateImpl(gl, size, samples, depthAndStencilBuffer, colorTarget, in CreateForBackingWithSharedDepthAndStencil()
96 /* static */ UniquePtr<MozFramebuffer> MozFramebuffer::CreateImpl( in CreateImpl() function in mozilla::gl::MozFramebuffer
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/discovery/dial/
H A Ddial_media_sink_service.cc33 impl_ = CreateImpl(sink_discovery_cb_impl); in Start()
41 DialMediaSinkService::CreateImpl( in CreateImpl() function in media_router::DialMediaSinkService
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A DChildWindowWrapper.hxx40 static std::unique_ptr<SfxChildWindow> CreateImpl( in CreateImpl() function in ChildControllerWrapper
52 …auto pFactory = std::make_unique<SfxChildWinFactory>(ChildControllerWrapper::CreateImpl, WindowID,… in RegisterChildWindow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A DChildWindowWrapper.hxx41 static std::unique_ptr<SfxChildWindow> CreateImpl( in CreateImpl() function in ChildControllerWrapper
53 …auto pFactory = std::make_unique<SfxChildWinFactory>(ChildControllerWrapper::CreateImpl, WindowID,… in RegisterChildWindow()
/dports/www/firefox-esr/firefox-91.8.0/dom/workers/
H A DWorkerRef.cpp154 CreateImpl(aWorkerPrivate, aName, Canceling)) { in Create()
164 return CreateImpl(aWorkerPrivate, aName, Killing); in CreateForcibly()
168 already_AddRefed<StrongWorkerRef> StrongWorkerRef::CreateImpl( in CreateImpl() function in mozilla::dom::StrongWorkerRef
/dports/lang/spidermonkey78/firefox-78.9.0/dom/workers/
H A DWorkerRef.cpp154 CreateImpl(aWorkerPrivate, aName, Canceling)) { in Create()
164 return CreateImpl(aWorkerPrivate, aName, Killing); in CreateForcibly()
168 already_AddRefed<StrongWorkerRef> StrongWorkerRef::CreateImpl( in CreateImpl() function in mozilla::dom::StrongWorkerRef
/dports/www/firefox/firefox-99.0/dom/workers/
H A DWorkerRef.cpp154 CreateImpl(aWorkerPrivate, aName, Canceling)) { in Create()
164 return CreateImpl(aWorkerPrivate, aName, Killing); in CreateForcibly()
168 already_AddRefed<StrongWorkerRef> StrongWorkerRef::CreateImpl( in CreateImpl() function in mozilla::dom::StrongWorkerRef
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/
H A DWorkerRef.cpp154 CreateImpl(aWorkerPrivate, aName, Canceling)) { in Create()
164 return CreateImpl(aWorkerPrivate, aName, Killing); in CreateForcibly()
168 already_AddRefed<StrongWorkerRef> StrongWorkerRef::CreateImpl( in CreateImpl() function in mozilla::dom::StrongWorkerRef
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/
H A Dmatcher-fst.h97 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {} in MatcherFst()
100 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {} in MatcherFst()
158 static Impl *CreateImpl(const F &fst, const string &name) { in CreateImpl() function
169 static Impl *CreateImpl(const Fst<Arc> &fst, const string &name) { in CreateImpl() function
171 return CreateImpl(ffst, name); in CreateImpl()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Dmatcher-fst.h97 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {} in MatcherFst()
100 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {} in MatcherFst()
158 static Impl *CreateImpl(const F &fst, const string &name) { in CreateImpl() function
169 static Impl *CreateImpl(const Fst<Arc> &fst, const string &name) { in CreateImpl() function
171 return CreateImpl(ffst, name); in CreateImpl()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Dmatcher-fst.h97 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {} in MatcherFst()
100 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {} in MatcherFst()
158 static Impl *CreateImpl(const F &fst, const string &name) { in CreateImpl() function
169 static Impl *CreateImpl(const Fst<Arc> &fst, const string &name) { in CreateImpl() function
171 return CreateImpl(ffst, name); in CreateImpl()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/netstorage/
H A Dnetstorage.cpp102 static SNetStorageImpl* CreateImpl(const string& init_string,
379 SNetStorageImpl* SCombinedNetStorage::CreateImpl( in CreateImpl() function in SCombinedNetStorage
385 SNetStorage::CreateImpl(config, default_flags) : in CreateImpl()
393 SCombinedNetStorage::CreateImpl(init_string, default_flags)) in CCombinedNetStorage()
/dports/math/openfst/openfst-1.8.1/src/include/fst/
H A Dmatcher-fst.h107 : ImplToExpandedFst<Impl>(data ? CreateImpl(fst, Name, data)
115 : ImplToExpandedFst<Impl>(data ? CreateImpl(fst, Name, data)
187 return CreateImpl(fst, name, in CreateDataAndImpl()
200 static std::shared_ptr<Impl> CreateImpl(const FST &fst, in CreateImpl() function
210 static std::shared_ptr<Impl> CreateImpl(const Fst<Arc> &fst, in CreateImpl() function

12345