Searched refs:check_false (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/any/test/ |
D | any_test_rv.cpp | 118 check_false(value.empty(), "empty"); in test_move_construction() 138 check_false(value.empty(), "empty"); in test_move_assignment() 156 check_false(value0.empty(), "copied value is not empty"); in test_copy_construction() 157 check_false(value.empty(), "empty"); in test_copy_construction() 176 check_false(value0.empty(), "copied value is not empty"); in test_copy_assignment() 177 check_false(value.empty(), "empty"); in test_copy_assignment() 199 check_false(value.empty(), "empty"); in test_move_construction_from_value() 226 check_false(value.empty(), "empty"); in test_move_assignment_from_value() 248 check_false(value.empty(), "empty"); in test_copy_construction_from_value() 268 check_false(value.empty(), "empty"); in test_copy_assignment_from_value()
|
D | any_test.cpp | 107 check_false(value.empty(), "empty"); in test_converting_ctor() 124 check_false(copy.empty(), "empty"); in test_copy_ctor() 144 check_false(copy.empty(), "empty"); in test_copy_assign() 165 check_false(value.empty(), "type"); in test_converting_assign() 198 check_false(swapped.empty(), "empty on swapped"); in test_swap() 269 check_false(value1.empty(), "type"); in test_with_array() 270 check_false(value2.empty(), "type"); in test_with_array() 328 check_false(value.empty(), "empty"); in test_clear() 337 check_false(value.empty(), "empty"); in test_clear()
|
D | test.hpp | 93 inline void check_false(bool value, const std::string & description) in check_false() function
|