Searched refs:check_ref_count (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/tests/kits/app/broster/
H A DGetRecentTester.cpp141 status_t check_ref_count(BMessage *refMsg, int32 count);
161 check_ref_count(BMessage *refMsg, int32 count) function
377 CHK(check_ref_count(&msg, 0) == B_OK);
392 CHK(check_ref_count(&msg, 0) == B_OK);
407 CHK(check_ref_count(&msg, 1) == B_OK);
568 CHK(check_ref_count(&msg, 1) == B_OK);
570 CHK(check_ref_count(&msg, 0) == B_OK);
589 CHK(check_ref_count(&msg, 1) == B_OK);
591 CHK(check_ref_count(&msg, 0) == B_OK);
644 CHK(check_ref_count(
[all...]

Completed in 37 milliseconds