Home
last modified time | relevance | path

Searched defs:object_creator (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dsingleton.hpp79 struct object_creator struct
84 object_creator() { singleton_default<T>::instance(); } in object_creator() function
85 inline void do_nothing() const { } in do_nothing()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/
Dsingleton_pool.hpp218 struct object_creator struct in boost::singleton_pool
220 object_creator() in object_creator() argument
226 inline void do_nothing() const in do_nothing()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DManagedStatic.h22 template <class C> struct object_creator { struct
23 static void *call() { return new C(); } in call()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DManagedStatic.h22 template <class C> struct object_creator { struct
23 static void *call() { return new C(); } in call()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DManagedStatic.h22 template <class C> struct object_creator { struct
23 static void *call() { return new C(); } in call()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DManagedStatic.h22 template <class C> struct object_creator { struct
23 static void *call() { return new C(); } in call()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DManagedStatic.h22 template <class C> struct object_creator { struct
23 static void *call() { return new C(); } in call()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DManagedStatic.h22 template <class C> struct object_creator { struct
23 static void *call() { return new C(); } in call()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DManagedStatic.h25 LLVM_LIBRARY_VISIBILITY void* object_creator() { in object_creator() function
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DManagedStatic.h25 LLVM_LIBRARY_VISIBILITY void* object_creator() { in object_creator() function
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-4.cpp113 void* object_creator() { in object_creator() function