Home
last modified time | relevance | path

Searched refs:FactoryImpl (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/transformer/
H A Dfactory.go28 type FactoryImpl struct{} struct
31 func NewFactoryImpl() *FactoryImpl {
32 return &FactoryImpl{}
36 func (p *FactoryImpl) MakePatchTransformer(slice []*resource.Resource, rf *resource.Factory) (trans… argument
41 func (p *FactoryImpl) MakeHashTransformer() transformers.Transformer { argument
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/k8sdeps/transformer/
H A Dfactory.go28 type FactoryImpl struct{} struct
31 func NewFactoryImpl() *FactoryImpl {
32 return &FactoryImpl{}
36 func (p *FactoryImpl) MakePatchTransformer(slice []*resource.Resource, rf *resource.Factory) (trans… argument
41 func (p *FactoryImpl) MakeHashTransformer() transformers.Transformer { argument
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/transformer/
H A Dfactory.go28 type FactoryImpl struct{} struct
31 func NewFactoryImpl() *FactoryImpl {
32 return &FactoryImpl{}
36 func (p *FactoryImpl) MakePatchTransformer(slice []*resource.Resource, rf *resource.Factory) (trans… argument
41 func (p *FactoryImpl) MakeHashTransformer() transformers.Transformer { argument
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/kustomize/k8sdeps/transformer/
H A Dfactory.go28 type FactoryImpl struct{} struct
31 func NewFactoryImpl() *FactoryImpl {
32 return &FactoryImpl{}
36 func (p *FactoryImpl) MakePatchTransformer(slice []*resource.Resource, rf *resource.Factory) (trans… argument
41 func (p *FactoryImpl) MakeHashTransformer() transformers.Transformer { argument
/dports/devel/loki/loki-0.1.7/include/loki/
H A DFactory.h133 struct FactoryImpl;
139 virtual ~FactoryImpl() {}
147 virtual ~FactoryImpl() {}
157 virtual ~FactoryImpl() {}
168 virtual ~FactoryImpl() {}
180 virtual ~FactoryImpl() {}
194 virtual ~FactoryImpl() {}
210 virtual ~FactoryImpl() {}
229 virtual ~FactoryImpl() {}
249 virtual ~FactoryImpl() {}
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/policy/
H A Dfake_auto_enrollment_client.cc11 FakeAutoEnrollmentClient::FactoryImpl::FactoryImpl( in FactoryImpl() function in policy::FakeAutoEnrollmentClient::FactoryImpl
16 FakeAutoEnrollmentClient::FactoryImpl::~FactoryImpl() {} in ~FactoryImpl()
19 FakeAutoEnrollmentClient::FactoryImpl::CreateForFRE( in CreateForFRE()
34 FakeAutoEnrollmentClient::FactoryImpl::CreateForInitialEnrollment( in CreateForInitialEnrollment()
H A Dfake_auto_enrollment_client.h25 class FactoryImpl : public Factory {
29 FactoryImpl(const base::RepeatingCallback<void(FakeAutoEnrollmentClient*)>&
31 ~FactoryImpl() override;
57 DISALLOW_COPY_AND_ASSIGN(FactoryImpl);
H A Dauto_enrollment_client_impl.h87 class FactoryImpl : public Factory {
89 FactoryImpl();
90 ~FactoryImpl() override;
113 DISALLOW_COPY_AND_ASSIGN(FactoryImpl);
/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/source/proxy_factory/
H A Dproxyfac.cxx48 struct FactoryImpl : public ::cppu::WeakImplHelper< lang::XServiceInfo, struct
60 FactoryImpl();
73 UnoInterfaceReference FactoryImpl::binuno_queryInterface( in binuno_queryInterface()
136 ProxyRoot( ::rtl::Reference< FactoryImpl > const & factory,
139 ::rtl::Reference< FactoryImpl > m_factory;
269 ::rtl::Reference< FactoryImpl > const & factory, in ProxyRoot()
351 FactoryImpl::FactoryImpl() in FactoryImpl() function in __anond6f60b2a0111::FactoryImpl
377 Reference< XAggregation > FactoryImpl::createProxy( in createProxy()
385 OUString FactoryImpl::getImplementationName() in getImplementationName()
395 Sequence< OUString > FactoryImpl::getSupportedServiceNames() in getSupportedServiceNames()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/source/proxy_factory/
H A Dproxyfac.cxx63 struct FactoryImpl : public ::cppu::WeakImplHelper< lang::XServiceInfo, struct
75 FactoryImpl();
88 UnoInterfaceReference FactoryImpl::binuno_queryInterface( in binuno_queryInterface()
151 ProxyRoot( ::rtl::Reference< FactoryImpl > const & factory,
154 ::rtl::Reference< FactoryImpl > m_factory;
284 ::rtl::Reference< FactoryImpl > const & factory, in ProxyRoot()
366 FactoryImpl::FactoryImpl() in FactoryImpl() function in __anon089995820111::FactoryImpl
392 Reference< XAggregation > FactoryImpl::createProxy( in createProxy()
400 OUString FactoryImpl::getImplementationName() in getImplementationName()
410 Sequence< OUString > FactoryImpl::getSupportedServiceNames() in getSupportedServiceNames()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp14 class syntax::FactoryImpl { class in syntax
32 FactoryImpl::setCanModify(L); in createPunctuation()
40 FactoryImpl::setCanModify(S); in createEmptyStatement()
41 FactoryImpl::prependChildLowLevel(S, createPunctuation(A, clang::tok::semi), in createEmptyStatement()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp14 class syntax::FactoryImpl { class in syntax
32 FactoryImpl::setCanModify(L); in createPunctuation()
40 FactoryImpl::setCanModify(S); in createEmptyStatement()
41 FactoryImpl::prependChildLowLevel(S, createPunctuation(A, clang::tok::semi), in createEmptyStatement()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp14 class syntax::FactoryImpl { class in syntax
32 FactoryImpl::setCanModify(L); in createPunctuation()
40 FactoryImpl::setCanModify(S); in createEmptyStatement()
41 FactoryImpl::prependChildLowLevel(S, createPunctuation(A, clang::tok::semi), in createEmptyStatement()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp14 class syntax::FactoryImpl { class in syntax
32 FactoryImpl::setCanModify(L); in createPunctuation()
40 FactoryImpl::setCanModify(S); in createEmptyStatement()
41 FactoryImpl::prependChildLowLevel(S, createPunctuation(A, clang::tok::semi), in createEmptyStatement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx72 class FactoryImpl class
93 virtual ~FactoryImpl() override;
119 FactoryImpl * m_pFactory;
149 FactoryImpl * pFactory );
622 FactoryImpl * pFactory ) in AdapterImpl()
666 FactoryImpl::FactoryImpl( Reference< XComponentContext > const & xContext ) in FactoryImpl() function in stoc_invadp::FactoryImpl
729 FactoryImpl::~FactoryImpl() in ~FactoryImpl()
788 Reference< XInterface > FactoryImpl::createAdapter( in createAdapter()
847 Reference< XInterface > FactoryImpl::createAdapter( in createAdapter()
855 OUString FactoryImpl::getImplementationName() in getImplementationName()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx80 class FactoryImpl class
101 virtual ~FactoryImpl() override;
127 FactoryImpl * m_pFactory;
157 FactoryImpl * pFactory );
628 FactoryImpl * pFactory ) in AdapterImpl()
672 FactoryImpl::FactoryImpl( Reference< XComponentContext > const & xContext ) in FactoryImpl() function in stoc_invadp::FactoryImpl
737 FactoryImpl::~FactoryImpl() in ~FactoryImpl()
796 Reference< XInterface > FactoryImpl::createAdapter( in createAdapter()
855 Reference< XInterface > FactoryImpl::createAdapter( in createAdapter()
863 OUString FactoryImpl::getImplementationName() in getImplementationName()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/tests/
H A Dnew_endpoint_types_unittest.cc30 class FactoryImpl;
59 class FactoryImpl : public mojom::WidgetFactory { class
61 explicit FactoryImpl(mojo::PendingReceiver<mojom::WidgetFactory> receiver) in FactoryImpl() function in mojo::test::new_endpoint_types::FactoryImpl
63 ~FactoryImpl() override = default;
76 DISALLOW_COPY_AND_ASSIGN(FactoryImpl);
199 FactoryImpl factory_impl(factory.BindNewPipeAndPassReceiver()); in TEST()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Dbasesetlocalkeystorage.hh41 class FactoryImpl : public FactoryIF class in Dune::Fem::BaseSetLocalKeyStorage
44 FactoryImpl() {} in FactoryImpl() function in Dune::Fem::BaseSetLocalKeyStorage::FactoryImpl
64 virtual FactoryIF* clone() const { return new FactoryImpl<SingletonProvider> (); } in clone()
144 factory_ = new FactoryImpl< SingletonProvider > (); in insert()
148 assert( dynamic_cast< const FactoryImpl< SingletonProvider >* > ( factory_ ) != 0 ); in insert()
/dports/misc/cloc/cloc-1.90/tests/inputs/
H A DXtend.xtend35 createClass(path, '''«packageName»FactoryImpl.java''', content, project)
36 monitor.beginTask(''' Created «packageName»FactoryImpl.java''', 0) // detailed logging
61 public class «packageName»FactoryImpl extends EFactoryImpl implements «packageName»Factory {
78 return new «packageName»FactoryImpl();
85 public «packageName»FactoryImpl() {
123 } //«packageName»FactoryImpl
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Tooling/Syntax/
H A DTree.h68 class FactoryImpl; variable
127 friend class FactoryImpl; variable
182 friend class FactoryImpl; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Tooling/Syntax/
H A DTree.h68 class FactoryImpl; variable
127 friend class FactoryImpl; variable
182 friend class FactoryImpl; variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Tooling/Syntax/
H A DTree.h68 class FactoryImpl; variable
127 friend class FactoryImpl; variable
177 friend class FactoryImpl; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h68 class FactoryImpl; variable
127 friend class FactoryImpl; variable
177 friend class FactoryImpl; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Tooling/Syntax/
H A DTree.h58 friend class FactoryImpl; variable
72 class FactoryImpl; variable
143 friend class FactoryImpl; variable
257 friend class FactoryImpl; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Tooling/Syntax/
H A DTree.h58 friend class FactoryImpl; variable
72 class FactoryImpl; variable
143 friend class FactoryImpl; variable
257 friend class FactoryImpl; variable

12345678