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

/freebsd-11.0-release/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_factory.cc59 EventFactory::EventFactory(Event::BuildMethod *defaultBuildMethod)
85 Event::BuildMethod *buildMethod(m_defaultBuildMethod);
H A Devent.h95 typedef Event* (BuildMethod)(Type, NVPairMap &, const std::string &); typedef in class:DevdCtl::Event
98 static BuildMethod Builder;
320 static BuildMethod Builder;
358 static BuildMethod Builder;
381 static BuildMethod Builder;
H A Dconsumer.h56 Consumer(Event::BuildMethod *defBuilder = NULL,
H A Dconsumer.cc77 Consumer::Consumer(Event::BuildMethod *defBuilder,
/freebsd-11.0-release/cddl/usr.sbin/zfsd/
H A Dzfsd_event.h69 static BuildMethod Builder;
125 static BuildMethod Builder;
155 static BuildMethod Builder;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp318 clang::ObjCMethodDecl *BuildMethod (clang::ObjCInterfaceDecl *interface_decl, const char *name, bool instance, ObjCLanguageRuntime::EncodingToTypeSP type_realizer_sp) function in class:ObjCRuntimeMethodType
460 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod (interface_decl, name, true, m_type_realizer_sp);
478 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod (interface_decl, name, false, m_type_realizer_sp);
/freebsd-11.0-release/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc101 static BuildMethod MockZfsEventBuilder;

Completed in 70 milliseconds