Searched defs:object_creator (Results 1 – 11 of 11) sorted by relevance
79 struct object_creator struct84 object_creator() { singleton_default<T>::instance(); } in object_creator() function85 inline void do_nothing() const { } in do_nothing()
218 struct object_creator struct in boost::singleton_pool220 object_creator() in object_creator() argument226 inline void do_nothing() const in do_nothing()
22 template <class C> struct object_creator { struct23 static void *call() { return new C(); } in call()
25 LLVM_LIBRARY_VISIBILITY void* object_creator() { in object_creator() function
113 void* object_creator() { in object_creator() function