Home
last modified time | relevance | path

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

/third_party/boost/libs/function/test/
Dfunction_n_test.cpp24 struct write_five_obj { void operator()() const { global_int = 5; } }; in operator ()() argument
56 write_five_obj five = write_five_obj(); // Initialization for Borland C++ 5.5 in test_zero_args()
Dfunction_test.cpp23 struct write_five_obj { void operator()() const { global_int = 5; } }; in operator ()() struct
55 write_five_obj five; in test_zero_args()