Searched refs:BuildMethod (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/lib/libdevdctl/ |
| H A D | event_factory.h | 61 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 D | event.h | 95 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 D | event_factory.cc | 59 EventFactory::EventFactory(Event::BuildMethod *defaultBuildMethod) in EventFactory() 85 Event::BuildMethod *buildMethod(m_defaultBuildMethod); in Build()
|
| H A D | consumer.h | 56 Consumer(Event::BuildMethod *defBuilder = NULL,
|
| H A D | consumer.cc | 77 Consumer::Consumer(Event::BuildMethod *defBuilder, in Consumer()
|
| /freebsd-12.1/cddl/usr.sbin/zfsd/ |
| H A D | zfsd_event.h | 68 static BuildMethod Builder; 98 static BuildMethod Builder;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 319 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 D | zfsd_unittest.cc | 100 static BuildMethod MockZfsEventBuilder;
|