Searched defs:CtorFn (Results 1 – 4 of 4) sorted by relevance
118 static std::unique_ptr<T> CtorFn() { return std::make_unique<V>(); } in CtorFn() function
115 static std::unique_ptr<T> CtorFn() { return make_unique<V>(); } in CtorFn() function
83 const BlockCtorFn CtorFn = nullptr; member