Home
last modified time | relevance | path

Searched defs:shorty (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/signals2/test/
Dtrack_test.cpp66 boost::shared_ptr<int> shorty(new int()); in BOOST_AUTO_TEST_CASE() local
74 boost::shared_ptr<int> shorty(new int(1)); in BOOST_AUTO_TEST_CASE() local
89 boost::shared_ptr<int> shorty(new int(2)); in BOOST_AUTO_TEST_CASE() local
110 boost::shared_ptr<int> shorty((int*)(0)); in BOOST_AUTO_TEST_CASE() local
120 std::shared_ptr<int> shorty(new int()); in BOOST_AUTO_TEST_CASE() local
126 std::shared_ptr<int> shorty(new int()); in BOOST_AUTO_TEST_CASE() local
144 std::shared_ptr<const void> shorty(new int()); in BOOST_AUTO_TEST_CASE() local
149 std::shared_ptr<int> shorty(new int()); in BOOST_AUTO_TEST_CASE() local
Dtrackable_test.cpp80 short_lived shorty; in BOOST_AUTO_TEST_CASE() local
87 short_lived shorty; in BOOST_AUTO_TEST_CASE() local
95 short_lived shorty; in BOOST_AUTO_TEST_CASE() local
103 short_lived* shorty = new short_lived(); in BOOST_AUTO_TEST_CASE() local
/third_party/popt/src/
Dpopt.c115 const void * myData, int shorty) in invokeCallbacksOPTION()
1228 int shorty = 0; in poptGetNextOpt() local