Home
last modified time | relevance | path

Searched refs:make_foo (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/python/doc/reference/
Dmanage_new_object.qbk36 Foo* make_foo(int x) { return new Foo(x); }
42 def("make_foo", make_foo, return_value_policy<manage_new_object>())
51 >>> f = make_foo(3) # create a Foo object
/third_party/skia/tests/
DRefCntTest.cpp339 static sk_sp<FooAbstract> make_foo() { in make_foo() function
345 auto x = make_foo(); in DEF_TEST()
/third_party/flutter/skia/tests/
DRefCntTest.cpp354 static sk_sp<FooAbstract> make_foo() { in make_foo() function
360 auto x = make_foo(); in DEF_TEST()