Home
last modified time | relevance | path

Searched refs:BuildMethod (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libdevdctl/
H A Devent_factory.h59 typedef std::map<Key, Event::BuildMethod *> Registry;
66 Event::BuildMethod *m_buildMethod;
73 EventFactory(Event::BuildMethod *defaultBuildMethod = NULL);
82 Event::BuildMethod *m_defaultBuildMethod;
H A Devent.h93 typedef Event* (BuildMethod)(Type, NVPairMap &, const std::string &); typedef
96 static BuildMethod Builder;
318 static BuildMethod Builder;
356 static BuildMethod Builder;
379 static BuildMethod Builder;
H A Devent_factory.cc56 EventFactory::EventFactory(Event::BuildMethod *defaultBuildMethod) in EventFactory()
82 Event::BuildMethod *buildMethod(m_defaultBuildMethod); in Build()
H A Dconsumer.h54 Consumer(Event::BuildMethod *defBuilder = NULL,
H A Dconsumer.cc74 Consumer::Consumer(Event::BuildMethod *defBuilder, in Consumer()
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd_event.h66 static BuildMethod Builder;
96 static BuildMethod Builder;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp299 BuildMethod(TypeSystemClang &clang_ast_ctxt, in BuildMethod() function in ObjCRuntimeMethodType
443 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod( in FinishDecl()
461 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod( in FinishDecl()
/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc101 static BuildMethod MockZfsEventBuilder;