Home
last modified time | relevance | path

Searched refs:object_creator (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/container/detail/
Dsingleton.hpp79 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/
DManagedStatic.h25 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/
Dsingleton_pool.hpp218 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/
DManagedStatic.h22 template <class C> struct object_creator { struct
81 template <class C, class Creator = object_creator<C>,
/third_party/boost/libs/pool/doc/html/
Dstandalone_HTML.manifest32 boost/singleton_pool/object_creator.html
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DParallel.cpp132 static ManagedStatic<ThreadPoolExecutor, object_creator<ThreadPoolExecutor>, in getDefaultExecutor()