Searched defs:construct1 (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_factory_constructors.cpp120 static TestFactory1 *construct1() { return new TestFactory1(); } function in class:TestFactoryHelper
122 static std::unique_ptr<TestFactory1> construct1(int a) { return std::unique_ptr<TestFactory1>(new TestFactory1(a)); } function in class:TestFactoryHelper

Completed in 11 milliseconds