Searched refs:csptr (Results 1 – 4 of 4) sorted by relevance
74 shared_ptr<const Test> csptr(new Test(test)); in main() local76 BOOST_TEST((arg1->*&Test::value)(csptr) == 2); in main()77 BOOST_TEST((arg1->*&Test::func)(8)(csptr) == 8); in main()
141 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local150 EXPECT_TRUE(eq(ptr, csptr)); in TYPED_TEST()155 EXPECT_FALSE(eq(&dummy, csptr)); in TYPED_TEST()191 std::shared_ptr<const int> csptr = sptr; in TYPED_TEST() local200 EXPECT_EQ(hash(ptr), hash(csptr)); in TYPED_TEST()205 EXPECT_NE(hash(&dummy), hash(csptr)); in TYPED_TEST()
155 static unsigned short *csptr(ucontext_t *ctx) in csptr() function173 static greg_t *csptr(ucontext_t *ctx) in csptr() function