Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libdevdctl/
H A Devent_factory.h61 typedef std::map<Key, Event::BuildMethod *> Registry;
68 Event::BuildMethod *m_buildMethod;
75 EventFactory(Event::BuildMethod *defaultBuildMethod = NULL);
84 Event::BuildMethod *m_defaultBuildMethod;
H A Devent.h95 typedef Event* (BuildMethod)(Type, NVPairMap &, const std::string &); typedef
98 static BuildMethod Builder;
320 static BuildMethod Builder;
358 static BuildMethod Builder;
381 static BuildMethod Builder;
H A Devent_factory.cc59 EventFactory::EventFactory(Event::BuildMethod *defaultBuildMethod) in EventFactory()
85 Event::BuildMethod *buildMethod(m_defaultBuildMethod); in Build()
H A Dconsumer.h56 Consumer(Event::BuildMethod *defBuilder = NULL,
H A Dconsumer.cc77 Consumer::Consumer(Event::BuildMethod *defBuilder, in Consumer()
/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dzfsd_event.h68 static BuildMethod Builder;
98 static BuildMethod Builder;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp319 BuildMethod(clang::ObjCInterfaceDecl *interface_decl, const char *name, in BuildMethod() function in ObjCRuntimeMethodType
462 method_type.BuildMethod(interface_decl, name, true, m_type_realizer_sp); in FinishDecl()
480 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod( in FinishDecl()
/freebsd-12.1/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc100 static BuildMethod MockZfsEventBuilder;