Home
last modified time | relevance | path

Searched defs:register_function (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/type_erasure/
Dregister_binding.hpp97 struct register_function { struct
114 ::boost::type_erasure::detail::register_function_impl(key, fn); in operator ()()
/third_party/boost/libs/function_types/example/
Dinterpreter.hpp157 interpreter::register_function(std::string const & name, Function f) in register_function() function in example::interpreter
/third_party/python/Lib/xmlrpc/
Dserver.py209 def register_function(self, function=None, name=None): member in SimpleXMLRPCDispatcher