Searched refs:object_creator (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/container/detail/ |
D | singleton.hpp | 79 struct object_creator struct 84 object_creator() { singleton_default<T>::instance(); } in object_creator() function 87 static object_creator create_object; 112 typename singleton_default<T>::object_creator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ManagedStatic.h | 25 LLVM_LIBRARY_VISIBILITY void* object_creator() { in object_creator() function 88 RegisterManagedStatic(object_creator<C>, object_deleter<C>::call); 98 RegisterManagedStatic(object_creator<C>, object_deleter<C>::call);
|
/third_party/boost/boost/pool/ |
D | singleton_pool.hpp | 218 struct object_creator struct in boost::singleton_pool 220 object_creator() in object_creator() function 230 static object_creator create_object; 247 …n_pool<Tag, RequestedSize, UserAllocator, Mutex, NextSize, MaxSize>::object_creator singleton_pool…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ManagedStatic.h | 22 template <class C> struct object_creator { struct 81 template <class C, class Creator = object_creator<C>,
|
/third_party/boost/libs/pool/doc/html/ |
D | standalone_HTML.manifest | 32 boost/singleton_pool/object_creator.html
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Parallel.cpp | 132 static ManagedStatic<ThreadPoolExecutor, object_creator<ThreadPoolExecutor>, in getDefaultExecutor()
|