Home
last modified time | relevance | path

Searched refs:is_destructor_called (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/lambda/test/
Dconstructor_tests.cpp180 class is_destructor_called { class
183 is_destructor_called(bool& bb) : b(bb) { b = false; } in is_destructor_called() function in is_destructor_called
184 ~is_destructor_called() { b = true; } in ~is_destructor_called()
189 char space[sizeof(is_destructor_called)]; in test_destructor()
192 is_destructor_called* idc = new(space) is_destructor_called(flag); in test_destructor()
197 idc = new(space) is_destructor_called(flag); in test_destructor()
/third_party/boost/libs/phoenix/test/bll_compatibility/
Dconstructor_tests.cpp188 class is_destructor_called { class
191 is_destructor_called(bool& bb) : b(bb) { b = false; } in is_destructor_called() function in is_destructor_called
192 ~is_destructor_called() { b = true; } in ~is_destructor_called()
197 char space[sizeof(is_destructor_called)]; in test_destructor()
200 is_destructor_called* idc = new(space) is_destructor_called(flag); in test_destructor()
205 idc = new(space) is_destructor_called(flag); in test_destructor()